mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Rearranged homepage
This commit is contained in:
parent
1593953d48
commit
a8f967e2a0
2 changed files with 16 additions and 19 deletions
31
config.toml
31
config.toml
|
@ -16,7 +16,7 @@ ignoreErrors = ["error-remote-getjson"]
|
|||
author = "Brandon Rozek"
|
||||
avatar = "avatar.jpg"
|
||||
favicon = "favicon.ico"
|
||||
description = "PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast."
|
||||
description = "PhD Student @ RPI, Writer of Tidbits, and Linux Enthusiast."
|
||||
email = "brozek@brandonrozek.com"
|
||||
identities = [
|
||||
"https://github.com/brandon-rozek",
|
||||
|
@ -86,6 +86,13 @@ ignoreErrors = ["error-remote-getjson"]
|
|||
url = "/research/"
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "postroll"
|
||||
name = "Postroll"
|
||||
pre = "<i class='fas fa-scroll'></i>"
|
||||
url = "/postroll"
|
||||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "community"
|
||||
name = "Community"
|
||||
|
@ -93,7 +100,12 @@ ignoreErrors = ["error-remote-getjson"]
|
|||
url = "/community/"
|
||||
weight = 40
|
||||
|
||||
|
||||
[[menu.profile]]
|
||||
identifier = "email"
|
||||
name = "Email"
|
||||
pre = "<i class='fa fa-envelope fa-lg'></i>"
|
||||
url = "mailto:brozek@brandonrozek.com"
|
||||
weight = 75
|
||||
|
||||
[[menu.profile]]
|
||||
identifier = "mastodon"
|
||||
|
@ -108,18 +120,3 @@ ignoreErrors = ["error-remote-getjson"]
|
|||
pre = "<i class='fab fa-github fa-lg'></i>"
|
||||
url = "https://github.com/brandon-rozek"
|
||||
weight = 85
|
||||
|
||||
[[menu.profile]]
|
||||
identifier = "scholar"
|
||||
name = "Google Scholar"
|
||||
pre = "<i class='fas fa-graduation-cap'></i>"
|
||||
url = "https://scholar.google.com/citations?user=JrgtnwgAAAAJ&hl=en&oi=ao"
|
||||
weight = 90
|
||||
|
||||
|
||||
[[menu.profile]]
|
||||
identifier = "email"
|
||||
name = "Email"
|
||||
pre = "<i class='fa fa-envelope fa-lg'></i>"
|
||||
url = "mailto:brozek@brandonrozek.com"
|
||||
weight = 95
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue