Ei kuvausta
Löydä tiedosto
2025-07-11 19:05:04 +01:00
assets Updates everything 2025-07-11 19:05:04 +01:00
bin Moved to Makefile based build system 2022-06-13 11:02:02 +01:00
content Updates everything 2025-07-11 19:05:04 +01:00
nginx Updates everything 2025-07-11 19:05:04 +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 Updates everything 2025-07-11 19:05:04 +01:00
Makefile Updates everything 2025-07-11 19:05:04 +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.