2020-01-16 02:49:05 +00:00
|
|
|
baseURL = "https://brandonrozek.com/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Brandon Rozek"
|
|
|
|
theme = "pulp"
|
2021-12-15 18:43:34 +00:00
|
|
|
enableGitInfo = true
|
2020-01-16 02:49:05 +00:00
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
series = "series"
|
2020-02-16 22:30:02 +00:00
|
|
|
tags = "tags"
|
2020-01-16 02:49:05 +00:00
|
|
|
|
2022-11-26 07:26:23 +00:00
|
|
|
[author]
|
|
|
|
name = "Brandon Rozek"
|
|
|
|
|
2020-01-16 02:49:05 +00:00
|
|
|
[params]
|
|
|
|
author = "Brandon Rozek"
|
|
|
|
avatar = "avatar.jpg"
|
|
|
|
favicon = "favicon.ico"
|
2022-08-21 04:07:13 +00:00
|
|
|
description = "PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast."
|
2022-12-14 04:33:08 +00:00
|
|
|
email = "brozek@brandonrozek.com"
|
2022-05-01 05:07:48 +00:00
|
|
|
identities = [
|
|
|
|
"https://github.com/brandon-rozek",
|
2022-12-14 04:33:08 +00:00
|
|
|
"mailto:brozek@brandonrozek.com",
|
2022-05-01 05:07:48 +00:00
|
|
|
"https://fosstodon.org/@brozek"
|
|
|
|
]
|
2020-01-16 02:49:05 +00:00
|
|
|
|
2022-11-26 07:26:23 +00:00
|
|
|
[services.rss]
|
|
|
|
limit = 50
|
|
|
|
|
|
|
|
[mediaTypes."application/atom+xml"]
|
|
|
|
suffixes = ["atom"]
|
|
|
|
|
|
|
|
[mediaTypes."application/activity+json"]
|
|
|
|
suffixes = ["ajson"]
|
|
|
|
|
|
|
|
[mediaTypes."application/feed+json"]
|
|
|
|
suffixes = ["json"]
|
|
|
|
|
2023-01-05 06:02:35 +00:00
|
|
|
[outputFormats.atom]
|
|
|
|
name = "atom"
|
2022-11-26 07:26:23 +00:00
|
|
|
mediaType = "application/atom+xml"
|
|
|
|
baseName = "index"
|
|
|
|
isPlainText = false
|
|
|
|
rel = "alternate"
|
|
|
|
isHTML = false
|
|
|
|
noUgly = true
|
|
|
|
permalinkable = false
|
|
|
|
|
2023-01-05 06:02:35 +00:00
|
|
|
[outputFormats.as2]
|
|
|
|
name = "as2"
|
2022-11-26 07:26:23 +00:00
|
|
|
mediaType = "application/activity+json"
|
|
|
|
baseName = "index"
|
|
|
|
isPlainText = false
|
|
|
|
rel = "alternate"
|
|
|
|
isHTML = false
|
|
|
|
noUgly = true
|
|
|
|
permalinkable = false
|
|
|
|
|
2023-01-05 06:02:35 +00:00
|
|
|
[outputFormats.json]
|
|
|
|
name = "json"
|
2022-11-26 07:26:23 +00:00
|
|
|
mediaType = "application/feed+json"
|
2023-01-05 06:02:35 +00:00
|
|
|
baseName = "index"
|
2022-11-26 07:26:23 +00:00
|
|
|
isPlainText = false
|
|
|
|
rel = "alternate"
|
|
|
|
isHTML = false
|
|
|
|
noUgly = true
|
|
|
|
permalinkable = false
|
|
|
|
|
|
|
|
|
2020-01-16 02:49:05 +00:00
|
|
|
[outputs]
|
2023-01-05 06:02:35 +00:00
|
|
|
section = ["json", "html", "rss", "atom", "as2"]
|
|
|
|
page = ["html", "amp", "json"]
|
2020-01-16 02:49:05 +00:00
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "blog"
|
|
|
|
name = "Blog" #If display text link, cancel comment out
|
2022-05-02 04:06:20 +00:00
|
|
|
pre = "<i class='fas fa-pen-alt'></i>" #Choose your favorite font from Font Awesome
|
2020-01-16 02:49:05 +00: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 04:06:20 +00: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-16 02:49:05 +00:00
|
|
|
|
2022-05-06 01:51:42 +00:00
|
|
|
[[menu.profile]]
|
|
|
|
identifier = "mastodon"
|
|
|
|
name = "Mastodon"
|
|
|
|
pre = "<i class='fab fa-mastodon'></i>"
|
|
|
|
url = "https://fosstodon.org/@brozek"
|
|
|
|
weight = 80
|
2020-01-16 02:49:05 +00:00
|
|
|
|
2022-02-15 06:15:38 +00:00
|
|
|
[[menu.profile]]
|
2020-01-16 02:49:05 +00:00
|
|
|
identifier = "github"
|
|
|
|
name = "GitHub"
|
|
|
|
pre = "<i class='fab fa-github fa-lg'></i>"
|
|
|
|
url = "https://github.com/brandon-rozek"
|
2022-05-06 01:51:42 +00:00
|
|
|
weight = 85
|
2020-01-16 02:49:05 +00:00
|
|
|
|
2022-02-15 06:15:38 +00:00
|
|
|
[[menu.profile]]
|
2020-09-27 01:51:23 +00: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 05:07:48 +00:00
|
|
|
weight = 90
|
|
|
|
|
2022-05-06 01:51:42 +00:00
|
|
|
|
2022-02-15 06:15:38 +00:00
|
|
|
[[menu.profile]]
|
2020-01-16 02:49:05 +00:00
|
|
|
identifier = "email"
|
|
|
|
name = "Email"
|
|
|
|
pre = "<i class='fa fa-envelope fa-lg'></i>"
|
2022-12-14 04:33:08 +00:00
|
|
|
url = "mailto:brozek@brandonrozek.com"
|
2022-05-01 05:07:48 +00:00
|
|
|
weight = 95
|