mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Rearranged navigation icons
This commit is contained in:
parent
f6314f9b2a
commit
9fda218d33
1 changed files with 19 additions and 17 deletions
36
config.toml
36
config.toml
|
@ -27,17 +27,10 @@ enableGitInfo = true
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "blog"
|
identifier = "blog"
|
||||||
name = "Blog" #If display text link, cancel comment out
|
name = "Blog" #If display text link, cancel comment out
|
||||||
pre = "<i class='fa fa-book-open fa-lg'></i>" #Choose your favorite font from Font Awesome
|
pre = "<i class='fas fa-pen-alt'></i>" #Choose your favorite font from Font Awesome
|
||||||
url = "/blog/"
|
url = "/blog/"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "community"
|
|
||||||
name = "Community"
|
|
||||||
pre = "<i class='fa fa-user-friends fa-lg'></i>"
|
|
||||||
url = "/community/"
|
|
||||||
weight = 30
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "research"
|
identifier = "research"
|
||||||
name = "Research"
|
name = "Research"
|
||||||
|
@ -45,26 +38,35 @@ enableGitInfo = true
|
||||||
url = "/research/"
|
url = "/research/"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "ta"
|
||||||
|
name = "TA"
|
||||||
|
pre = "<i class='fa fa-chalkboard-teacher fa-lg'></i>"
|
||||||
|
url = "/ta/"
|
||||||
|
weight = 30
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "community"
|
||||||
|
name = "Community"
|
||||||
|
pre = "<i class='fa fa-user-friends fa-lg'></i>"
|
||||||
|
url = "/community/"
|
||||||
|
weight = 40
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "Presentations"
|
identifier = "Presentations"
|
||||||
name = "Presentations"
|
name = "Presentations"
|
||||||
pre = "<i class='fa fa-comment fa-lg'></i>"
|
pre = "<i class='fas fa-bullhorn'></i>"
|
||||||
url = "/presentations/"
|
url = "/presentations/"
|
||||||
weight = 40
|
weight = 50
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "notes"
|
identifier = "notes"
|
||||||
name = "Notes"
|
name = "Notes"
|
||||||
pre = "<i class='fa fa-book-open fa-lg'></i>"
|
pre = "<i class='fas fa-sticky-note'></i>"
|
||||||
url = "/notes/"
|
url = "/notes/"
|
||||||
weight = 60
|
weight = 60
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
identifier = "ta"
|
|
||||||
name = "TA"
|
|
||||||
pre = "<i class='fa fa-chalkboard-teacher fa-lg'></i>"
|
|
||||||
url = "/ta/"
|
|
||||||
weight = 50
|
|
||||||
|
|
||||||
|
|
||||||
[[menu.profile]]
|
[[menu.profile]]
|
||||||
|
|
Loading…
Reference in a new issue