mirror of
https://github.com/nikdoof/dimension-sh-nikdoof-web.git
synced 2025-12-25 15:49:29 +00:00
Initial commit
This commit is contained in:
15
config.toml
Normal file
15
config.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
title = "Example website"
|
||||
urls = ["gemini://example.com"]
|
||||
|
||||
[feeds]
|
||||
"/" = "Example feed"
|
||||
|
||||
[permalinks]
|
||||
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"
|
||||
|
||||
[[tasks]]
|
||||
input = [".gmi"]
|
||||
output = ".gmi"
|
||||
template = ".gmi"
|
||||
static_dir = "static"
|
||||
output_dir = "public"
|
||||
Reference in New Issue
Block a user