feat
71
.gitignore
vendored
Normal file
@ -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*
|
||||||
|
|
||||||
|
|
@ -1,7 +1,22 @@
|
|||||||
|
.link-github {
|
||||||
|
background: rgb(29, 13, 57);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.link-steam {
|
||||||
|
background: rgb(23, 26, 33);
|
||||||
|
}
|
||||||
|
|
||||||
.link-itch-io {
|
.link-itch-io {
|
||||||
background: rgb(248, 91, 91);
|
background: rgb(248, 91, 91);
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-ko-fi {
|
.link-ko-fi {
|
||||||
background: rgb(249, 124, 124);
|
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);
|
||||||
}
|
}
|
||||||
|
1
assets/icons/scavenger.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="#ffffff" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>
|
After Width: | Height: | Size: 478 B |
32
content/posts/scavenger.md
Normal file
@ -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.
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
# baseURL = "https://your_domain.com/"
|
baseURL = "https://weetile.uk/"
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
@ -61,6 +61,7 @@ disableKinds = ["taxonomy", "term"]
|
|||||||
{ github = "https://github.com/Weetile" },
|
{ github = "https://github.com/Weetile" },
|
||||||
{ itch-io = { href = "https://weetile.itch.io/", text = "Itch.io (My Games)" }},
|
{ itch-io = { href = "https://weetile.itch.io/", text = "Itch.io (My Games)" }},
|
||||||
{ ko-fi = { href = "https://ko-fi.com/weetile", text = "Ko-fi (Donations)" }},
|
{ ko-fi = { href = "https://ko-fi.com/weetile", text = "Ko-fi (Donations)" }},
|
||||||
|
# { scavenger = { href = "https://weetile.uk/posts/scavenger/", text = "Scavenger Hunt" }},
|
||||||
]
|
]
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 934 B |
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 17 KiB |
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="//localhost:1313/" />
|
<link rel="canonical" href="http://localhost:1313/" />
|
||||||
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Weetile" />
|
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Weetile" />
|
||||||
|
|
||||||
|
|
||||||
@ -28,8 +28,8 @@
|
|||||||
<link
|
<link
|
||||||
type="text/css"
|
type="text/css"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="/css/main.bundle.min.6f63c4ca2f24a7e317b12acc58845b7758c2a83592aef2f4bc223a297d23dfa20d52f5d76bde7c9d6177aedda6bc7481636db67325c0e282c1e55320dfafe2a2.css"
|
href="/css/main.bundle.min.1d4aa739eb8295aa832a82f2b0dd5a5fc6258296f37f566369458325db71cf553a2e34efc124d94a80572cd49135fb9650cca109a8df1ac670b40f3cd6a76bcb.css"
|
||||||
integrity="sha512-b2PEyi8kp+MXsSrMWIRbd1jCqDWSrvL0vCI6KX0j36INUvXXa958nWF3rt2mvHSBY222cyXA4oLB5VMg36/iog=="
|
integrity="sha512-HUqnOeuClaqDKoLysN1aX8Ylgpbzf1ZjaUWDJdtxz1U6LjTvwSTZSoBXLNSRNfuWUMyhCajfGsZwtA881qdryw=="
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="//localhost:1313/">
|
<meta property="og:url" content="http://localhost:1313/">
|
||||||
<meta property="og:site_name" content="Weetile">
|
<meta property="og:site_name" content="Weetile">
|
||||||
<meta property="og:title" content="Weetile">
|
<meta property="og:title" content="Weetile">
|
||||||
<meta property="og:locale" content="en">
|
<meta property="og:locale" content="en">
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="generator" content="Hugo 0.131.0">
|
<meta name="generator" content="Hugo 0.135.0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,11 +2,12 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Weetile</title>
|
<title>Weetile</title>
|
||||||
<link>//localhost:1313/</link>
|
<link>http://localhost:1313/</link>
|
||||||
<description>Recent content on Weetile</description>
|
<description>Recent content on Weetile</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<copyright>Copyright © 2024 Weetile</copyright>
|
<copyright>Copyright © 2024 Weetile</copyright>
|
||||||
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate></lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>//localhost:1313/</loc>
|
<loc>http://localhost:1313/posts/</loc>
|
||||||
|
<lastmod>2024-08-09T01:43:06+01:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/</loc>
|
||||||
|
<lastmod>2024-08-09T01:43:06+01:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
BIN
static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 934 B |
BIN
static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 17 KiB |