diff --git a/_includes/menu.html b/_includes/menu.html index aeb3dd3..d4bcd40 100755 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index 67ab530..f5a3a4d 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -18,7 +18,7 @@

Welcome to my website!

-

Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixiated upon. If you want to get in touch, look at the contact page!

+

Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixated on. If you want to get in touch, look at the contact page!

This website is still very much a work-in-progress. I will be adding a blog at some point where I will be posting things mostly about computers and games.

diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100755 index 0000000..edcaf45 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,26 @@ + + + + + + +{{ page.title }} + + + + + {% include menu.html %} + +
+

{{ page.title }}

+

This post was published on {{ page.date | date_to_string }}

+ + {{ content }} +
+ + + + + diff --git a/_posts/2024-09-30-first_blog_post.md b/_posts/2024-09-30-first_blog_post.md new file mode 100755 index 0000000..e4e9166 --- /dev/null +++ b/_posts/2024-09-30-first_blog_post.md @@ -0,0 +1,7 @@ +--- +layout: post +author: hexaitos +title: My first blog post +--- + +Hello everyone! This is my first blog post, mostly just to try out how everything works. \ No newline at end of file diff --git a/_site/2024/09/30/first_blog_post.html b/_site/2024/09/30/first_blog_post.html new file mode 100755 index 0000000..5e384a9 --- /dev/null +++ b/_site/2024/09/30/first_blog_post.html @@ -0,0 +1,34 @@ + + + + + + +My first blog post + + + + + + +
+

My first blog post

+

This post was published on 30 Sep 2024

+ +

Hello everyone! This is my first blog post, mostly just to try out how everything works.

+ +
+ + + + + diff --git a/_site/art.html b/_site/art.html index b1cae7a..9a63426 100755 --- a/_site/art.html +++ b/_site/art.html @@ -10,11 +10,11 @@
diff --git a/_site/blog.html b/_site/blog.html index f1601e2..0722a23 100755 --- a/_site/blog.html +++ b/_site/blog.html @@ -10,16 +10,25 @@
-

Nothing here just yet.

+

Blog Posts

+
diff --git a/_site/contact.html b/_site/contact.html index 55a8caf..cff70a7 100755 --- a/_site/contact.html +++ b/_site/contact.html @@ -10,11 +10,11 @@
diff --git a/_site/index.html b/_site/index.html index fd5214b..8f6277c 100755 --- a/_site/index.html +++ b/_site/index.html @@ -10,11 +10,11 @@
@@ -24,7 +24,7 @@

Welcome to my website!

-

Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixiated upon. If you want to get in touch, look at the contact page!

+

Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixated on. If you want to get in touch, look at the contact page!

This website is still very much a work-in-progress. I will be adding a blog at some point where I will be posting things mostly about computers and games.

diff --git a/_site/refsheet.html b/_site/refsheet.html index 58f256f..b3a9070 100755 --- a/_site/refsheet.html +++ b/_site/refsheet.html @@ -10,11 +10,11 @@
diff --git a/blog.html b/blog.html new file mode 100755 index 0000000..3bd9998 --- /dev/null +++ b/blog.html @@ -0,0 +1,14 @@ +--- +layout: default +title: "Hexaitos.com – Blog" +--- +

Blog Posts

+ + \ No newline at end of file diff --git a/blog.md b/blog.md deleted file mode 100755 index c516b17..0000000 --- a/blog.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: default -title: "Hexaitos.com – Blog" ---- - -Nothing here just yet. \ No newline at end of file