Update example site

This commit is contained in:
adnano 2021-04-11 18:48:10 -04:00
parent 71931dfa4e
commit 48f84c1fac
2 changed files with 11 additions and 8 deletions

View file

@ -5,14 +5,16 @@ urls = ["gemini://example.com", "https://example.com"]
"/blog/" = "Example Feed"
[tasks.gemini]
input = ".gmi"
output = ".gmi"
template = ".gmi"
destination = "public"
input_ext = ".gmi"
output_ext = ".gmi"
template_ext = ".gmi"
static_dir = "static"
output_dir = "public"
[tasks.geminiToHTML]
input = ".gmi"
output = ".html"
template = ".gmi"
input_ext = ".gmi"
output_ext = ".html"
template_ext = ".gmi"
postprocess = "geminitohtml"
destination = "public.html"
static_dir = "static"
output_dir = "public.html"

View file

@ -0,0 +1 @@
Example static file