aboutsummaryrefslogtreecommitdiff
path: root/articles
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-02-28 00:24:24 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-02-28 00:24:24 +0100
commit0a22ac3452d6fc25ea0b422188d20991a5b2da58 (patch)
treebc9fcc7a043aee81dd4266e8a4469a551c3081e7 /articles
parent1d000946313c5758b2935ed8cc9a64858172ff74 (diff)
Fix all links and advertize IPFS version
Diffstat (limited to 'articles')
-rw-r--r--articles/index.md7
-rw-r--r--articles/projects.md4
-rw-r--r--articles/random-projects.md4
3 files changed, 10 insertions, 5 deletions
diff --git a/articles/index.md b/articles/index.md
index 0a125ad..3a0bdc3 100644
--- a/articles/index.md
+++ b/articles/index.md
@@ -5,11 +5,16 @@ permalink: /
Hi,
I'm a programmer, mostly a web developer, but I'm in love with robotics as well.
-I just like to code stuff. Take a look at the [projects page](/projects/) to see
+I just like to code stuff. Take a look at the [projects page]({{ "/projects/" | relativize_url }}) to see
the stuff I've been working on. I'm currently a 18 year old student at
[Metis Montessori Lyceum](http://hetmml.nl/), and I currently have a job at
241SoftwareSolutions.
+# IPFS
+This site is also available on [IPFS](https://ipfs.io/)! It can be viewed at [/ipns/noahloomans.com](https://ipfs.io/ipns/noahloomans.com).
+
+To use IPFS, simply install [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop/releases), and the IPFS Companion browser extension ([Firefox](https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/)/[Chrome](https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch)).
+
# Contact
If you wish to contact me please send me an email at
[noahloomans@gmail.com](mailto:noahloomans@gmail.com). And you can find my PGP
diff --git a/articles/projects.md b/articles/projects.md
index 9866b51..4607276 100644
--- a/articles/projects.md
+++ b/articles/projects.md
@@ -10,11 +10,11 @@ and I really enjoy making them, here are some of my favorites:
<div class="projects">
<a class="project" href="http://rooster.hetmml.nl" target="_black" rel="noopener">
- <img src="/assets/projects/rooster.hetmml.nl.png" alt="rooster.hetmml.nl homepage">
+ <img src="{{ "/assets/projects/rooster.hetmml.nl.png" | relativize_url }}" alt="rooster.hetmml.nl homepage">
<header>Metis Rooster</header>
</a>
<a class="project" href="http://managerzonderstress.nl" target="_black" rel="noopener">
- <img src="/assets/projects/managerzonderstress.nl.png" alt="managerzonderstress.nl homepage">
+ <img src="{{ "/assets/projects/managerzonderstress.nl.png" | relativize_url }}" alt="managerzonderstress.nl homepage">
<header>Manager zonder stress</header>
</a>
</div>
diff --git a/articles/random-projects.md b/articles/random-projects.md
index d788b81..00f8006 100644
--- a/articles/random-projects.md
+++ b/articles/random-projects.md
@@ -5,8 +5,8 @@ permalink: /random-projects/
These are some of the random project I've made:
- - [Bad Password Generator]({{ relBase }}random-projects/bad-password-generator/)
- - [Season 3 Countdown]({{ relBase }}random-projects/season3-countdown/)
+ - [Bad Password Generator]({{ "/random-projects/bad-password-generator/" | relativize_url }})
+ - [Season 3 Countdown]({{ "/random-projects/season3-countdown/" | relativize_url }})
The source code of all of them can be found on
[GitLab](https://gitlab.com/nloomans/noahloomans.com/tree/master/random-projects).