3 Commits

Author SHA1 Message Date
3695dd561f Update theme
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2026-05-18 21:36:15 -07:00
38ae57792a Move files into new Hugo format 2026-05-18 21:01:15 -07:00
0b9612f138 Tweak config.toml and .gitignore per Codex's suggestions
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2026-05-18 21:00:39 -07:00
15 changed files with 9 additions and 3 deletions

5
.gitignore vendored
View File

@@ -1 +1,6 @@
**/build/* **/build/*
.DS_Store
/.hugo_build.lock
/.hugo_cache/
/public/
/resources/

View File

@@ -1,7 +1,5 @@
baseURL = "https://danilafe.com" baseURL = "https://danilafe.com"
theme = "vanilla" theme = "vanilla"
pygmentsCodeFences = true
pygmentsUseClasses = true
summaryLength = 20 summaryLength = 20
defaultContentLanguage = 'en' defaultContentLanguage = 'en'
@@ -22,6 +20,9 @@ defaultContentLanguage = 'en'
home = ["html","rss","toml"] home = ["html","rss","toml"]
[markup] [markup]
[markup.highlight]
codeFences = true
noClasses = false
[markup.tableOfContents] [markup.tableOfContents]
endLevel = 4 endLevel = 4
ordered = false ordered = false

View File

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 150 B