mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-23 18:51:10 +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"
|
||||
|
||||
[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"
|
||||
|
|
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