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/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) 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 +--- diff --git a/content/rambles/i2p-on-nixos.md b/content/rambles/i2p-on-nixos.md index e4ec172..22ae861 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. @@ -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: diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..4138aad --- /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