83 lines
1.9 KiB
TOML
83 lines
1.9 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
|
|
|
|
|
|
[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"
|
|
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 fa-gitlab"
|
|
weight = 1
|
|
url = "https://git.ericxliu.me/eric"
|
|
[[params.social]]
|
|
name = "linkedin"
|
|
icon = "fa fa-linkedin"
|
|
weight = 2
|
|
url = "https://www.linkedin.com/in/eric-liu-46648b93/"
|
|
[[params.social]]
|
|
name = "Personal email"
|
|
icon = "fa fa-envelope"
|
|
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/user/oauth2/Authenitk"
|
|
[[languages.en.menu.main]]
|
|
name = "Coder"
|
|
weight = 3
|
|
url = "https://coder.ericxliu.me/api/v2/users/oidc/callback"
|
|
[[languages.en.menu.main]]
|
|
name = "RSS"
|
|
weight = 4
|
|
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"
|