Skip to content

DIVD-NL/web-csirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-csirt

This repo has the files for csirt.divd.nl

Adding new news items

  1. Create a new file in the _posts folder with filename <year>-<month>-<day>-<title>.md
  2. 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

Development

The site is easiest deployed locally with Docker.

  1. Install Docker
  2. Clone this repository
  3. Run ./serve
  4. Open your favorite Internet Explorer and go to http://localhost:4000

Markdown

See: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet