mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-23 18:51:10 +00:00
config.toml: Update input_dir
This commit is contained in:
parent
6f5c3f52e8
commit
f7c98c1514
|
@ -13,7 +13,7 @@ static_dir = "static"
|
||||||
output_dir = "public"
|
output_dir = "public"
|
||||||
|
|
||||||
[[tasks.feeds]]
|
[[tasks.feeds]]
|
||||||
input_dir = ""
|
input_dir = "."
|
||||||
title = "Example feed"
|
title = "Example feed"
|
||||||
template = "atom.xml"
|
template = "atom.xml"
|
||||||
output = "atom.xml"
|
output = "atom.xml"
|
||||||
|
|
Loading…
Reference in a new issue