mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 18:50: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"
|
favicon = "favicon.ico"
|
||||||
description = "Software Developer, Researcher, and Linux Enthusiast."
|
description = "Software Developer, Researcher, and Linux Enthusiast."
|
||||||
publicationYear = "2021"
|
publicationYear = "2021"
|
||||||
identities = ["https://github.com/brandon-rozek", "mailto:hello@brandonrozek.com"]
|
identities = [
|
||||||
|
"mailto:hello@brandonrozek.com"
|
||||||
|
]
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
section = ["JSON", "HTML", "RSS"]
|
section = ["JSON", "HTML", "RSS"]
|
||||||
|
@ -63,21 +65,22 @@ enableGitInfo = true
|
||||||
weight = 50
|
weight = 50
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.profile]]
|
||||||
identifier = "github"
|
identifier = "github"
|
||||||
name = "GitHub"
|
name = "GitHub"
|
||||||
pre = "<i class='fab fa-github fa-lg'></i>"
|
pre = "<i class='fab fa-github fa-lg'></i>"
|
||||||
url = "https://github.com/brandon-rozek"
|
url = "https://github.com/brandon-rozek"
|
||||||
weight = 80
|
weight = 80
|
||||||
|
me = true
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.profile]]
|
||||||
identifier = "scholar"
|
identifier = "scholar"
|
||||||
name = "Google Scholar"
|
name = "Google Scholar"
|
||||||
pre = "<i class='fas fa-graduation-cap'></i>"
|
pre = "<i class='fas fa-graduation-cap'></i>"
|
||||||
url = "https://scholar.google.com/citations?user=JrgtnwgAAAAJ&hl=en&oi=ao"
|
url = "https://scholar.google.com/citations?user=JrgtnwgAAAAJ&hl=en&oi=ao"
|
||||||
weight = 85
|
weight = 85
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.profile]]
|
||||||
identifier = "email"
|
identifier = "email"
|
||||||
name = "Email"
|
name = "Email"
|
||||||
pre = "<i class='fa fa-envelope fa-lg'></i>"
|
pre = "<i class='fa fa-envelope fa-lg'></i>"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit d6831651250e8bf6e8bfc33ed42728fac7b05c57
|
Subproject commit e699ce661ed441f576f9f705e2437e8bb30e6501
|
Loading…
Reference in a new issue