This repo has the files for csirt.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: post
title: <-- title-- >
author: <-- your name -->
excerpt: <-- one line summary in Dutch / And English will show on blog page -->
---
Lorum Ipsum
The site is easiest deployed locally with Docker.
- Install Docker
- Clone this repository
- Run
./serve
- Open your favorite Internet Explorer and go to
http://localhost:4000
See: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet