ericxliu-me/config.toml
2023-09-18 05:31:44 +00:00

81 lines
1.7 KiB
TOML

title = "Eric's Personal Page"
theme = "hugo-coder"
languageCode = "en"
defaultcontentlanguage = "en"
paginate = 20
canonifyurls = true
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params] # theme parameters
author = "Eric Liu"
info = "Platform Software & Performance Engineer @Google"
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
hideCredits = true
hideCopyright = false
rtl= false
colorscheme = "light"
# Series see also post count
maxSeeAlsoItems = 5
# Enable Twemoji
enableTwemoji = true
# Custom CSS
custom_css = []
# Custom JS
custom_js = []
# Social links
[[params.social]]
name = "Git"
icon = "fab fa-gitlab"
weight = 1
url = "https://git.ericxliu.me/eric"
[[params.social]]
name = "linkedin"
icon = "fab fa-linkedin"
weight = 2
url = "https://www.linkedin.com/in/eric-liu-46648b93/"
[[params.social]]
name = "Personal email"
icon = "fas fa-envelope-square"
weight = 3
# Menu links
[languages]
[languages.en]
languagename = "English"
[[languages.en.menu.main]]
name = "Posts"
weight = 1
url = "/posts/"
[[languages.en.menu.main]]
name = "Git"
weight = 2
url = "https://git.ericxliu.me"
[[languages.en.menu.main]]
name = "Nextcloud"
weight = 3
url = "https://cloud.ericxliu.me"
[[languages.en.menu.main]]
name = "|"
weight = 10
[[languages.en.menu.main]]
name = "Sign in"
weight = 11
url = "https://sso.ericxliu.me"