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
|
|
|
|
canonifyurls = true
|
|
|
|
|
|
|
|
pygmentsstyle = "b2"
|
|
|
|
pygmentscodefences = true
|
|
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
|
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"
|
2019-02-05 05:18:26 +00:00
|
|
|
|
|
|
|
# wether you want to hide copyright and credits in the footer
|
|
|
|
hideCredits = true
|
|
|
|
hideCopyright = false
|
2019-02-17 02:58:38 +00:00
|
|
|
|
|
|
|
rtl= false
|
|
|
|
|
2020-06-17 06:30:17 +00:00
|
|
|
colorscheme = "light"
|
|
|
|
|
|
|
|
# Series see also post count
|
|
|
|
maxSeeAlsoItems = 5
|
|
|
|
|
|
|
|
# Enable Twemoji
|
|
|
|
enableTwemoji = true
|
|
|
|
|
|
|
|
# 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"
|
2020-06-17 06:30:17 +00:00
|
|
|
icon = "fab 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"
|
2019-02-17 00:01:31 +00:00
|
|
|
icon = "fab 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"
|
|
|
|
icon = "fas fa-envelope-square"
|
|
|
|
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]]
|
2023-09-18 05:31:44 +00:00
|
|
|
name = "Git"
|
2020-06-17 06:30:17 +00:00
|
|
|
weight = 2
|
2020-06-17 05:13:27 +00:00
|
|
|
url = "https://git.ericxliu.me"
|
2019-02-17 02:58:38 +00:00
|
|
|
[[languages.en.menu.main]]
|
2023-09-18 05:31:44 +00:00
|
|
|
name = "Nextcloud"
|
2020-06-17 06:30:17 +00:00
|
|
|
weight = 3
|
2023-09-18 05:31:44 +00:00
|
|
|
url = "https://cloud.ericxliu.me"
|
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"
|