mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 04:42:47 +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
|
||||
compile_sass = true
|
||||
|
||||
generate_rss = true
|
||||
generate_feed = true
|
||||
feed_filename = "rss.xml"
|
||||
|
||||
# Whether to do syntax highlighting
|
||||
# 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>
|
||||
<webMaster>{{ config.extra.email }} ({{ config.extra.author }})</webMaster>
|
||||
<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 %}
|
||||
<item>
|
||||
<title>{{ page.title }}</title>
|
||||
|
|
Loading…
Reference in a new issue