Eric Liu
f09740923b
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 25s
123 lines
3.2 KiB
TOML
123 lines
3.2 KiB
TOML
title = "Eric X. Liu's Personal Page"
|
|
theme = ["hugo-cloak-email", "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 X. Liu - Software & Performance Engineer at Google. Sharing insights about software engineering, performance optimization, and tech industry experiences."
|
|
keywords = "software engineer, performance engineering, Google engineer, tech blog, software development, performance optimization, Eric Liu, engineering blog"
|
|
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 = []
|
|
|
|
# Add new SEO-related parameters
|
|
[params.seo]
|
|
# Enable OpenGraph for better social media sharing
|
|
opengraph = true
|
|
# Enable Twitter Cards
|
|
twitter_cards = true
|
|
# Your Twitter handle (optional)
|
|
# twitter_handle = "@yourtwitterhandle"
|
|
# Default image for social sharing
|
|
default_image = "images/gravatar.png"
|
|
# Site name for social sharing
|
|
site_name = "Eric X. Liu's Personal Page"
|
|
|
|
# Add structured data for Google Search
|
|
[params.schema]
|
|
type = "Person"
|
|
name = "Eric X. Liu"
|
|
description = "Software & Performance Engineer at Google"
|
|
sameAs = [
|
|
"https://www.linkedin.com/in/eric-x-liu-46648b93/",
|
|
"https://git.ericxliu.me/eric"
|
|
]
|
|
|
|
# Add robots.txt settings
|
|
[params.robots]
|
|
index = true
|
|
follow = true
|
|
|
|
# Add sitemap configuration
|
|
[sitemap]
|
|
changefreq = "weekly"
|
|
filename = "sitemap.xml"
|
|
priority = 0.5
|
|
|
|
# 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"
|