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
46
config.toml
46
config.toml
|
@ -27,17 +27,10 @@ enableGitInfo = true
|
|||
[[menu.main]]
|
||||
identifier = "blog"
|
||||
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/"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "community"
|
||||
name = "Community"
|
||||
pre = "<i class='fa fa-user-friends fa-lg'></i>"
|
||||
url = "/community/"
|
||||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "research"
|
||||
name = "Research"
|
||||
|
@ -45,27 +38,36 @@ enableGitInfo = true
|
|||
url = "/research/"
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "Presentations"
|
||||
name = "Presentations"
|
||||
pre = "<i class='fa fa-comment fa-lg'></i>"
|
||||
url = "/presentations/"
|
||||
weight = 40
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "notes"
|
||||
name = "Notes"
|
||||
pre = "<i class='fa fa-book-open fa-lg'></i>"
|
||||
url = "/notes/"
|
||||
weight = 60
|
||||
|
||||
[[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]]
|
||||
identifier = "Presentations"
|
||||
name = "Presentations"
|
||||
pre = "<i class='fas fa-bullhorn'></i>"
|
||||
url = "/presentations/"
|
||||
weight = 50
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "notes"
|
||||
name = "Notes"
|
||||
pre = "<i class='fas fa-sticky-note'></i>"
|
||||
url = "/notes/"
|
||||
weight = 60
|
||||
|
||||
|
||||
|
||||
|
||||
[[menu.profile]]
|
||||
identifier = "github"
|
||||
|
|
Loading…
Reference in a new issue