Skip to content

abercompsoc/abercompsoc.github.io

Repository files navigation

abercompsoc.github.io

A jekell site cargo-culted from daktilo.

Developing

If you're lucky enough to be running NixOS, run:

$ nix-shell . --run "jekyll s"

in this directory to generate and serve the site locally.

If you're on another platform, you'll need to install jekyll manually, then run:

$ jekyll s

See the installation guide for more details on manually installing.