correl.github.io/config.toml
2019-06-24 16:02:43 -04:00

20 lines
494 B
TOML

baseURL = "http://example.org/"
languageCode = "en-us"
title = "Projects and Coding Adventures"
theme = "hugo-theme-m10c"
staticDir = ["static"]
pygmentsCodeFences = true
uglyUrls = true
[params]
author = "Correl Roush"
description = "Transgender / MTF / Gender-Fluid / She/Her"
[[params.social]]
name = "twitter"
url = "https://twitter.com/correlr"
[[params.social]]
name = "github"
url = "https://github.com/correl"
[permalinks]
blog = "/:year/:month/:day/:title"