Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 602 Bytes

File metadata and controls

27 lines (18 loc) · 602 Bytes

abercompsoc.github.io

A jekell site cargo-culted from daktilo.

hosted at https://abercompsoc.github.io but also https://www.abercompsoc.wales

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.