hugo pages
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Eric X. Liu 2023-09-18 19:42:24 -07:00
parent 7c0df2cd14
commit 35a02fff82

View File

@ -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 = []