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