first draft
This commit is contained in:
46
config.toml
46
config.toml
@@ -1,11 +1,20 @@
|
||||
languageCode = "en-us"
|
||||
baseurl = "https://ericxliu.me"
|
||||
languageCode = "en"
|
||||
title = "Eric's Personal Page"
|
||||
|
||||
paginate = 20
|
||||
canonifyurls = true
|
||||
|
||||
pygmentsstyle = "b2"
|
||||
pygmentscodefences = true
|
||||
pygmentscodefencesguesssyntax = true
|
||||
|
||||
[params] # theme parameters
|
||||
author = "Eric Liu"
|
||||
info = "Platform Software & Performance Engineer @Google"
|
||||
description = "Eric Liu's personal website"
|
||||
keywords = "blog,developer,personal"
|
||||
avatarurl = "images/avatar.jpg"
|
||||
|
||||
# wether you want to hide copyright and credits in the footer
|
||||
hideCredits = true
|
||||
@@ -13,49 +22,30 @@ title = "Eric's Personal Page"
|
||||
|
||||
# Social links
|
||||
[[params.social]]
|
||||
name = "instagram"
|
||||
name = "Git"
|
||||
icon = "fab fa-github"
|
||||
weight = 1
|
||||
url = "https://www.instagram.com/eric_x_liu/"
|
||||
url = "https://git.ericxliu.me"
|
||||
[[params.social]]
|
||||
name = "linkedin"
|
||||
icon = "fab fa-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"
|
||||
name = "PLEX"
|
||||
weight = 2
|
||||
url = "https://plex.ericxliu.me"
|
||||
[[menu.main]]
|
||||
name = "Git"
|
||||
weight = 3
|
||||
url = "https://git.ericxliu.me"
|
||||
[[menu.main]]
|
||||
name = "Console"
|
||||
name = "CONSOLE"
|
||||
weight = 4
|
||||
url = "https://console.ericxliu.me"
|
||||
[[menu.main]]
|
||||
name = "Notebook"
|
||||
name = "NOTEBOOK"
|
||||
weight = 5
|
||||
url = "https://notebook.ericxliu.me"
|
||||
[[menu.main]]
|
||||
name = "Rstudio"
|
||||
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/"
|
||||
|
||||
|
Reference in New Issue
Block a user