Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
Jonathan Hodgson ea220efc38 Update readme 2 роки тому
assets Forgot to push for ages 3 роки тому
bin Moved to Makefile based build system 2 роки тому
content Added a couple of blogs and tidy categories 2 роки тому
nginx Updates nginx config 2 роки тому
templates Moved to Makefile based build system 2 роки тому
.gitignore Moved to Makefile based build system 2 роки тому
Makefile Moved to Makefile based build system 2 роки тому
README.md Update readme 2 роки тому
docker-compose.yml Start blog 4 роки тому

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.