Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 557 Bytes

README.org

File metadata and controls

27 lines (18 loc) · 557 Bytes

Personal Website

https://github.com/chip2n/website/workflows/Deploy%20website/badge.svg

Build the website

Build the website using Nix:

nix run .#deploy

The files are placed in ./public.

Starting the development server

The development server compiles the pages, hot reloads them on any changes and serves the files locally using hunchentoot. You can run just the server using Nix:

nix run

Or simply load the ASDF system in the REPL and run:

(site:start)