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.
 
 
 
 
Jonathan Hodgson ea220efc38 Update readme 2 anni fa
assets Forgot to push for ages 3 anni fa
bin Moved to Makefile based build system 2 anni fa
content Added a couple of blogs and tidy categories 2 anni fa
nginx Updates nginx config 2 anni fa
templates Moved to Makefile based build system 2 anni fa
.gitignore Moved to Makefile based build system 2 anni fa
Makefile Moved to Makefile based build system 2 anni fa
README.md Update readme 2 anni fa
docker-compose.yml Start blog 4 anni fa

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.