all repos — zola-bearblog @ 731031b3fe2e4964120a615fe93349d268b46758

Port of bear blog theme to zola

update zola to v0.21.0

Alan Pearce
commit

731031b3fe2e4964120a615fe93349d268b46758

parent

e8413a8a62461b82c6212e482ae60fd0bd27471c

3 files changed, 8 insertions(+), 8 deletions(-)

changed files
M flake.lockflake.lock
@@ -5,11 +5,11 @@ "inputs": {
"systems": "systems" }, "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", "owner": "numtide", "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", "type": "github" }, "original": {
@@ -20,11 +20,11 @@ }
}, "nixpkgs": { "locked": { - "lastModified": 1720058333, - "narHash": "sha256-gM2RCi5XkxmcsZ44pUkKIYBiBMfZ6u7MdcZcykmccrs=", + "lastModified": 1754278406, + "narHash": "sha256-jvIQTMN5EzoOP5RaGztpVese8a3wqy0M/h6tNzycW28=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6842b061970bf96965d66fcc86a28e1f719aae95", + "rev": "6a489c9482ca676ce23c0bcd7f2e1795383325fa", "type": "github" }, "original": {
M netlify.tomlnetlify.toml
@@ -4,7 +4,7 @@ command = "zola build"
[build.environment] # Set the version name that you want to use and Netlify will automatically use it. -ZOLA_VERSION = "0.18.0" +ZOLA_VERSION = "0.21.0" [[headers]] for = "/*"
M vercel.jsonvercel.json
@@ -3,7 +3,7 @@ "$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "zola", "build": { "env": { - "ZOLA_VERSION": "0.18.0" + "ZOLA_VERSION": "0.21.0" } }, "cleanUrls": true,