mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Updated theme
This commit is contained in:
parent
3d7e3e69c0
commit
7c865ae494
2 changed files with 8 additions and 5 deletions
11
config.toml
11
config.toml
|
@ -14,7 +14,9 @@ enableGitInfo = true
|
|||
favicon = "favicon.ico"
|
||||
description = "Software Developer, Researcher, and Linux Enthusiast."
|
||||
publicationYear = "2021"
|
||||
identities = ["https://github.com/brandon-rozek", "mailto:hello@brandonrozek.com"]
|
||||
identities = [
|
||||
"mailto:hello@brandonrozek.com"
|
||||
]
|
||||
|
||||
[outputs]
|
||||
section = ["JSON", "HTML", "RSS"]
|
||||
|
@ -63,21 +65,22 @@ enableGitInfo = true
|
|||
weight = 50
|
||||
|
||||
|
||||
[[menu.main]]
|
||||
[[menu.profile]]
|
||||
identifier = "github"
|
||||
name = "GitHub"
|
||||
pre = "<i class='fab fa-github fa-lg'></i>"
|
||||
url = "https://github.com/brandon-rozek"
|
||||
weight = 80
|
||||
me = true
|
||||
|
||||
[[menu.main]]
|
||||
[[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 = 85
|
||||
|
||||
[[menu.main]]
|
||||
[[menu.profile]]
|
||||
identifier = "email"
|
||||
name = "Email"
|
||||
pre = "<i class='fa fa-envelope fa-lg'></i>"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d6831651250e8bf6e8bfc33ed42728fac7b05c57
|
||||
Subproject commit e699ce661ed441f576f9f705e2437e8bb30e6501
|
Loading…
Reference in a new issue