From 7439ce15f023990df42007d59bbc853c59b403f9 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 16 Nov 2021 11:47:33 -0500 Subject: [PATCH] meta stuff --- content/hobbies/_index.md | 4 +--- content/hobbies/networking/zzanet.md | 7 +++++++ templates/base.html | 6 +++++- templates/index.html | 7 +++++++ 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 content/hobbies/networking/zzanet.md diff --git a/content/hobbies/_index.md b/content/hobbies/_index.md index 51a9b2f..bdc7ac5 100644 --- a/content/hobbies/_index.md +++ b/content/hobbies/_index.md @@ -17,15 +17,13 @@ As my friends know very well, I do *a lot* of things. This section exists to kee - Software Development - [Games](/hobbies/software/games) - [Competitive Programming](/hobbies/software/competitive-programming) - - - - Graphics Pipeline - Web Development - Control Systems - Automation - Networking and Infrastructure - Virtual and Physical networks + - [My public IPv4 block](/blog/amprnet-bgp/) - Longboarding - Drones \ No newline at end of file diff --git a/content/hobbies/networking/zzanet.md b/content/hobbies/networking/zzanet.md new file mode 100644 index 0000000..eb01788 --- /dev/null +++ b/content/hobbies/networking/zzanet.md @@ -0,0 +1,7 @@ +--- +title: Virtual and Physical networks +--- + +I am very much a [homelabber](https://www.reddit.com/r/homelab/) except unlike most, my gear is spread across many physical locations around the world. To keep everything easily accessible, and securely interconnected, I have built and maintain a large virtual network. + +With hosts spread across both the public internet, and in private networks behind extremely restrictive firewalls, I needed to build a secure and versatile virtual private networking setup to handle traffic routing and device connections. \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 9aede14..e13951d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,6 +21,10 @@ + + + + {% endblock head %} @@ -57,7 +61,7 @@

Home | Blog | - Hobbies + Hobbies


diff --git a/templates/index.html b/templates/index.html index 2640ecc..3004abb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,13 @@ {{section.title}} {% endblock title %} +{% block head %} +{{ super() }} + + + +{% endblock head %} + {% block content %} {{section.content | safe}} {% endblock content %} \ No newline at end of file