Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 391 Bytes

News

News items are displayed under /news and /news/{{id}}.html.

Use the code below as a template:

---
id: 140
layout: post
title: "My new news item"
lead: "The lead shown on index.html"
date: "2020-05-13"
author: "John Doe"
---
Some markdown

## Sub title

Some more markdown

The markdown dialect used is github flavored markdown.