2019-06-27 22:49:48 +00:00
|
|
|
baseURL = "https://correl.phoenixinquis.net/"
|
2019-06-24 19:27:22 +00:00
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Projects and Coding Adventures"
|
2019-06-27 06:01:38 +00:00
|
|
|
googleAnalytics = "UA-429788-2"
|
2019-06-27 03:43:03 +00:00
|
|
|
disqusShortname = "correl"
|
2019-06-24 19:27:22 +00:00
|
|
|
theme = "hugo-theme-m10c"
|
|
|
|
staticDir = ["static"]
|
|
|
|
pygmentsCodeFences = true
|
|
|
|
uglyUrls = true
|
|
|
|
|
|
|
|
[params]
|
|
|
|
author = "Correl Roush"
|
2024-05-16 00:16:15 +00:00
|
|
|
description = "Trans, tech-savvy, and a little silly. She/Her"
|
2019-06-24 19:27:22 +00:00
|
|
|
[[params.social]]
|
|
|
|
name = "github"
|
|
|
|
url = "https://github.com/correl"
|
2019-06-27 05:38:01 +00:00
|
|
|
[[params.social]]
|
|
|
|
name = "instagram"
|
|
|
|
url = "https://www.instagram.com/correlroush/"
|
2019-06-24 19:27:22 +00:00
|
|
|
|
|
|
|
[permalinks]
|
2019-06-28 03:43:48 +00:00
|
|
|
blog = "/:year/:month/:day/:slug"
|
2022-10-18 03:28:08 +00:00
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|