Gutenberg

Design

Can be used for blogs or general static pages

Commands:

All pages go into the content folder. Subfolder represents a list of content, ie

bash ├── content │   ├── posts │   │   └── intro.md │   └── some.md

some.md will be accessible at mywebsite.com/some and there will be other pages:

Building the site

Get all .md files in content, remove the content/ prefix to their path Split the file between front matter and content Parse the front matter markdown -> HTML for the content

Themes

Gallery at https://tmtheme-editor.herokuapp.com/#!/editor/theme/Agola%20Dark

TODO: