Add docker link
This commit is contained in:
parent
a3195fee85
commit
08f83e96a2
25
config.toml
25
config.toml
@ -40,6 +40,10 @@ pygmentscodefencesguesssyntax = true
|
||||
icon = "fab fa-linkedin"
|
||||
weight = 2
|
||||
url = "https://www.linkedin.com/in/eric-liu-46648b93/"
|
||||
[[params.social]]
|
||||
name = "Personal email"
|
||||
icon = "fas fa-envelope-square"
|
||||
weight = 3
|
||||
|
||||
# Menu links
|
||||
[languages]
|
||||
@ -47,17 +51,24 @@ pygmentscodefencesguesssyntax = true
|
||||
languagename = "English"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Plex"
|
||||
weight = 2
|
||||
weight = 1
|
||||
url = "https://plex.ericxliu.me"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Console"
|
||||
weight = 4
|
||||
url = "https://console.ericxliu.me"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Notebook"
|
||||
weight = 5
|
||||
weight = 2
|
||||
url = "https://notebook.ericxliu.me"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Rstudio"
|
||||
weight = 6
|
||||
weight = 3
|
||||
url = "https://r.ericxliu.me"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Docker"
|
||||
weight = 4
|
||||
url = "https://docker.ericxliu.me"
|
||||
[[languages.en.menu.main]]
|
||||
name = "|"
|
||||
weight = 5
|
||||
[[languages.en.menu.main]]
|
||||
name = "Console"
|
||||
weight = 6
|
||||
url = "https://console.ericxliu.me"
|
||||
|
Loading…
Reference in New Issue
Block a user