Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 342 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 342 Bytes

hēg denu

https://hegdenu.net

Prerequisites

You need to install Zola. My preference is to use cargo for this.

cargo install zola

Building

From the main directory, run:

zola build

Testing

From the main directory, run:

zola serve

To include draft posts as well:

zola serve --drafts