sud0woodo / web-csirt

https://www.divd.nl and https://csirt.divd.nl websites

Home Page:https://www.divd.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://www.divd.nl and https://csirt.divd.nl websites

https://www.divd.nl

License:MIT License


Languages

Language:JavaScript 40.2%Language:CSS 30.4%Language:HTML 17.3%Language:Ruby 4.3%Language:SCSS 3.3%Language:Python 2.9%Language:Shell 1.5%