Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Jonathan Hodgson ea220efc38 Update readme il y a 2 ans
assets Forgot to push for ages il y a 3 ans
bin Moved to Makefile based build system il y a 2 ans
content Added a couple of blogs and tidy categories il y a 2 ans
nginx Updates nginx config il y a 2 ans
templates Moved to Makefile based build system il y a 2 ans
.gitignore Moved to Makefile based build system il y a 2 ans
Makefile Moved to Makefile based build system il y a 2 ans
README.md Update readme il y a 2 ans
docker-compose.yml Start blog il y a 4 ans

README.md

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.

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.