yrzam-hugo-theme/README.md
2024-06-09 01:20:14 +04:00

10 lines
269 B
Markdown

# My Hugo theme
Some styling and general logic of my website, separated from content. No extra abstractions.
```bash
cp themes/yrzam/init/hugo.yaml . # site config
hugo new _index.md --kind home # home template
hugo new yoursection --kind section # list template
```