mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Update config for newer Zola
This commit is contained in:
parent
1c4a9bfd70
commit
a05086f29e
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@ description = "Posts by Wesley Moore"
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
||||||
generate_rss = true
|
generate_feed = true
|
||||||
|
feed_filename = "rss.xml"
|
||||||
|
|
||||||
# Whether to do syntax highlighting
|
# Whether to do syntax highlighting
|
||||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<managingEditor>{{ config.extra.email }} ({{ config.extra.author }})</managingEditor>
|
<managingEditor>{{ config.extra.email }} ({{ config.extra.author }})</managingEditor>
|
||||||
<webMaster>{{ config.extra.email }} ({{ config.extra.author }})</webMaster>
|
<webMaster>{{ config.extra.email }} ({{ config.extra.author }})</webMaster>
|
||||||
<atom:link href="{{ feed_url }}" rel="self" type="application/rss+xml"/>
|
<atom:link href="{{ feed_url }}" rel="self" type="application/rss+xml"/>
|
||||||
<lastBuildDate>{{ last_build_date | date(format="%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate>
|
<lastBuildDate>{{ last_updated | date(format="%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate>
|
||||||
{% for page in pages %}
|
{% for page in pages %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ page.title }}</title>
|
<title>{{ page.title }}</title>
|
||||||
|
|
Loading…
Reference in a new issue