2020-01-15 21:49:05 -05:00
|
|
|
baseURL = "https://brandonrozek.com/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Brandon Rozek"
|
|
|
|
theme = "pulp"
|
2021-12-15 13:43:34 -05:00
|
|
|
enableGitInfo = true
|
2020-01-15 21:49:05 -05:00
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
series = "series"
|
2020-02-16 17:30:02 -05:00
|
|
|
tags = "tags"
|
2020-01-15 21:49:05 -05:00
|
|
|
|
|
|
|
[params]
|
|
|
|
author = "Brandon Rozek"
|
|
|
|
avatar = "avatar.jpg"
|
|
|
|
favicon = "favicon.ico"
|
2021-12-15 13:43:34 -05:00
|
|
|
description = "Software Developer, Researcher, and Linux Enthusiast."
|
2022-02-17 14:09:45 -05:00
|
|
|
email = "hello@brandonrozek.com"
|
2022-05-01 01:07:48 -04:00
|
|
|
identities = [
|
|
|
|
"https://github.com/brandon-rozek",
|
|
|
|
"mailto:hello@brandonrozek.com",
|
|
|
|
"https://fosstodon.org/@brozek"
|
|
|
|
]
|
2020-01-15 21:49:05 -05:00
|
|
|
|
|
|
|
[outputs]
|
|
|
|
section = ["JSON", "HTML", "RSS"]
|
2020-02-16 17:30:02 -05:00
|
|
|
page = ["HTML", "AMP"]
|
2020-01-15 21:49:05 -05:00
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "blog"
|
|
|
|
name = "Blog" #If display text link, cancel comment out
|
2022-05-02 00:06:20 -04:00
|
|
|
pre = "<i class='fas fa-pen-alt'></i>" #Choose your favorite font from Font Awesome
|
2020-01-15 21:49:05 -05:00
|
|
|
url = "/blog/"
|
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "research"
|
|
|
|
name = "Research"
|
|
|
|
pre = "<i class='fa fa-flask fa-lg'></i>"
|
|
|
|
url = "/research/"
|
|
|
|
weight = 20
|
|
|
|
|
2022-05-02 00:06:20 -04:00
|
|
|
[[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
|
|
|
|
|
2020-01-15 21:49:05 -05:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "Presentations"
|
|
|
|
name = "Presentations"
|
2022-05-02 00:06:20 -04:00
|
|
|
pre = "<i class='fas fa-bullhorn'></i>"
|
2020-01-15 21:49:05 -05:00
|
|
|
url = "/presentations/"
|
2022-05-02 00:06:20 -04:00
|
|
|
weight = 50
|
2020-01-15 21:49:05 -05:00
|
|
|
|
2022-05-02 00:06:20 -04:00
|
|
|
|
2020-01-15 21:49:05 -05:00
|
|
|
|
2022-05-05 21:51:42 -04:00
|
|
|
[[menu.profile]]
|
|
|
|
identifier = "mastodon"
|
|
|
|
name = "Mastodon"
|
|
|
|
pre = "<i class='fab fa-mastodon'></i>"
|
|
|
|
url = "https://fosstodon.org/@brozek"
|
|
|
|
weight = 80
|
2020-01-15 21:49:05 -05:00
|
|
|
|
2022-02-15 01:15:38 -05:00
|
|
|
[[menu.profile]]
|
2020-01-15 21:49:05 -05:00
|
|
|
identifier = "github"
|
|
|
|
name = "GitHub"
|
|
|
|
pre = "<i class='fab fa-github fa-lg'></i>"
|
|
|
|
url = "https://github.com/brandon-rozek"
|
2022-05-05 21:51:42 -04:00
|
|
|
weight = 85
|
2020-01-15 21:49:05 -05:00
|
|
|
|
2022-02-15 01:15:38 -05:00
|
|
|
[[menu.profile]]
|
2020-09-26 21:51:23 -04:00
|
|
|
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"
|
2022-05-01 01:07:48 -04:00
|
|
|
weight = 90
|
|
|
|
|
2022-05-05 21:51:42 -04:00
|
|
|
|
2022-02-15 01:15:38 -05:00
|
|
|
[[menu.profile]]
|
2020-01-15 21:49:05 -05:00
|
|
|
identifier = "email"
|
|
|
|
name = "Email"
|
|
|
|
pre = "<i class='fa fa-envelope fa-lg'></i>"
|
|
|
|
url = "mailto:hello@brandonrozek.com"
|
2022-05-01 01:07:48 -04:00
|
|
|
weight = 95
|