Tech blog based on Hugo Based on the vitae theme. Usage Add a new post: hugo new posts/my-first-post.md Start server with drafts enabled: hugo server -D Build the page (result in publicfolder) with drafts enabled: hugo -D