You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.0 KiB
89 lines
2.0 KiB
baseURL = "/" |
|
copyright = "Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Please support free culture by using Creative Commons licenses." |
|
enableGitInfo = true |
|
enableInlineShortcodes = true |
|
footnoteReturnLinkContents = "^" |
|
languageCode = "en-us" |
|
rssLimit = 5 |
|
summaryLength = 70 |
|
theme = "geronimo" |
|
timeZone = "America/New_York" |
|
title = "Ethan Yoo" |
|
|
|
[frontmatter] |
|
date = ["date", ":filename", ":default"] |
|
|
|
[markup] |
|
[markup.goldmark.renderer] |
|
unsafe = true |
|
|
|
[permalinks] |
|
links = ":year/:month/:slug" |
|
categories = ":year/:month/" |
|
year = ":year" |
|
|
|
[taxonomies] |
|
categories = "categories" |
|
tags = "tags" |
|
year = "year" |
|
|
|
[minify] |
|
disableHTML = true |
|
disableJS = true |
|
disableJSON = true |
|
minifyOutput = true |
|
|
|
# Parameters |
|
[params] |
|
author = "Ethan Yoo" |
|
authorEmail = "hello@ethanyoo.com" |
|
authorGitLab = "https://framagit.org/ethan" |
|
authorGitea = "https://git.nixnet.services/ethan" |
|
authorMastodon = "https://todon.eu/@ethanyoo" |
|
authorPronouns = "he/him/his" |
|
authorWriteFreely = "https://ethan.writeas.com/" |
|
copyrightMessage = "Please support free culture by using Creative Commons licenses." |
|
dateFmt = "2006-01-02 15:04 MST" |
|
description = "Ethan Yoo is an AmeriCorps VISTA member (2021-2022) and graduated from Swarthmore College in 2019 with a Bachelor of Arts." |
|
license = "https://creativecommons.org/licenses/by-sa/4.0/" |
|
subtitle = "Pronouns: he/him/his" |
|
webmentionService = "https://webmention.io/ethanyoo.com/webmention" |
|
|
|
[menu] |
|
|
|
# Header |
|
|
|
[[menu.main]] |
|
identifier = "links" |
|
name = "Links" |
|
url = "links/" |
|
weight = 1 |
|
|
|
[[menu.main]] |
|
identifier = "now" |
|
name = "Now" |
|
url = "now/" |
|
weight = 2 |
|
|
|
[[menu.main]] |
|
identifier = "resources" |
|
name = "Resources" |
|
url = "resources/" |
|
weight = 3 |
|
|
|
# Footer |
|
|
|
[[menu.footer]] |
|
name = "Contact me" |
|
url = "mailto:hello@ethanyoo.com" |
|
weight = 1 |
|
|
|
[[menu.footer]] |
|
name = "Privacy" |
|
url = "/privacy/" |
|
weight = 2 |
|
|
|
[[menu.footer]] |
|
name = "Public key" |
|
url = "/ethan.asc.txt" |
|
weight = 3
|
|
|