ericxliu-me/config.toml

87 lines
2.0 KiB
TOML
Raw Normal View History

2019-02-05 05:18:26 +00:00
title = "Eric's Personal Page"
2019-02-17 02:58:38 +00:00
theme = "hugo-coder"
languageCode = "en"
defaultcontentlanguage = "en"
2019-02-17 00:01:31 +00:00
paginate = 20
2023-09-19 02:42:24 +00:00
#canonifyurls = true
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
2019-02-17 00:01:31 +00:00
2019-02-05 05:18:26 +00:00
[params] # theme parameters
author = "Eric Liu"
info = "Platform Software & Performance Engineer @Google"
description = "Eric Liu's personal website"
keywords = "blog,developer,personal"
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
2019-02-05 05:18:26 +00:00
# Social links
[[params.social]]
2019-02-17 00:01:31 +00:00
name = "Git"
2023-09-19 02:51:46 +00:00
icon = "fa fa-gitlab"
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"
2023-09-19 02:51:46 +00:00
icon = "fa fa-linkedin"
2019-02-05 05:18:26 +00:00
weight = 2
url = "https://www.linkedin.com/in/eric-liu-46648b93/"
2019-02-25 04:58:44 +00:00
[[params.social]]
name = "Personal email"
2023-09-19 02:51:46 +00:00
icon = "fa fa-envelope"
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"