mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
130 lines
2.8 KiB
TOML
130 lines
2.8 KiB
TOML
baseURL = "https://brandonrozek.com/"
|
|
languageCode = "en-us"
|
|
title = "Brandon Rozek"
|
|
theme = "pulp"
|
|
enableGitInfo = true
|
|
|
|
[taxonomies]
|
|
series = "series"
|
|
tags = "tags"
|
|
|
|
[author]
|
|
name = "Brandon Rozek"
|
|
|
|
[params]
|
|
author = "Brandon Rozek"
|
|
avatar = "avatar.jpg"
|
|
favicon = "favicon.ico"
|
|
description = "PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast."
|
|
email = "hello@brandonrozek.com"
|
|
identities = [
|
|
"https://github.com/brandon-rozek",
|
|
"mailto:hello@brandonrozek.com",
|
|
"https://fosstodon.org/@brozek"
|
|
]
|
|
|
|
[services.rss]
|
|
limit = 50
|
|
|
|
[mediaTypes."application/atom+xml"]
|
|
suffixes = ["atom"]
|
|
|
|
[mediaTypes."application/activity+json"]
|
|
suffixes = ["ajson"]
|
|
|
|
[mediaTypes."application/feed+json"]
|
|
suffixes = ["json"]
|
|
|
|
[outputFormats.Atom]
|
|
name = "Atom"
|
|
mediaType = "application/atom+xml"
|
|
baseName = "index"
|
|
isPlainText = false
|
|
rel = "alternate"
|
|
isHTML = false
|
|
noUgly = true
|
|
permalinkable = false
|
|
|
|
[outputFormats.AS2]
|
|
name = "AS2"
|
|
mediaType = "application/activity+json"
|
|
baseName = "index"
|
|
isPlainText = false
|
|
rel = "alternate"
|
|
isHTML = false
|
|
noUgly = true
|
|
permalinkable = false
|
|
|
|
[outputFormats.feedjson]
|
|
name = "feedjson"
|
|
mediaType = "application/feed+json"
|
|
baseName = "feed"
|
|
isPlainText = false
|
|
rel = "alternate"
|
|
isHTML = false
|
|
noUgly = true
|
|
permalinkable = false
|
|
|
|
|
|
[outputs]
|
|
section = ["JSON", "HTML", "RSS", "Atom", "AS2", "feedjson"]
|
|
page = ["HTML", "AMP"]
|
|
|
|
[[menu.main]]
|
|
identifier = "blog"
|
|
name = "Blog" #If display text link, cancel comment out
|
|
pre = "<i class='fas fa-pen-alt'></i>" #Choose your favorite font from Font Awesome
|
|
url = "/blog/"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
identifier = "research"
|
|
name = "Research"
|
|
pre = "<i class='fa fa-flask fa-lg'></i>"
|
|
url = "/research/"
|
|
weight = 20
|
|
|
|
[[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
|
|
|
|
|
|
|
|
[[menu.profile]]
|
|
identifier = "mastodon"
|
|
name = "Mastodon"
|
|
pre = "<i class='fab fa-mastodon'></i>"
|
|
url = "https://fosstodon.org/@brozek"
|
|
weight = 80
|
|
|
|
[[menu.profile]]
|
|
identifier = "github"
|
|
name = "GitHub"
|
|
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:hello@brandonrozek.com"
|
|
weight = 95
|