Compare commits
3 commits
404817d6eb
...
7e813f99fb
Author | SHA1 | Date | |
---|---|---|---|
7e813f99fb | |||
ea41092a68 | |||
1042c60d44 |
2 changed files with 97 additions and 75 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -0,0 +1,14 @@
|
|||
### 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,6 +6,14 @@ theme = "terminal"
|
|||
paginate = 5
|
||||
enableEmoji = true
|
||||
|
||||
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
endLevel = 5
|
||||
ordered = false
|
||||
startLevel = 1
|
||||
|
||||
|
||||
[params]
|
||||
# dir name of your main content (default is `content/posts`).
|
||||
# the list of set content will show up on your index page (baseurl).
|
||||
|
|
Loading…
Add table
Reference in a new issue