Update to zola v0.19

This commit is contained in:
Philipp Oppermann
2024-06-21 11:50:59 +02:00
parent 087a464ed7
commit b991afebac
3 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@ base_url = "https://os.phil-opp.com"
title = "Writing an OS in Rust"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
generate_feed = true
feed_filename = "rss.xml"
generate_feeds = true
feed_filenames = ["rss.xml"]
compile_sass = true
minify_html = false