mirror of
https://github.com/nikdoof/dimension-sh-nikdoof-web.git
synced 2025-12-13 01:22:16 +00:00
17 lines
318 B
TOML
17 lines
318 B
TOML
title = "~nikdoof"
|
|
urls = ["gemini://dimension.sh/~nikdoof"]
|
|
|
|
[feeds]
|
|
"/logs/" = "~nikdoof"
|
|
|
|
[permalinks]
|
|
"/logs/" = "/logs/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
|
|
|
|
[[tasks]]
|
|
input = [".gmi", ".md"]
|
|
output = ".gmi"
|
|
template = ".gmi"
|
|
static_dir = "static"
|
|
output_dir = "public"
|
|
preprocess.md = "md2gmn"
|