An open API service indexing awesome lists of open source software.

https://github.com/yashhere/hugo-theme-tutorial


https://github.com/yashhere/hugo-theme-tutorial

Last synced: 4 months ago
JSON representation

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
```