Skip to content

Files

Latest commit

 

History

History
19 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 484 Bytes

blog

Source for blog material

This is a hugo structure. On a unix-y system, create a new file with:

hugo new posts/`date +%Y-%m-%d`-My-Post-Title.md

Serve the site with:

hugo serve --theme=gindoro --buildDrafts

The modified gindoro theme used for this site should be cloned into the themes subdirectory.

Note that both this site and the modified gindoro theme requires hugo 0.15 or higher.