2026-08-23 05:36:41 +00:00
2024-12-07 16:06:52 +00:00
2026-08-09 13:51:53 +00:00
2025-04-15 21:44:14 +00:00
fix
2026-08-23 05:36:41 +00:00
2026-08-09 13:51:53 +00:00
2024-12-04 02:01:12 +00:00

My Hugo theme

Some styling and general logic of my website, separated from content. No extra abstractions.

cp themes/yrzam/init/hugo.yaml . # site config
hugo new _index.md --kind home # home template
hugo new yoursection --kind section # list template
# put png favicons in assets/favicon
# read generated _index template

Resource names must not start with underscore. Pattern /_ in the URL means that resource may be permanently cached (but it won't unless you configure this rule on the web server).

S
Description
No description provided
Readme
78 KiB
Languages
SCSS 50.3%
HTML 45.9%
Shell 2.6%
Go Template 1.2%