2021-03-20 06:02:36 +00:00
|
|
|
title = "Example Site"
|
|
|
|
urls = ["gemini://example.com", "https://example.com"]
|
|
|
|
|
|
|
|
[feeds]
|
|
|
|
"/blog/" = "Example Feed"
|
2021-03-21 03:17:58 +00:00
|
|
|
|
2021-03-21 03:44:13 +00:00
|
|
|
[tasks.gemini]
|
2021-04-11 22:48:10 +00:00
|
|
|
input_ext = ".gmi"
|
|
|
|
output_ext = ".gmi"
|
|
|
|
template_ext = ".gmi"
|
|
|
|
static_dir = "static"
|
|
|
|
output_dir = "public"
|
2021-03-21 03:17:58 +00:00
|
|
|
|
2021-03-21 03:44:13 +00:00
|
|
|
[tasks.geminiToHTML]
|
2021-04-11 22:48:10 +00:00
|
|
|
input_ext = ".gmi"
|
|
|
|
output_ext = ".html"
|
|
|
|
template_ext = ".gmi"
|
2021-04-11 21:23:01 +00:00
|
|
|
postprocess = "geminitohtml"
|
2021-04-11 22:48:10 +00:00
|
|
|
static_dir = "static"
|
|
|
|
output_dir = "public.html"
|