commit 7ed22017370127aec8a92413ddd880eec7d24724
parent 0c933c7161596a42a8991e6fc5d52688ee0775c4
Author: Willem Van Zwol <willem@vanzwol.com>
Date: Thu, 21 May 2026 22:48:14 -0700
Imrpoved git setup
Changed the file paths of the blog posts
And created a git bundle of the repo, as well as wrote instructions in
the README on how to create a git bundle.
Diffstat:
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -4,8 +4,10 @@ For now this site is very bland. This README will likely serve to document and/o
```bash
nix run
+git bundle create git/website/repo.bundle HEAD master --all
```
and that generates the stagit in git/website/ via the writeShellApplication in `flake.nix`
+the second command creates a bundle so others can clone the repo without SSH or anything like that enabled.
There is a lot more that I want to do with this though, this is not finished.
diff --git a/blogs/on_the_blog.html b/blogs/on_the_blog.html
@@ -22,7 +22,7 @@
</div>
<!-- RIGHT -->
<div class="nav-right">
- <a href="./git/website/log.html" title="Self hosted repo of this website">
+ <a href="../git/website/log.html" title="Self hosted repo of this website">
<!-- giticon -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"
style="width: 0.85em;position: relative;top: 0.06em;fill:var(--text)">
diff --git a/blogs/website.html b/blogs/website.html
@@ -22,7 +22,7 @@
</div>
<!-- RIGHT -->
<div class="nav-right">
- <a href="./git/website/log.html" title="Self hosted repo of this website">
+ <a href="../git/website/log.html" title="Self hosted repo of this website">
<!-- giticon -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"
style="width: 0.85em;position: relative;top: 0.06em;fill:var(--text)">