Compare commits
3 Commits
ffca10f447
...
3695dd561f
| Author | SHA1 | Date | |
|---|---|---|---|
| 3695dd561f | |||
| 38ae57792a | |||
| 0b9612f138 |
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1 +1,6 @@
|
||||
**/build/*
|
||||
.DS_Store
|
||||
/.hugo_build.lock
|
||||
/.hugo_cache/
|
||||
/public/
|
||||
/resources/
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
baseURL = "https://danilafe.com"
|
||||
theme = "vanilla"
|
||||
pygmentsCodeFences = true
|
||||
pygmentsUseClasses = true
|
||||
summaryLength = 20
|
||||
|
||||
defaultContentLanguage = 'en'
|
||||
@@ -22,6 +20,9 @@ defaultContentLanguage = 'en'
|
||||
home = ["html","rss","toml"]
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
noClasses = false
|
||||
[markup.tableOfContents]
|
||||
endLevel = 4
|
||||
ordered = false
|
||||
|
||||
|
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
Submodule themes/vanilla updated: 20217e0b97...0d1e2e80eb
Reference in New Issue
Block a user