From 7a52ddeba2a68388b544f529d2d92104420f77b0 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Fri, 31 Oct 2025 20:02:14 +0000 Subject: Changed from static to 11ty! --- src/index.njk | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/index.njk (limited to 'src/index.njk') diff --git a/src/index.njk b/src/index.njk new file mode 100644 index 0000000..bab1684 --- /dev/null +++ b/src/index.njk @@ -0,0 +1,37 @@ +--- +layout: layout +title: Shipwreckt +--- +

About me

+

Welcome to my website! I am Shipwreckt, I am a 16 year old from the Uk and I have a great passion for all things computer relating be that software, hardware, programming and more! I mostly focus on learning and working with the GNU/Linux operating system.

+ + + +

list of Churchs I have been to +


+ +

Tags

+

+ {% set tagCount = 0 %} + {% for tagName, items in collections %} + {% if tagName not in ["all", "post", "posts", "tools" , "safe" , "dark" , "media-tutorials" , "arch-linux" , "information-about-linux" , "the-linux-server" , "tagList"] %} + {% if tagCount > 0 %}, {% endif %} + + {{ tagName }} + + {% set tagCount = tagCount + 1 %} + {% endif %} + {% endfor %} +

+
+

Posts

+ +
+ -- cgit v1.2.3