all repos — zola-bearblog @ 17b23b2cc15eeb355d4d8541e4fe02a5983f1e56

Port of bear blog theme to zola

update zola version to 0.23.2

adidalal
commit

17b23b2cc15eeb355d4d8541e4fe02a5983f1e56

parent

593a8bb3f16404389c85dcec544d6dc188ad3a39

6 files changed, 10 insertions(+), 10 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.21.0 + ZOLA_VERSION: 0.23.2 # 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`.
@@ -21,12 +21,12 @@ publish:
# You can find the list of available runners on https://codeberg.org/actions/meta, or run one yourself. runs-on: codeberg-tiny-lazy container: - image: "alpine:3.23" + image: "alpine:edge" steps: - name: Install CI prerequisites run: | apk upgrade -Ua - apk add nodejs git 'zola=~${{ env.ZOLA_VERSION }}' + apk add nodejs git "zola=~${ZOLA_VERSION%.*}" - name: Clone the repository uses: https://code.forgejo.org/actions/checkout@v5 with:
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.21.0" + value: "0.23.2" 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.21.0. +These providers' build environments aren't yet compatible with Zola 0.23.2. - [Cloudflare Pages](https://zola-bearblog.pages.dev/) ## Screenshot
M flake.lockflake.lock
@@ -20,11 +20,11 @@ }
}, "nixpkgs": { "locked": { - "lastModified": 1754278406, - "narHash": "sha256-jvIQTMN5EzoOP5RaGztpVese8a3wqy0M/h6tNzycW28=", + "lastModified": 1785975029, + "narHash": "sha256-X44cn5rzytELc3NNoQsh0aLkjWA/QzPfc6HPQmsG3sU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6a489c9482ca676ce23c0bcd7f2e1795383325fa", + "rev": "70ce234312134a463ba7728e94da2486a1d237ac", "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.21.0" +ZOLA_VERSION = "0.23.2" [[headers]] for = "/*"
M theme.tomltheme.toml
@@ -3,7 +3,7 @@ description = "Bear blog theme"
license = "MIT" homepage = "https://codeberg.org/alinnow/zola-bearblog" # The minimum version of Zola required -min_version = "0.4.0" +min_version = "0.23.0" # An optional live demo URL demo = "https://alinnow.codeberg.page/zola-bearblog/"