Skip to content

soupi/hen

Repository files navigation

Hen

A static blog generator

License: Apache-2.0

Status: Experimental

How It Looks

Example

Site Structure

_site
├── _posts
│   ├── <post-name>.md
│   └── ...
├── side.md
└── static
    ├── css
    │   ├── normalize.css
    │   └── style.css
Post Format
route=<article-route>
title=<article title>
date=YYYY-MM-DD
---

<body content in markdown format>
Aside

side.md:

<whatever you want to display on the side>