Δεν μπορείτε να επιλέξετε περισσότερα από 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.