No description
Find a file
Jonathan Hodgson ea220efc38 Update readme
2022-06-13 11:17:12 +01:00
assets Forgot to push for ages 2021-04-14 16:15:46 +01:00
bin Moved to Makefile based build system 2022-06-13 11:02:02 +01:00
content Added a couple of blogs and tidy categories 2022-06-13 11:00:04 +01:00
nginx Updates nginx config 2022-06-13 11:13:43 +01:00
templates Moved to Makefile based build system 2022-06-13 11:02:02 +01:00
.gitignore Moved to Makefile based build system 2022-06-13 11:02:02 +01:00
docker-compose.yml Start blog 2020-02-29 11:39:13 +00:00
Makefile Moved to Makefile based build system 2022-06-13 11:02:02 +01:00
README.md Update readme 2022-06-13 11:17:12 +01:00

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.