---
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
{% for post in collections.posts %}
-
{{ post.date | dateFormat("dd-MM-yyyy") }}
— {{ post.data.title }}
{% endfor %}