This is a collection of hugo examples.
The repos can be forked and deployed easily to github pages, see the Quickstart guide for instructions.
This is a collection of hugo examples.
The repos can be forked and deployed easily to github pages, see the Quickstart guide for instructions.
This is an attempt at the smallest hugo site possible. It contains three pages: / (Home), a posts index and a single post.
It can be used as a base for first hugo experiments as it is not cluttered with complex features or any content.
This is a tryout of starting a hugo page from scratch using hugo new site & hugo new theme.
The generated theme contains some example content. If you want to create the design of your page yourself, this might be a good starting point. (Either this example or following the steps to create this example documented in the readme.)
Minimal Site/Minimal Theme is a basic site & theme
which has a minimal page structure with header, footer and navigation partials
and a dynamic recursive navigation which reflects the complete content/
file tree.
Wiki to Hugo is a repo to try out creating content using a github wiki.
(not a hugo page!)
If you add a README.md to a repo and enable github pages for the main branch, a simple webpage is generated from this markdown file.