Change git icon
This commit is contained in:
parent
28197fe04c
commit
a3195fee85
50
config.toml
50
config.toml
@ -1,7 +1,10 @@
|
|||||||
baseurl = "https://ericxliu.me"
|
|
||||||
languageCode = "en"
|
|
||||||
title = "Eric's Personal Page"
|
title = "Eric's Personal Page"
|
||||||
|
|
||||||
|
theme = "hugo-coder"
|
||||||
|
|
||||||
|
languageCode = "en"
|
||||||
|
defaultcontentlanguage = "en"
|
||||||
|
|
||||||
paginate = 20
|
paginate = 20
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
|
|
||||||
@ -19,11 +22,17 @@ pygmentscodefencesguesssyntax = true
|
|||||||
# wether you want to hide copyright and credits in the footer
|
# wether you want to hide copyright and credits in the footer
|
||||||
hideCredits = true
|
hideCredits = true
|
||||||
hideCopyright = false
|
hideCopyright = false
|
||||||
|
|
||||||
|
rtl= false
|
||||||
|
|
||||||
|
custom_css = []
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Social links
|
# Social links
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "Git"
|
name = "Git"
|
||||||
icon = "fab fa-github"
|
icon = "fab fa-git"
|
||||||
weight = 1
|
weight = 1
|
||||||
url = "https://git.ericxliu.me/eric"
|
url = "https://git.ericxliu.me/eric"
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
@ -33,19 +42,22 @@ pygmentscodefencesguesssyntax = true
|
|||||||
url = "https://www.linkedin.com/in/eric-liu-46648b93/"
|
url = "https://www.linkedin.com/in/eric-liu-46648b93/"
|
||||||
|
|
||||||
# Menu links
|
# Menu links
|
||||||
[[menu.main]]
|
[languages]
|
||||||
name = "PLEX"
|
[languages.en]
|
||||||
weight = 2
|
languagename = "English"
|
||||||
url = "https://plex.ericxliu.me"
|
[[languages.en.menu.main]]
|
||||||
[[menu.main]]
|
name = "Plex"
|
||||||
name = "CONSOLE"
|
weight = 2
|
||||||
weight = 4
|
url = "https://plex.ericxliu.me"
|
||||||
url = "https://console.ericxliu.me"
|
[[languages.en.menu.main]]
|
||||||
[[menu.main]]
|
name = "Console"
|
||||||
name = "NOTEBOOK"
|
weight = 4
|
||||||
weight = 5
|
url = "https://console.ericxliu.me"
|
||||||
url = "https://notebook.ericxliu.me"
|
[[languages.en.menu.main]]
|
||||||
[[menu.main]]
|
name = "Notebook"
|
||||||
name = "RSTUDIO"
|
weight = 5
|
||||||
weight = 6
|
url = "https://notebook.ericxliu.me"
|
||||||
url = "https://r.ericxliu.me"
|
[[languages.en.menu.main]]
|
||||||
|
name = "Rstudio"
|
||||||
|
weight = 6
|
||||||
|
url = "https://r.ericxliu.me"
|
||||||
|
Loading…
Reference in New Issue
Block a user