website/config.toml

88 lines
2.1 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
[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."
2021-03-05 16:58:12 -05:00
publicationYear = "2021"
2022-02-17 14:09:45 -05:00
email = "hello@brandonrozek.com"
identities = ["https://github.com/brandon-rozek", "mailto:hello@brandonrozek.com"]
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
pre = "<i class='fa fa-book-open fa-lg'></i>" #Choose your favorite font from Font Awesome
url = "/blog/"
weight = 10
[[menu.main]]
identifier = "community"
name = "Community"
pre = "<i class='fa fa-user-friends fa-lg'></i>"
url = "/community/"
weight = 30
[[menu.main]]
identifier = "research"
name = "Research"
pre = "<i class='fa fa-flask fa-lg'></i>"
url = "/research/"
weight = 20
[[menu.main]]
identifier = "Presentations"
name = "Presentations"
pre = "<i class='fa fa-comment fa-lg'></i>"
url = "/presentations/"
weight = 40
[[menu.main]]
identifier = "notes"
name = "Notes"
pre = "<i class='fa fa-book-open fa-lg'></i>"
url = "/notes/"
weight = 60
[[menu.main]]
identifier = "ta"
name = "TA"
pre = "<i class='fa fa-chalkboard-teacher fa-lg'></i>"
url = "/ta/"
weight = 50
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"
weight = 80
2022-02-15 01:15:38 -05:00
me = true
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"
weight = 85
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"
weight = 90