This repository contain the files for www.divd.nl
- 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 -->
Layout: news
author: <-- author -->
excerpt: <-- one or two line summary -->
---
Lorum ipsum...
The site is easiest deployed locally with Docker.
- Install Docker
- Clone this repository
- Run the
./serve
script
.