Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

13 righe
431 B

# Source code for my website
This is the source code for my website: <https://jonathanh.co.uk>.
The site is built from markdown using [pandoc](https://pandoc.org/).
2 anni fa
To build everything, run `make all` which will build the whole site into a
/public/ folder
## Docker
To run locally, make sure docker and docker-compose are installed then run `docker-compose up`. You will be able to access the site at <http://localhost:8080>.