mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-04 08:42:58 +00:00
26 lines
415 B
TOML
26 lines
415 B
TOML
baseURL = "https://dataarchivist.net/"
|
|
languageCode = "en-us"
|
|
title = "Data Archivist Periodical"
|
|
theme = "temple"
|
|
|
|
pygmentsStyle = "native"
|
|
|
|
[params]
|
|
useCDN = false
|
|
showShareIcons = false
|
|
|
|
toc = true
|
|
dateformatpretty = "2006-01-02"
|
|
pygmentsCodeFences = true
|
|
|
|
|
|
|
|
# Builds a list page for each category given
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[author]
|
|
name = "simon987"
|
|
github = "simon987"
|
|
email = "me@simon987.net"
|