Compare commits
No commits in common. "7e813f99fbdf867b45c82f0616df8531f2762e94" and "404817d6eb2cef30f3a16d042c4f07ec0e8d1a73" have entirely different histories.
7e813f99fb
...
404817d6eb
2 changed files with 75 additions and 97 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,14 +0,0 @@
|
||||||
### Hugo ###
|
|
||||||
# Generated files by hugo
|
|
||||||
/public/
|
|
||||||
/resources/_gen/
|
|
||||||
/assets/jsconfig.json
|
|
||||||
hugo_stats.json
|
|
||||||
|
|
||||||
# Executable may be added to repository
|
|
||||||
hugo.exe
|
|
||||||
hugo.darwin
|
|
||||||
hugo.linux
|
|
||||||
|
|
||||||
# Temporary lock file while building
|
|
||||||
/.hugo_build.lock
|
|
|
@ -6,14 +6,6 @@ theme = "terminal"
|
||||||
paginate = 5
|
paginate = 5
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
|
|
||||||
|
|
||||||
[markup]
|
|
||||||
[markup.tableOfContents]
|
|
||||||
endLevel = 5
|
|
||||||
ordered = false
|
|
||||||
startLevel = 1
|
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# dir name of your main content (default is `content/posts`).
|
# dir name of your main content (default is `content/posts`).
|
||||||
# the list of set content will show up on your index page (baseurl).
|
# the list of set content will show up on your index page (baseurl).
|
||||||
|
|
Loading…
Add table
Reference in a new issue