things-nyc / things-nyc.github.io

Website for TheThingsNetwork NYC
MIT License
2 stars 7 forks source link

Initial support for stories #68

Closed jchonig closed 6 months ago

jchonig commented 7 months ago

Stories exist in the _stories directory as individual HTML or MD files with a date prefix (i.e. 2024-01-11-floodnet.html).

They start with a yaml section separated by --- lines.

---
layout: blog
title: Floodnet
author: jonbosak
images: /img/2024-01-11-floodnet/
excerpt_separator: <!-- excerpt-end -->
---

The Markdown or HTML that follows will be rendered as the page.

For HTML, include the excerpt_seperator tag, anything before that tag will be rendered as the excerpt. For MD, the first paragraph will be rendered as the excerpt.

The author should be a link to an author entry.

Images should be rooted in the docs/img directory.