Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 522 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 522 Bytes

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.