Description: | freshly started hugo site with new generated theme |
---|---|
Demo Site: | https://about-hugo.github.io/hugo-bare-theme/ |
Source Code: | https://github.com/about-hugo/hugo-bare-theme |
GH Actions: |
actions |
Theme Home Page: | themes/hugo-bare-theme in repo |
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.)
See the file trees below to see the structure of the generated theme.
The repo
themes/hugo-bare-theme/content
├── _index.md
└── posts
├── _index.md
├── post-1.md
├── post-2.md
└── post-3
├── bryce-canyon.jpg
└── index.md
themes/hugo-bare-theme/layouts
├── _default
│ ├── baseof.html
│ ├── home.html
│ ├── list.html
│ └── single.html
└── partials
├── footer.html
├── head
│ ├── css.html
│ └── js.html
├── head.html
├── header.html
├── menu.html
└── terms.html