forked from mirrors/hugo-theme-terminal
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
a2daa38408 |
@ -159,6 +159,10 @@ languageCode = "en-us"
|
|||||||
theme = "terminal"
|
theme = "terminal"
|
||||||
pagination.pagerSize = 5
|
pagination.pagerSize = 5
|
||||||
|
|
||||||
|
# Required for Chroma and the custom syntax highlighting.
|
||||||
|
[markup.highlight]
|
||||||
|
noClasses = false
|
||||||
|
|
||||||
[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).
|
||||||
|
Reference in New Issue
Block a user