ericxliu-me/config.toml

83 lines
1.8 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
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
custom_css = []
2019-02-05 05:18:26 +00:00
# Social links
[[params.social]]
2019-02-17 00:01:31 +00:00
name = "Git"
2019-02-17 02:58:38 +00:00
icon = "fab fa-git"
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]]
name = "Plex"
2019-02-25 04:58:44 +00:00
weight = 1
2019-02-17 02:58:38 +00:00
url = "https://plex.ericxliu.me"
[[languages.en.menu.main]]
name = "Notebook"
2019-02-25 04:58:44 +00:00
weight = 2
2019-12-14 03:14:30 +00:00
url = "https://hub.ericxliu.me"
2019-02-17 02:58:38 +00:00
[[languages.en.menu.main]]
2019-12-14 03:14:30 +00:00
name = "Go"
2019-02-25 04:58:44 +00:00
weight = 3
2019-12-14 03:26:39 +00:00
url = "https://go.ericxliu.me/server"
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]]
2019-12-14 03:26:39 +00:00
name = "BT"
2019-12-14 03:14:30 +00:00
weight = 11
2019-12-14 03:26:39 +00:00
url = "http://bt.ericxliu.local"
[[languages.en.menu.main]]
name = "DB"
weight = 12
2019-12-14 03:14:30 +00:00
url = "http://pgadmin.ericxliu.local"
2019-02-25 04:58:44 +00:00
[[languages.en.menu.main]]
2019-12-14 03:14:30 +00:00
name = "Airflow"
2019-12-14 03:26:39 +00:00
weight = 13
2019-12-14 03:14:30 +00:00
url = "http://airflow.ericxliu.local"
2020-05-10 02:46:19 +00:00
[[languages.en.menu.main]]
name = "Kubeless"
weight = 14
url = "http://kubeless.ericxliu.local"