1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Jonathan Hodgson ea220efc38 Update readme vor 2 Jahren
assets Forgot to push for ages vor 3 Jahren
bin Moved to Makefile based build system vor 2 Jahren
content Added a couple of blogs and tidy categories vor 2 Jahren
nginx Updates nginx config vor 2 Jahren
templates Moved to Makefile based build system vor 2 Jahren
.gitignore Moved to Makefile based build system vor 2 Jahren
Makefile Moved to Makefile based build system vor 2 Jahren
README.md Update readme vor 2 Jahren
docker-compose.yml Start blog vor 4 Jahren

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.