This commit is contained in:
parent
7c0df2cd14
commit
35a02fff82
23
config.toml
23
config.toml
@ -1,16 +1,17 @@
|
|||||||
title = "Eric's Personal Page"
|
title = "Eric's Personal Page"
|
||||||
|
|
||||||
theme = "hugo-coder"
|
theme = "hugo-coder"
|
||||||
|
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
defaultcontentlanguage = "en"
|
defaultcontentlanguage = "en"
|
||||||
|
|
||||||
paginate = 20
|
paginate = 20
|
||||||
canonifyurls = true
|
#canonifyurls = true
|
||||||
|
|
||||||
pygmentsstyle = "b2"
|
pygmentsstyle = "bw"
|
||||||
pygmentscodefences = true
|
pygmentscodefences = true
|
||||||
pygmentscodefencesguesssyntax = true
|
pygmentscodefencesguesssyntax = true
|
||||||
|
enableEmoji = true
|
||||||
|
enableTwemoji = true
|
||||||
|
enableGitInfo = true
|
||||||
|
|
||||||
|
|
||||||
[params] # theme parameters
|
[params] # theme parameters
|
||||||
author = "Eric Liu"
|
author = "Eric Liu"
|
||||||
@ -18,21 +19,19 @@ pygmentscodefencesguesssyntax = true
|
|||||||
description = "Eric Liu's personal website"
|
description = "Eric Liu's personal website"
|
||||||
keywords = "blog,developer,personal"
|
keywords = "blog,developer,personal"
|
||||||
avatarurl = "images/gravatar.png"
|
avatarurl = "images/gravatar.png"
|
||||||
|
footerContent = "Enter a text here."
|
||||||
# wether you want to hide copyright and credits in the footer
|
hideFooter = false
|
||||||
hideCredits = true
|
hideCredits = true
|
||||||
hideCopyright = false
|
hideCopyright = false
|
||||||
|
since = 2016
|
||||||
rtl= false
|
rtl= false
|
||||||
|
|
||||||
colorscheme = "light"
|
colorscheme = "auto"
|
||||||
|
hideColorSchemeToggle = false
|
||||||
|
|
||||||
# Series see also post count
|
# Series see also post count
|
||||||
maxSeeAlsoItems = 5
|
maxSeeAlsoItems = 5
|
||||||
|
|
||||||
# Enable Twemoji
|
|
||||||
enableTwemoji = true
|
|
||||||
|
|
||||||
# Custom CSS
|
# Custom CSS
|
||||||
custom_css = []
|
custom_css = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user