website/config.toml

125 lines
2.7 KiB
TOML
Raw Normal View History

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
2022-11-26 02:26:23 -05:00
[author]
name = "Brandon Rozek"
2020-01-15 21:49:05 -05:00
[params]
author = "Brandon Rozek"
avatar = "avatar.jpg"
favicon = "favicon.ico"
2022-08-21 00:07:13 -04:00
description = "PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast."
2022-12-13 23:33:08 -05:00
email = "brozek@brandonrozek.com"
2022-05-01 01:07:48 -04:00
identities = [
"https://github.com/brandon-rozek",
2022-12-13 23:33:08 -05:00
"mailto:brozek@brandonrozek.com",
2022-05-01 01:07:48 -04:00
"https://fosstodon.org/@brozek"
]
2024-02-16 13:03:00 -05:00
warnPostOlderThanXYears = 2
2020-01-15 21:49:05 -05:00
2022-11-26 02:26:23 -05: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 01:02:35 -05:00
[outputFormats.atom]
name = "atom"
2022-11-26 02:26:23 -05:00
mediaType = "application/atom+xml"
baseName = "index"
isPlainText = false
rel = "alternate"
isHTML = false
noUgly = true
permalinkable = false
2023-01-05 01:02:35 -05:00
[outputFormats.as2]
name = "as2"
2022-11-26 02:26:23 -05:00
mediaType = "application/activity+json"
baseName = "index"
isPlainText = false
rel = "alternate"
isHTML = false
noUgly = true
permalinkable = false
2023-01-05 01:02:35 -05:00
[outputFormats.json]
name = "json"
2022-11-26 02:26:23 -05:00
mediaType = "application/feed+json"
2023-01-05 01:02:35 -05:00
baseName = "index"
2022-11-26 02:26:23 -05:00
isPlainText = false
rel = "alternate"
isHTML = false
noUgly = true
permalinkable = false
2020-01-15 21:49:05 -05:00
[outputs]
2023-01-05 01:02:35 -05:00
section = ["json", "html", "rss", "atom", "as2"]
page = ["html", "amp", "json"]
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 = "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
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>"
2022-12-13 23:33:08 -05:00
url = "mailto:brozek@brandonrozek.com"
2022-05-01 01:07:48 -04:00
weight = 95