diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-03-04 16:24:45 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-03-10 22:03:45 +0000 |
commit | e12c0d23ad72ffa9389d90311453db535f57e450 (patch) | |
tree | 00e8caf78140dee2c9af4568d7d2fb083b80b906 /converter/build.zig.zon | |
parent | 5ed483825a50cadb1d3d2dd55f9e4ebc52716660 (diff) | |
download | mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.gz mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.bz2 mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.xz mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.zip |
Prepare to move to zine static site generator instead of hugo
https://zine-ssg.io/documentation/
Diffstat (limited to 'converter/build.zig.zon')
-rw-r--r-- | converter/build.zig.zon | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/converter/build.zig.zon b/converter/build.zig.zon new file mode 100644 index 0000000..6e262b1 --- /dev/null +++ b/converter/build.zig.zon @@ -0,0 +1,14 @@ +.{ + .name = "converter", + .version = "0.0.0", + .dependencies = .{ + // It doesn't work! + //.@"zig-yaml" = .{ + // .url = "https://github.com/kubkon/zig-yaml/archive/refs/heads/main.tar.gz", + // .hash = "122084941d6e06491a85e1356c7cca24a078103d34155e34a10a16a53f420d6bc37b", + //}, + }, + .paths = .{ + "", + }, +} |