- Create a new file in the
_posts
folder with filename<year>-<month>-<day>-<title>.md
- Start the file with the following template configuration:
---
layout: news
title: <-- title-- >
author: <-- your name -->
excerpt: <-- one or two line summary -->
---
- Create a new file in the
reports
folder with filename<year>-<month>-<day>-<title>.md
- Start the file with the following template configuration:
---
title: <-- title -->
date: <-- date (e.g. 1 January, 2020) -->
author: <-- author -->
excerpt: <-- one or two line summary -->
---
<header>
<h2><-- title --></h2>
<span><-- date (e.g. 1 January, 2020) -->, by <-- author --></span>
</header>
The site is easiest deployed locally with Docker.
- Install Docker
- Clone this repository
- Open the .env file in a text-editor
- Add your Github personal access token to the
JEKYLL_GITHUB_TOKEN=
setting. - Run the docker-compose file to start the Docker stack
- Open your favorite Internet Explorer and go to
http://localhost:4000