From a0db6bbfc268e377e4901468a0b54d291613784d Mon Sep 17 00:00:00 2001 From: Hexaitos Date: Sat, 26 Oct 2024 22:09:30 +0200 Subject: [PATCH] Merge with GitHub remote --- _art/bonus_faulty.md | 6 ++ _art/ref_anthro_faulty.md | 6 ++ _art/spooky_icon_24.md | 6 ++ _config.yml | 9 ++- _layouts/art.html | 1 + _layouts/contact.html | 1 + _layouts/default.html | 1 + _layouts/home.html | 1 + _layouts/post.html | 1 + _site/2024/09/30/first_blog_post.html | 1 + _site/art.html | 89 +++++++++++++++++---------- _site/blog.html | 3 +- _site/contact.html | 3 +- _site/index.html | 5 +- _site/refsheet.html | 1 + _site/sitemap.xml | 68 ++++++++++++++++++++ art.html | 37 ++++------- blog.html | 3 +- contact.md | 2 +- index.md | 3 +- sitemap.xml | 28 +++++++++ 21 files changed, 208 insertions(+), 67 deletions(-) create mode 100755 _art/bonus_faulty.md create mode 100755 _art/ref_anthro_faulty.md create mode 100755 _art/spooky_icon_24.md create mode 100755 _site/sitemap.xml create mode 100755 sitemap.xml diff --git a/_art/bonus_faulty.md b/_art/bonus_faulty.md new file mode 100755 index 0000000..5233c21 --- /dev/null +++ b/_art/bonus_faulty.md @@ -0,0 +1,6 @@ +--- +image: "/assets/images/Hexaitos/FaultyArts/hexaitos_icon.png" +thumb: "/assets/images/Hexaitos/FaultyArts/hexaitos_icon_small.png" +alt: "A simple shaded icon of an anthropomorphic bateleur eagle" +desc: "Hexaitos bonus icon – FaultyArts" +--- \ No newline at end of file diff --git a/_art/ref_anthro_faulty.md b/_art/ref_anthro_faulty.md new file mode 100755 index 0000000..a817518 --- /dev/null +++ b/_art/ref_anthro_faulty.md @@ -0,0 +1,6 @@ +--- +image: "/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur.png" +thumb: "/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png" +alt: "A reference sheet for an anthropomorphic bateleur eagle" +desc: "Hexaitos ref sheet – FaultyArts" +--- \ No newline at end of file diff --git a/_art/spooky_icon_24.md b/_art/spooky_icon_24.md new file mode 100755 index 0000000..9e514ce --- /dev/null +++ b/_art/spooky_icon_24.md @@ -0,0 +1,6 @@ +--- +image: "/assets/images/Hexaitos/CZGoldEdition/spookyHexaitos_icon.png" +thumb: "/assets/images/Hexaitos/CZGoldEdition/spookyHexaitos_icon.png" +alt: "A spooky icon of an anthropomorphic bateleur eagle" +desc: "Spooky icon portrait 2024 – CZGoldEdition" +--- \ No newline at end of file diff --git a/_config.yml b/_config.yml index c66c351..71d28f4 100755 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,6 @@ -url: "https://hexaitos.com" # the base hostname & protocol for your site, e.g. http://example.com -baseurl: "" # the subpath of your site, e.g. /blog -title: "Hexaitos' Personal Website" # the name of your site, e.g. ACME Corp. +url: "https://hexaitos.com" +baseurl: "" +title: "Hexaitos' Personal Website" +disable_disk_cache: true +collections: + - art \ No newline at end of file diff --git a/_layouts/art.html b/_layouts/art.html index 436e3d6..ce59f9f 100755 --- a/_layouts/art.html +++ b/_layouts/art.html @@ -3,6 +3,7 @@ + {{ page.title }} diff --git a/_layouts/contact.html b/_layouts/contact.html index 639f1c1..cc661c1 100755 --- a/_layouts/contact.html +++ b/_layouts/contact.html @@ -3,6 +3,7 @@ + {{ page.title }} diff --git a/_layouts/default.html b/_layouts/default.html index 436e3d6..ce59f9f 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,6 +3,7 @@ + {{ page.title }} diff --git a/_layouts/home.html b/_layouts/home.html index f24976c..7f26afd 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -5,6 +5,7 @@ + {{ page.title }} diff --git a/_layouts/post.html b/_layouts/post.html index e70e923..a93a18f 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,6 +3,7 @@ + {{ page.title }} diff --git a/_site/2024/09/30/first_blog_post.html b/_site/2024/09/30/first_blog_post.html index 19405fc..4fc8fa0 100755 --- a/_site/2024/09/30/first_blog_post.html +++ b/_site/2024/09/30/first_blog_post.html @@ -3,6 +3,7 @@ + My first blog post diff --git a/_site/art.html b/_site/art.html index ea3602c..cb8d224 100755 --- a/_site/art.html +++ b/_site/art.html @@ -1,37 +1,64 @@ ---- -layout: art -title: "Hexaitos.com – Art" ---- + + -

Art of Hexaitos

+ + + -
-
- -
+hexaitos.com – Art of Hexaitos -
- -
+ -
- -
+ + -
\ No newline at end of file +
+

Art of Hexaitos

+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ +
+

2024 - 2024 hexaitos.com

+

Made with Jekyll

+ +
+ + diff --git a/_site/blog.html b/_site/blog.html index 3d74144..9479a32 100755 --- a/_site/blog.html +++ b/_site/blog.html @@ -3,8 +3,9 @@ + -Hexaitos.com – Blog +hexaitos.com – Blog diff --git a/_site/contact.html b/_site/contact.html index 8f9c276..137eb73 100755 --- a/_site/contact.html +++ b/_site/contact.html @@ -3,8 +3,9 @@ + -Hexaitos.com – Contact +hexaitos.com – Contact diff --git a/_site/index.html b/_site/index.html index ca63e90..4dcea9b 100755 --- a/_site/index.html +++ b/_site/index.html @@ -5,8 +5,9 @@ + -hexaitos.com +hexaitos.com – Home @@ -39,7 +40,7 @@

If you want to get in touch, look at the contact page! You can find me on plenty of websites or just send me an email – I am always happy to talk to new people!

-

This website is still very much a work-in-progress and it was last updated: 23 October 2024. I will be adding a blog at some point where I will be posting things mostly about computers, games and birds (who’d’ve thunk?).

+

This website is still very much a work-in-progress and it was last updated: 26 October 2024. I will be adding a blog at some point where I will be posting things mostly about computers, games and birds (who’d’ve thunk?).