From 5f071b1d6b9765b84125f77904dc93e763af9340 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Thu, 27 Jul 2023 12:07:42 +0200 Subject: [PATCH 1/6] words --- .gitmodules | 2 +- content/rambles/i2p-on-nixos.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index fd90ac5..b030574 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/vugo"] path = themes/vugo - url = git@gitlab.com:EternalWanderer/vugo.git + url = gitlab:EternalWanderer/vugo.git diff --git a/content/rambles/i2p-on-nixos.md b/content/rambles/i2p-on-nixos.md index c99864e..6f83553 100644 --- a/content/rambles/i2p-on-nixos.md +++ b/content/rambles/i2p-on-nixos.md @@ -86,9 +86,9 @@ else than an HTTP connection to interact with i2p. ## Torrents -Since I wanted to see what kinds of _linux distros_ the i2p network has to -offer, I also enabled `services.i2pd.proto.sam` and added the corresponding -default port to the container's firewall in order to get +After a little while, I wanted to see what kinds of _linux distros_ the i2p +network has to offer, I also enabled `services.i2pd.proto.sam` and added the +corresponding default port to the container's firewall in order to get [XD](https://xd-torrent.github.io/) (which can be found in the Nix repo) to behave properly: From 1477df04d381311b05f1a62007abb5be2b216ec6 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Thu, 27 Jul 2023 12:34:14 +0200 Subject: [PATCH 2/6] i2p url --- content/rambles/i2p-on-nixos.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/rambles/i2p-on-nixos.md b/content/rambles/i2p-on-nixos.md index 6f83553..b1bb759 100644 --- a/content/rambles/i2p-on-nixos.md +++ b/content/rambles/i2p-on-nixos.md @@ -15,10 +15,10 @@ Recently I've decided to move most of my hardware over to NixOS. It's been an amazing experience being able to configure everything OS related from one central point. -A few years ago, I discovered i2p. I really liked the idea of it; a different -darknet than tor with different kinds of people on it -- more blog oriented. At -the time I ran a node on a Raspberry Pi running Debian. I connected to it using -an ssh tunnel over Yggdrasil and used an +A few years ago, I discovered [i2p](https://geti2p.net/en/). I really liked the +idea of it; a different darknet than tor with different kinds of people on it -- +more blog oriented. At the time I ran a node on a Raspberry Pi running Debian. I +connected to it using an ssh tunnel over Yggdrasil and used an [Arkenfox](https://github.com/arkenfox/user.js) hardened Firefox profile to browse around. From 5373f338b9e79df45333b534079f55b1c254660a Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Fri, 4 Aug 2023 21:37:52 +0200 Subject: [PATCH 3/6] Finally made this basis --- archetypes/rambles/default.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 archetypes/rambles/default.md diff --git a/archetypes/rambles/default.md b/archetypes/rambles/default.md new file mode 100644 index 0000000..acccd57 --- /dev/null +++ b/archetypes/rambles/default.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +author: "$HUMANOID" +tags: ["", ""] +description: "This is the default article description" +draft: true +--- From e1955d90f37eb5cd53b0d621cd9dec4bc1f25c58 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 7 Aug 2023 02:23:56 +0200 Subject: [PATCH 4/6] More flexible makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8035daa..3298a0d 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ src := public target := voidcruiser.nl +host := voidDroplet push: $(target) - rsync -ahv $(target) voidDroplet:/var/www/ --delete + rsync -ahv $(target) $(host):/var/www/ --delete $(target): build mv $(src) $(target) From 9e878605401bb5382a5fca6200cf5fabfb9bb0a5 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 7 Aug 2023 02:34:47 +0200 Subject: [PATCH 5/6] Moved mirrors list out of theme --- layouts/partials/footer.html | 7 +++++++ themes/vugo | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/footer.html diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..3e14067 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,7 @@ + diff --git a/themes/vugo b/themes/vugo index dcc9f2b..3b5f48a 160000 --- a/themes/vugo +++ b/themes/vugo @@ -1 +1 @@ -Subproject commit dcc9f2bf2213887d14a5b925f74c84f3a8f9123d +Subproject commit 3b5f48aa5ae395065b02f8c63c8f7afd5aa924b0 From 3fa6586291df338cc5ca95727fba59943722504a Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 7 Aug 2023 02:37:32 +0200 Subject: [PATCH 6/6] Changed flavour text --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3e14067..4138aad 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@