diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ba28b1d7..27dc351f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,8 +217,6 @@ jobs: uses: actions/checkout@v7 - name: Setup Zig uses: mlugg/setup-zig@v2 - with: - version: 0.17.0-dev.857+2b2b85c5f - name: Build Website run: zig build working-directory: website diff --git a/.github/workflows/publish-github-pages.yml b/.github/workflows/publish-github-pages.yml index 92b8e5da0..45a2e4f79 100644 --- a/.github/workflows/publish-github-pages.yml +++ b/.github/workflows/publish-github-pages.yml @@ -16,8 +16,6 @@ jobs: - name: Setup Zig uses: mlugg/setup-zig@v2 - with: - version: 0.17.0-dev.857+2b2b85c5f - name: Download and install GitHub CLI run: | diff --git a/website/build.zig.zon b/website/build.zig.zon index 3da093d2a..7250ef94a 100644 --- a/website/build.zig.zon +++ b/website/build.zig.zon @@ -2,7 +2,6 @@ .name = .mz_website, .fingerprint = 0xf41bcd0e071e6f03, .version = "0.2.0", - .minimum_zig_version = "0.17.0-dev.857+2b2b85c5f", .paths = .{ "README.md", "build.zig", @@ -14,8 +13,8 @@ }, .dependencies = .{ .zine = .{ - .url = "git+https://github.com/kristoff-it/zine#7689a27d78d206ed9297987998d2472c42904d75", - .hash = "zine-0.12.1-ou6nIC85FwCLi6UIsJNHXrE05AMYNfYKJPkNc4Qlo79H", + .url = "git+https://github.com/kristoff-it/zine#481d43d730e75edc28c2ab17756aa0f786decb0a", + .hash = "zine-0.13.1-ou6nIFuOFwC3TF6NYPYxA82162ekxUO-r0hkudYL75rP", }, }, } diff --git a/website/content/devlog.smd b/website/content/devlog.smd index 544e29708..66239989f 100644 --- a/website/content/devlog.smd +++ b/website/content/devlog.smd @@ -11,14 +11,14 @@ .draft = false, --- -## [About]($section.id('about')) +# [About]($section.id('about')) This is a non-exhaustive, curated list of changes meant to help users quickly see what has improved since they last checked. You can [subscribe to this page via RSS]($link.alternative('rss')). -## Changes +# Changes ## [MSP430 Support]($section.id('2026-01-07')) diff --git a/website/content/index.smd b/website/content/index.smd index 264e201f6..fd5785167 100644 --- a/website/content/index.smd +++ b/website/content/index.smd @@ -13,7 +13,7 @@ _MicroZig is a toolbox for building embedded applications in Zig._ [Get Started](/docs/getting-started) -## Why Zig? +# Why Zig? Zig is an excellent programming language for embedded systems. @@ -30,7 +30,7 @@ Zig is an excellent programming language for embedded systems. To learn more: [The Zig Language Reference](https://ziglang.org/documentation/master/) -## Why MicroZig? +# Why MicroZig? - **Tooling**: MicroZig extends the Zig build system for Microcontrollers. This includes: