~dominicm/website

Dominic's personal website

99353cd update fediverse link

9 days ago

e934640 remove rambling

4 months ago

#Dominic's Website

Welcome to my personal site! This is a work in progress so there isn't much here for the moment.

#Structure

All the content is written in Markdown and rendered with Haunt.

#Building

GNU Guix is used to automatically create the correct environment; this is the only official method for building the site.

You can launch an interactive development environment using the provided manifest file:

guix shell -m manifest.scm

You can then use any Haunt command to develop the site:

haunt build && haunt serve --watch