mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 01:13:08 +00:00
Update example site
This commit is contained in:
parent
71931dfa4e
commit
48f84c1fac
|
@ -5,14 +5,16 @@ urls = ["gemini://example.com", "https://example.com"]
|
||||||
"/blog/" = "Example Feed"
|
"/blog/" = "Example Feed"
|
||||||
|
|
||||||
[tasks.gemini]
|
[tasks.gemini]
|
||||||
input = ".gmi"
|
input_ext = ".gmi"
|
||||||
output = ".gmi"
|
output_ext = ".gmi"
|
||||||
template = ".gmi"
|
template_ext = ".gmi"
|
||||||
destination = "public"
|
static_dir = "static"
|
||||||
|
output_dir = "public"
|
||||||
|
|
||||||
[tasks.geminiToHTML]
|
[tasks.geminiToHTML]
|
||||||
input = ".gmi"
|
input_ext = ".gmi"
|
||||||
output = ".html"
|
output_ext = ".html"
|
||||||
template = ".gmi"
|
template_ext = ".gmi"
|
||||||
postprocess = "geminitohtml"
|
postprocess = "geminitohtml"
|
||||||
destination = "public.html"
|
static_dir = "static"
|
||||||
|
output_dir = "public.html"
|
||||||
|
|
1
example/static/example.txt
Normal file
1
example/static/example.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Example static file
|
Loading…
Reference in a new issue