diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f01f00e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,71 @@
+# Build and Release Folders
+bin/
+bin-debug/
+bin-release/
+[Oo]bj/ # FlashDevelop obj
+[Bb]in/ # FlashDevelop bin
+
+# Other files and folders
+.settings/
+
+# lock
+*.lock
+
+# Executables
+*.swf
+*.air
+*.ipa
+*.apk
+
+# Hugo
+public/
+
+# Backup Files
+*.markdown~
+*.md~
+
+# Apache
+.htpasswd
+
+# Logs
+logs
+*.log
+
+# Runtime data
+pids
+*.pid
+*.seed
+
+# Directory for instrumented libs generated by jscoverage/JSCover
+lib-cov
+
+# Coverage directory used by tools like istanbul
+coverage
+
+# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+# node-waf configuration
+.lock-wscript
+
+# Compiled binary addons (http://nodejs.org/api/addons.html)
+build/Release
+
+# Build directories
+public
+dist
+
+# Dependency directory
+# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
+node_modules
+package-lock.json
+bower_components
+
+# Mac File System File...utterly useless to anyone but me.
+.DS_Store
+
+# AWS stuff for publishing static files
+.aws-credentials.json
+.awspublish*
+
+
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 116242a..abde5c9 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -1,7 +1,22 @@
+.link-github {
+ background: rgb(29, 13, 57);
+}
+
+
+.link-steam {
+ background: rgb(23, 26, 33);
+}
+
.link-itch-io {
background: rgb(248, 91, 91);
}
.link-ko-fi {
background: rgb(249, 124, 124);
+ background: linear-gradient(to right, rgb(249, 124, 124), rgb(19, 115, 255));
+}
+
+
+.link-scavenger {
+ background: rgb(0, 0, 0);
}
diff --git a/assets/icons/scavenger.svg b/assets/icons/scavenger.svg
new file mode 100644
index 0000000..6a17efb
--- /dev/null
+++ b/assets/icons/scavenger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/posts/scavenger.md b/content/posts/scavenger.md
new file mode 100644
index 0000000..f402e89
--- /dev/null
+++ b/content/posts/scavenger.md
@@ -0,0 +1,32 @@
++++
+title = 'Scavenger'
+date = 2024-08-09T01:43:06+01:00
+draft = true
++++
+
+Welcome to **Weetile's Scavenger Hunt © 2024!**
+
+You are about to embark on a journey to find the hidden treasures of Weetile.\
+Do be warned traveler, this path is not for the faint of heart.\
+Technical expertise is a must, and a keen eye for detail will serve you well.\
+The first clue is hidden in the poem below. Good luck!
+
+---
+
+In the stillness of the night,\
+By the pond where frogs delight,\
+Their voices rise, their legs soon **SSH**ake,\
+Of waters deep, still wide awake.
+
+Through the reeds, they calmly glide,\
+Seeking places where amphibians hide,\
+As echoes drift from a distant **PORT**,\
+Our small green friends find their resort.
+
+In quiet pools where dreams come true,\
+They gather round in groups of **22**.\
+Each one a sentinel in the dark,\
+Guarding secrets with a spark.
+
+The moonlight fades, the dawn’s in sight,\
+But the frogs still sing through the night.
diff --git a/hugo.toml b/hugo.toml
index 0aebd04..ab08b97 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,5 +1,5 @@
-# baseURL = "https://your_domain.com/"
+baseURL = "https://weetile.uk/"
languageCode = "en"
defaultContentLanguage = "en"
@@ -61,6 +61,7 @@ disableKinds = ["taxonomy", "term"]
{ github = "https://github.com/Weetile" },
{ itch-io = { href = "https://weetile.itch.io/", text = "Itch.io (My Games)" }},
{ ko-fi = { href = "https://ko-fi.com/weetile", text = "Ko-fi (Donations)" }},
+ # { scavenger = { href = "https://weetile.uk/posts/scavenger/", text = "Scavenger Hunt" }},
]
[module]
diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png
index 8ecbbe9..6c1b3f5 100644
Binary files a/public/favicon-16x16.png and b/public/favicon-16x16.png differ
diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png
index 6f409e8..90d5796 100644
Binary files a/public/favicon-32x32.png and b/public/favicon-32x32.png differ
diff --git a/public/favicon.ico b/public/favicon.ico
index 879d755..fe8623c 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/index.html b/public/index.html
index f13c768..1fae4ae 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,7 +14,7 @@
-
+
@@ -28,8 +28,8 @@
@@ -44,7 +44,7 @@
-
+
@@ -56,7 +56,7 @@
-
+
diff --git a/public/index.xml b/public/index.xml
index 9932c8d..7a8a2b8 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -2,11 +2,12 @@
Weetile
- //localhost:1313/
+ http://localhost:1313/
Recent content on Weetile
Hugo
en
Copyright © 2024 Weetile
-
+
+
diff --git a/public/sitemap.xml b/public/sitemap.xml
index e0ecfcc..1ff4a33 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -2,6 +2,10 @@
- //localhost:1313/
+ http://localhost:1313/posts/
+ 2024-08-09T01:43:06+01:00
+
+ http://localhost:1313/
+ 2024-08-09T01:43:06+01:00
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..6c1b3f5
Binary files /dev/null and b/static/favicon-16x16.png differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..90d5796
Binary files /dev/null and b/static/favicon-32x32.png differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..fe8623c
Binary files /dev/null and b/static/favicon.ico differ