mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-08-02 15:12:01 +00:00
Rearranged homepage
This commit is contained in:
parent
1593953d48
commit
a8f967e2a0
2 changed files with 16 additions and 19 deletions
31
config.toml
31
config.toml
|
@ -16,7 +16,7 @@ ignoreErrors = ["error-remote-getjson"]
|
|||
author = "Brandon Rozek"
|
||||
avatar = "avatar.jpg"
|
||||
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"
|
||||
identities = [
|
||||
"https://github.com/brandon-rozek",
|
||||
|
@ -86,6 +86,13 @@ ignoreErrors = ["error-remote-getjson"]
|
|||
url = "/research/"
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "postroll"
|
||||
name = "Postroll"
|
||||
pre = "<i class='fas fa-scroll'></i>"
|
||||
url = "/postroll"
|
||||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "community"
|
||||
name = "Community"
|
||||
|
@ -93,7 +100,12 @@ ignoreErrors = ["error-remote-getjson"]
|
|||
url = "/community/"
|
||||
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]]
|
||||
identifier = "mastodon"
|
||||
|
@ -108,18 +120,3 @@ ignoreErrors = ["error-remote-getjson"]
|
|||
pre = "<i class='fab fa-github fa-lg'></i>"
|
||||
url = "https://github.com/brandon-rozek"
|
||||
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
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<h1 class="author title p-name">{{ .Site.Params.Author }}</h1>
|
||||
<a style="display: none" rel="me" class="u-url" href="{{ .Site.BaseURL }}"></a>
|
||||
<!-- description -->
|
||||
<p class="p-note">
|
||||
<p class="p-note" style="margin-top: -1rem;">
|
||||
{{ .Site.Params.description | safeHTML }}
|
||||
</p>
|
||||
<!-- Site Navigation -->
|
||||
|
@ -28,7 +28,7 @@
|
|||
</ul>
|
||||
</nav>
|
||||
<!-- 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">
|
||||
<ul class="space-evenly">
|
||||
{{ range .Site.Menus.profile }}
|
||||
|
|
Loading…
Add table
Reference in a new issue