Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 941 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 941 Bytes

HomePage

Netlify Status Deploy Site

Check out the page: https://henrikgerdes.me

This is my homepage. Build with zola and primarily deployed on Cloudflare. This project will generate static pages based on the content and templates.
In addition to that, it is a fill headless content management system (HCMS) for blog posts. Write your posts in Markdown, and generate a new version of your page.

Build Setup

# install dependencies
$ bash zola-install.sh

# serve with hot reload at localhost:1111
$ zola serve

# generate static project
$ zola build