makefile
This commit is contained in:
parent
78266ec4d8
commit
18b50c220b
|
@ -0,0 +1 @@
|
||||||
|
public
|
|
@ -14,6 +14,8 @@ theme = "zola-pickles"
|
||||||
# When set to "true", a feed is automatically generated.
|
# When set to "true", a feed is automatically generated.
|
||||||
generate_feeds = true
|
generate_feeds = true
|
||||||
|
|
||||||
|
output_dir = '../public/vrijkorteverhalen.nl/'
|
||||||
|
|
||||||
# The filename to use for the feed. Used as the template filename, too.
|
# The filename to use for the feed. Used as the template filename, too.
|
||||||
# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
|
# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
|
||||||
# There is also a built-in template "rss.xml" that renders an RSS 2.0 feed.
|
# There is also a built-in template "rss.xml" that renders an RSS 2.0 feed.
|
||||||
|
|
Loading…
Reference in New Issue