ericxliu-me/config.toml

116 lines
3.2 KiB
TOML
Raw Normal View History

title = "Eric X. Liu's Personal Page"
theme = ["hugo-cloak-email", "hugo-coder"]
2019-02-17 02:58:38 +00:00
languageCode = "en"
defaultcontentlanguage = "en"
2019-02-17 00:01:31 +00:00
2023-09-19 02:42:24 +00:00
pygmentsstyle = "bw"
2019-02-17 00:01:31 +00:00
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2023-09-19 02:42:24 +00:00
enableEmoji = true
enableTwemoji = true
enableGitInfo = true
[markup.highlight]
style = "github-dark"
2019-02-17 00:01:31 +00:00
2019-02-05 05:18:26 +00:00
[params] # theme parameters
2024-09-16 17:22:51 +00:00
author = "Eric X. Liu"
info = "Software & Performance Engineer @Google"
2024-11-11 03:31:31 +00:00
description = "Eric X. Liu - Software & Performance Engineer at Google. Sharing insights about software engineering, performance optimization, tech industry experiences, mountain biking adventures, Jeep overlanding, and outdoor activities."
keywords = "software engineer, performance engineering, Google engineer, tech blog, software development, performance optimization, Eric Liu, engineering blog, mountain biking, Jeep enthusiast, overlanding, camping, outdoor adventures"
2019-02-17 02:14:20 +00:00
avatarurl = "images/gravatar.png"
2023-09-19 02:42:24 +00:00
hideFooter = false
2019-02-05 05:18:26 +00:00
hideCredits = true
hideCopyright = false
2023-09-19 02:42:24 +00:00
since = 2016
2019-02-17 02:58:38 +00:00
rtl= false
2023-09-19 03:52:58 +00:00
commit="https://git.ericxliu.me/eric/ericxliu-me/commit"
2023-09-19 02:42:24 +00:00
colorscheme = "auto"
hideColorSchemeToggle = false
2020-06-17 06:30:17 +00:00
# Series see also post count
maxSeeAlsoItems = 5
# Custom CSS
2019-02-17 02:58:38 +00:00
custom_css = []
2020-06-17 06:30:17 +00:00
# Custom JS
custom_js = []
2019-02-17 02:58:38 +00:00
# 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 sitemap configuration
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5
2019-02-05 05:18:26 +00:00
# Social links
[[params.social]]
2019-02-17 00:01:31 +00:00
name = "Git"
icon = "fa-brands fa-git fa-2x"
2019-02-05 05:18:26 +00:00
weight = 1
2019-02-17 02:16:59 +00:00
url = "https://git.ericxliu.me/eric"
2019-02-05 05:18:26 +00:00
[[params.social]]
name = "linkedin"
icon = "fa-brands fa-linkedin fa-2x"
2019-02-05 05:18:26 +00:00
weight = 2
2024-09-16 17:22:51 +00:00
url = "https://www.linkedin.com/in/eric-x-liu-46648b93/"
2019-02-25 04:58:44 +00:00
[[params.social]]
name = "Personal email"
icon = "fa fa-envelope fa-2x"
2019-02-25 04:58:44 +00:00
weight = 3
2019-02-05 05:18:26 +00:00
# Menu links
2019-02-17 02:58:38 +00:00
[languages]
[languages.en]
languagename = "English"
[[languages.en.menu.main]]
2020-06-17 06:30:17 +00:00
name = "Posts"
2019-02-25 04:58:44 +00:00
weight = 1
2020-06-17 06:30:17 +00:00
url = "/posts/"
[[languages.en.menu.main]]
2024-07-03 18:16:21 +00:00
name = "Chat"
2020-06-17 06:30:17 +00:00
weight = 2
2024-07-03 18:16:21 +00:00
url = "https://chat.ericxliu.me"
[[languages.en.menu.main]]
name = "Git"
weight = 3
2023-12-08 18:51:58 +00:00
url = "https://git.ericxliu.me/user/oauth2/Authenitk"
2019-02-17 02:58:38 +00:00
[[languages.en.menu.main]]
2024-06-11 18:35:39 +00:00
name = "Coder"
2024-07-03 18:16:21 +00:00
weight = 4
2024-06-11 18:35:39 +00:00
url = "https://coder.ericxliu.me/api/v2/users/oidc/callback"
[[languages.en.menu.main]]
name = "RSS"
2024-07-03 18:16:21 +00:00
weight = 5
2024-06-11 18:35:39 +00:00
url = "https://rss.ericxliu.me/oauth2/oidc/redirect"
2019-02-25 04:58:44 +00:00
[[languages.en.menu.main]]
name = "|"
2019-12-14 03:14:30 +00:00
weight = 10
[[languages.en.menu.main]]
2020-06-17 06:30:17 +00:00
name = "Sign in"
2019-12-14 03:14:30 +00:00
weight = 11
2023-09-18 05:31:44 +00:00
url = "https://sso.ericxliu.me"