ericxliu-me/config.toml

52 lines
1.2 KiB
TOML
Raw Normal View History

2019-02-17 00:01:31 +00:00
baseurl = "https://ericxliu.me"
languageCode = "en"
2019-02-05 05:18:26 +00:00
title = "Eric's Personal Page"
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
# Social links
[[params.social]]
2019-02-17 00:01:31 +00:00
name = "Git"
icon = "fab fa-github"
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/"
# Menu links
[[menu.main]]
2019-02-17 00:01:31 +00:00
name = "PLEX"
2019-02-05 05:18:26 +00:00
weight = 2
url = "https://plex.ericxliu.me"
[[menu.main]]
2019-02-17 00:01:31 +00:00
name = "CONSOLE"
2019-02-05 05:18:26 +00:00
weight = 4
url = "https://console.ericxliu.me"
[[menu.main]]
2019-02-17 00:01:31 +00:00
name = "NOTEBOOK"
2019-02-05 05:18:26 +00:00
weight = 5
url = "https://notebook.ericxliu.me"
[[menu.main]]
2019-02-17 00:01:31 +00:00
name = "RSTUDIO"
2019-02-05 05:18:26 +00:00
weight = 6
url = "https://r.ericxliu.me"