all repos — zola-bearblog @ 57791c1eb193e8cd240390a081b499ae0b8f45e4

Port of bear blog theme to zola

update zola version to 0.23.4

adidalal
commit

57791c1eb193e8cd240390a081b499ae0b8f45e4

parent

14ecd3b35136baebddeb3bcab390d7afedf13545

5 files changed, 7 insertions(+), 7 deletions(-)

changed files
M .forgejo/workflows/zola.yaml.forgejo/workflows/zola.yaml
@@ -1,7 +1,7 @@
name: Deploy Zola site to Pages env: - ZOLA_VERSION: 0.23.2 + ZOLA_VERSION: 0.23.4 # This workflow will only work correctly in https://codeberg.org/alinnow/zola-bearblog.git. # Adjust the site name to match your user and repository name. To publish # to the index site, https://username.codeberg.page/, name your repository `pages`.
M .gitlab-ci.yml.gitlab-ci.yml
@@ -14,7 +14,7 @@ # Use the semver format (x.y.z) to specify a version.
# For example: "0.17.2" or "0.18.0". ZOLA_VERSION: description: "The version of Zola used to build the site." - value: "0.23.2" + value: "0.23.4" pages: stage: deploy
M README.mdREADME.md
@@ -21,7 +21,7 @@ - [Gitlab Pages](https://alinnow.gitlab.io/zola-bearblog)
### Not recommended -These providers' build environments aren't yet compatible with Zola 0.23.2. +These providers' build environments aren't yet compatible with Zola 0.23.4. - [Cloudflare Pages](https://zola-bearblog.pages.dev/) ## Screenshot
M flake.lockflake.lock
@@ -20,11 +20,11 @@ }
}, "nixpkgs": { "locked": { - "lastModified": 1785975029, - "narHash": "sha256-X44cn5rzytELc3NNoQsh0aLkjWA/QzPfc6HPQmsG3sU=", + "lastModified": 1788431191, + "narHash": "sha256-MFClkboDeW56feBCAeAV3Z3J2quGSZFlAOXQ4JjIlIA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "70ce234312134a463ba7728e94da2486a1d237ac", + "rev": "9b9402b959a2276982ddd5ad3652a38b97f7c40b", "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.23.2" +ZOLA_VERSION = "0.23.4" [[headers]] for = "/*"