diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-16 19:46:06 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-16 20:52:57 +0200 |
commit | bd063c30e3a0160efe187d4a766e105157ba12fd (patch) | |
tree | 6e57d7593b51e85d136bc667dca86e632f848ad7 /README.md | |
parent | 3cada41922abb83b5a5541e4b5efd3fc1659c483 (diff) |
change: make home template embed content/home.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Tastefejl is a fork of the [Typo] Hugo theme, with the following changes: * Replaced the JavaScript theme switching code with a CSS media query. +* The home page embeds `content/home.md` rather than `homeIntroContent` from your `hugo.toml` + because Markdown text should be in `.md` files. + * Removed [Simple Icons] because I don't want to plaster brands on my website and at one point a 50MB .html file was committed (I filtered the git history to reduce the size of the repository.) |