ericxliu-me/config.toml
Eric Liu 8727ffa33f
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 11s
🐳 Add Dockerfile and update config.toml
- Add Dockerfile to containerize the Hugo site
- Update config.toml with new menu items and social links
2024-09-16 11:37:05 -07:00

89 lines
2.1 KiB
TOML

title = "Eric's Personal Page"
theme = "hugo-coder"
languageCode = "en"
defaultcontentlanguage = "en"
paginate = 20
#canonifyurls = true
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
enableEmoji = true
enableTwemoji = true
enableGitInfo = true
[markup.highlight]
style = "github-dark"
[params] # theme parameters
author = "Eric X. Liu"
info = "Software & Performance Engineer @Google"
description = "Eric Liu's personal website"
keywords = "blog,developer,personal"
avatarurl = "images/gravatar.png"
hideFooter = false
hideCredits = true
hideCopyright = false
since = 2016
rtl= false
commit="https://git.ericxliu.me/eric/ericxliu-me/commit"
colorscheme = "auto"
hideColorSchemeToggle = false
# Series see also post count
maxSeeAlsoItems = 5
# Custom CSS
custom_css = []
# Custom JS
custom_js = []
# Social links
[[params.social]]
name = "Git"
icon = "fa-brands fa-git fa-2x"
weight = 1
url = "https://git.ericxliu.me/eric"
[[params.social]]
name = "linkedin"
icon = "fa-brands fa-linkedin fa-2x"
weight = 2
url = "https://www.linkedin.com/in/eric-x-liu-46648b93/"
[[params.social]]
name = "Personal email"
icon = "fa fa-envelope fa-2x"
weight = 3
# Menu links
[languages]
[languages.en]
languagename = "English"
[[languages.en.menu.main]]
name = "Posts"
weight = 1
url = "/posts/"
[[languages.en.menu.main]]
name = "Chat"
weight = 2
url = "https://chat.ericxliu.me"
[[languages.en.menu.main]]
name = "Git"
weight = 3
url = "https://git.ericxliu.me/user/oauth2/Authenitk"
[[languages.en.menu.main]]
name = "Coder"
weight = 4
url = "https://coder.ericxliu.me/api/v2/users/oidc/callback"
[[languages.en.menu.main]]
name = "RSS"
weight = 5
url = "https://rss.ericxliu.me/oauth2/oidc/redirect"
[[languages.en.menu.main]]
name = "|"
weight = 10
[[languages.en.menu.main]]
name = "Sign in"
weight = 11
url = "https://sso.ericxliu.me"