ericxliu-me/config.toml
2019-02-05 05:18:26 +00:00

62 lines
1.4 KiB
TOML

languageCode = "en-us"
title = "Eric's Personal Page"
[params] # theme parameters
author = "Eric Liu"
info = "Platform Software & Performance Engineer @Google"
description = "Eric Liu's personal website"
keywords = "blog,developer,personal"
# wether you want to hide copyright and credits in the footer
hideCredits = true
hideCopyright = false
# Social links
[[params.social]]
name = "instagram"
weight = 1
url = "https://www.instagram.com/eric_x_liu/"
[[params.social]]
name = "linkedin"
weight = 2
url = "https://www.linkedin.com/in/eric-liu-46648b93/"
[[params.social]]
name = "Reading"
weight = 3
url = "https://www.goodreads.com/user/show/56889391-eric-liu"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "/posts/"
[[menu.main]]
name = "Plex"
weight = 2
url = "https://plex.ericxliu.me"
[[menu.main]]
name = "Git"
weight = 3
url = "https://git.ericxliu.me"
[[menu.main]]
name = "Console"
weight = 4
url = "https://console.ericxliu.me"
[[menu.main]]
name = "Notebook"
weight = 5
url = "https://notebook.ericxliu.me"
[[menu.main]]
name = "Rstudio"
weight = 6
url = "https://r.ericxliu.me"
[[menu.main]]
name = "Pihole"
weight = 7
url = "https://pihole.ericxliu.me/admin/"
[[menu.main]]
name = "About"
weight = 8
url = "/about/"