Website for Edubuntu Project
The News page (news.html) is loaded from markdown files.
- Create a post in
news/YYYY/MM/using this format:
---
title: Your post title
date: YYYY-MM-DD
author: Author Name
summary: Short one-line summary
---
Markdown content goes here.
- Add the markdown path to
news/index.jsonin thepostsarray (example:2026/04/my-post.md). - Reload
news.html.
Images are supported in markdown posts using standard syntax:

Store images in news/images/.
Using images/... will resolve to that shared folder from any post directory.
This repository includes .nojekyll so markdown files in news/ are served as raw files for JavaScript to fetch.