Rearranged homepage

This commit is contained in:
Brandon Rozek 2025-01-05 13:22:11 -05:00
parent 1593953d48
commit a8f967e2a0
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
2 changed files with 16 additions and 19 deletions

View file

@ -16,7 +16,7 @@ ignoreErrors = ["error-remote-getjson"]
author = "Brandon Rozek" author = "Brandon Rozek"
avatar = "avatar.jpg" avatar = "avatar.jpg"
favicon = "favicon.ico" 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" email = "brozek@brandonrozek.com"
identities = [ identities = [
"https://github.com/brandon-rozek", "https://github.com/brandon-rozek",
@ -86,6 +86,13 @@ ignoreErrors = ["error-remote-getjson"]
url = "/research/" url = "/research/"
weight = 20 weight = 20
[[menu.main]]
identifier = "postroll"
name = "Postroll"
pre = "<i class='fas fa-scroll'></i>"
url = "/postroll"
weight = 30
[[menu.main]] [[menu.main]]
identifier = "community" identifier = "community"
name = "Community" name = "Community"
@ -93,7 +100,12 @@ ignoreErrors = ["error-remote-getjson"]
url = "/community/" url = "/community/"
weight = 40 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]] [[menu.profile]]
identifier = "mastodon" identifier = "mastodon"
@ -108,18 +120,3 @@ ignoreErrors = ["error-remote-getjson"]
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 = 85 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

View file

@ -16,7 +16,7 @@
<h1 class="author title p-name">{{ .Site.Params.Author }}</h1> <h1 class="author title p-name">{{ .Site.Params.Author }}</h1>
<a style="display: none" rel="me" class="u-url" href="{{ .Site.BaseURL }}"></a> <a style="display: none" rel="me" class="u-url" href="{{ .Site.BaseURL }}"></a>
<!-- description --> <!-- description -->
<p class="p-note"> <p class="p-note" style="margin-top: -1rem;">
{{ .Site.Params.description | safeHTML }} {{ .Site.Params.description | safeHTML }}
</p> </p>
<!-- Site Navigation --> <!-- Site Navigation -->
@ -28,7 +28,7 @@
</ul> </ul>
</nav> </nav>
<!-- Social Navigation --> <!-- Social Navigation -->
<p>You can also find me on:</p> <p>Feel free to <a href='/contact'>reach out</a>:</p>
<nav class="nav-home"> <nav class="nav-home">
<ul class="space-evenly"> <ul class="space-evenly">
{{ range .Site.Menus.profile }} {{ range .Site.Menus.profile }}