Редизайн: газетная палитра — белый фон, чёрный текст, serif-шрифт

This commit is contained in:
Агальцов Антон
2026-04-26 17:31:52 +03:00
parent acba5dd5f1
commit cc0b342208
4 changed files with 175 additions and 143 deletions
+4
View File
@@ -37,6 +37,10 @@ Hugo static site with custom theme. Russian-language personal documentation/know
- **creds**: `title`, `description`, `service` — body contains base64-encoded encrypted payload
- **leadera / personal-site**: `title`, `tags`
## Workflow
- **Always run `hugo` after making any changes** (content, templates, config, CSS, JS) to verify the build succeeds without errors. This is mandatory before considering a task complete.
## Gotchas
- Static assets must go in `static/` at project root, not `themes/a2v/static/` (the theme static dir is empty).