https://github.com/yashhere/hugo-theme-tutorial
https://github.com/yashhere/hugo-theme-tutorial
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashhere/hugo-theme-tutorial
- Owner: yashhere
- Created: 2018-05-15T11:54:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T11:57:58.000Z (about 8 years ago)
- Last Synced: 2025-07-13T03:45:12.558Z (11 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hugo Theme Tutorial
This repository serves as a code reference for the blog post [Develop a Theme for Hugo](https://www.zeolearn.com/magazine/develop-a-theme-for-hugo).
In case, the new changes are not immediately rendered in the browser, use the following command:
```bash
hugo server --watch --buildDrafts --buildFuture --disableFastRender
```