Skip to content

Commit 756120c

Browse files
committed
First commit - SolsticeMoon rising
0 parents  commit 756120c

File tree

21 files changed

+1280
-0
lines changed

21 files changed

+1280
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/PaperMod"]
2+
path = themes/PaperMod
3+
url = https://github.com/adityatelange/hugo-PaperMod

.hugo_build.lock

Whitespace-only changes.

archetypes/default.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
date = '{{ .Date }}'
3+
draft = true
4+
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
5+
+++

content/posts/test-post.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
date = '2025-04-27T20:12:39+10:00'
3+
draft = true
4+
title = 'Test Post'
5+
+++

hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
baseURL = 'https://SolsticeMoon.github.io/'
2+
languageCode = 'en-us'
3+
title = 'Alert Forge'
4+
theme = 'PaperMod'

public/404.html

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="auto">
3+
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="robots" content="noindex, nofollow">
8+
<title>404 Page not found | Alert Forge</title>
9+
<meta name="keywords" content="">
10+
<meta name="description" content="">
11+
<meta name="author" content="">
12+
<link rel="canonical" href="http://localhost:1313/404.html">
13+
<link crossorigin="anonymous" href="/assets/css/stylesheet.f49d66caae9ea0fd43f21f29e71a8d3e284517ed770f2aa86fa012953ad3c9ef.css" integrity="sha256-9J1myq6eoP1D8h8p5xqNPihFF&#43;13Dyqob6ASlTrTye8=" rel="preload stylesheet" as="style">
14+
<link rel="icon" href="http://localhost:1313/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
18+
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
19+
<meta name="theme-color" content="#2e2e33">
20+
<meta name="msapplication-TileColor" content="#2e2e33">
21+
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html">
22+
<noscript>
23+
<style>
24+
#theme-toggle,
25+
.top-link {
26+
display: none;
27+
}
28+
29+
</style>
30+
<style>
31+
@media (prefers-color-scheme: dark) {
32+
:root {
33+
--theme: rgb(29, 30, 32);
34+
--entry: rgb(46, 46, 51);
35+
--primary: rgb(218, 218, 219);
36+
--secondary: rgb(155, 156, 157);
37+
--tertiary: rgb(65, 66, 68);
38+
--content: rgb(196, 196, 197);
39+
--code-block-bg: rgb(46, 46, 51);
40+
--code-bg: rgb(55, 56, 62);
41+
--border: rgb(51, 51, 51);
42+
}
43+
44+
.list {
45+
background: var(--theme);
46+
}
47+
48+
.list:not(.dark)::-webkit-scrollbar-track {
49+
background: 0 0;
50+
}
51+
52+
.list:not(.dark)::-webkit-scrollbar-thumb {
53+
border-color: var(--theme);
54+
}
55+
}
56+
57+
</style>
58+
</noscript>
59+
</head>
60+
61+
<body class="list" id="top">
62+
<script>
63+
if (localStorage.getItem("pref-theme") === "dark") {
64+
document.body.classList.add('dark');
65+
} else if (localStorage.getItem("pref-theme") === "light") {
66+
document.body.classList.remove('dark')
67+
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
68+
document.body.classList.add('dark');
69+
}
70+
71+
</script>
72+
73+
<header class="header">
74+
<nav class="nav">
75+
<div class="logo">
76+
<a href="http://localhost:1313/" accesskey="h" title="Alert Forge (Alt + H)">Alert Forge</a>
77+
<div class="logo-switches">
78+
<button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
79+
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
80+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
81+
stroke-linejoin="round">
82+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
83+
</svg>
84+
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
85+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
86+
stroke-linejoin="round">
87+
<circle cx="12" cy="12" r="5"></circle>
88+
<line x1="12" y1="1" x2="12" y2="3"></line>
89+
<line x1="12" y1="21" x2="12" y2="23"></line>
90+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
91+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
92+
<line x1="1" y1="12" x2="3" y2="12"></line>
93+
<line x1="21" y1="12" x2="23" y2="12"></line>
94+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
95+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
96+
</svg>
97+
</button>
98+
</div>
99+
</div>
100+
<ul id="menu">
101+
</ul>
102+
</nav>
103+
</header>
104+
<main class="main">
105+
<div class="not-found">404</div>
106+
</main>
107+
108+
<footer class="footer">
109+
<span>&copy; 2025 <a href="http://localhost:1313/">Alert Forge</a></span> ·
110+
111+
<span>
112+
Powered by
113+
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
114+
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
115+
</span>
116+
</footer>
117+
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
118+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
119+
<path d="M12 6H0l6-6z" />
120+
</svg>
121+
</a>
122+
123+
<script>
124+
let menu = document.getElementById('menu')
125+
if (menu) {
126+
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
127+
menu.onscroll = function () {
128+
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
129+
}
130+
}
131+
132+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
133+
anchor.addEventListener("click", function (e) {
134+
e.preventDefault();
135+
var id = this.getAttribute("href").substr(1);
136+
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
137+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
138+
behavior: "smooth"
139+
});
140+
} else {
141+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
142+
}
143+
if (id === "top") {
144+
history.replaceState(null, null, " ");
145+
} else {
146+
history.pushState(null, null, `#${id}`);
147+
}
148+
});
149+
});
150+
151+
</script>
152+
<script>
153+
var mybutton = document.getElementById("top-link");
154+
window.onscroll = function () {
155+
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
156+
mybutton.style.visibility = "visible";
157+
mybutton.style.opacity = "1";
158+
} else {
159+
mybutton.style.visibility = "hidden";
160+
mybutton.style.opacity = "0";
161+
}
162+
};
163+
164+
</script>
165+
<script>
166+
document.getElementById("theme-toggle").addEventListener("click", () => {
167+
if (document.body.className.includes("dark")) {
168+
document.body.classList.remove('dark');
169+
localStorage.setItem("pref-theme", 'light');
170+
} else {
171+
document.body.classList.add('dark');
172+
localStorage.setItem("pref-theme", 'dark');
173+
}
174+
})
175+
176+
</script>
177+
</body>
178+
179+
</html>

public/assets/css/stylesheet.f49d66caae9ea0fd43f21f29e71a8d3e284517ed770f2aa86fa012953ad3c9ef.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/categories/index.html

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="auto">
3+
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="robots" content="noindex, nofollow">
8+
<title>Categories | Alert Forge</title>
9+
<meta name="keywords" content="">
10+
<meta name="description" content="">
11+
<meta name="author" content="">
12+
<link rel="canonical" href="http://localhost:1313/categories/">
13+
<link crossorigin="anonymous" href="/assets/css/stylesheet.f49d66caae9ea0fd43f21f29e71a8d3e284517ed770f2aa86fa012953ad3c9ef.css" integrity="sha256-9J1myq6eoP1D8h8p5xqNPihFF&#43;13Dyqob6ASlTrTye8=" rel="preload stylesheet" as="style">
14+
<link rel="icon" href="http://localhost:1313/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
18+
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
19+
<meta name="theme-color" content="#2e2e33">
20+
<meta name="msapplication-TileColor" content="#2e2e33">
21+
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml">
22+
<link rel="alternate" hreflang="en" href="http://localhost:1313/categories/">
23+
<noscript>
24+
<style>
25+
#theme-toggle,
26+
.top-link {
27+
display: none;
28+
}
29+
30+
</style>
31+
<style>
32+
@media (prefers-color-scheme: dark) {
33+
:root {
34+
--theme: rgb(29, 30, 32);
35+
--entry: rgb(46, 46, 51);
36+
--primary: rgb(218, 218, 219);
37+
--secondary: rgb(155, 156, 157);
38+
--tertiary: rgb(65, 66, 68);
39+
--content: rgb(196, 196, 197);
40+
--code-block-bg: rgb(46, 46, 51);
41+
--code-bg: rgb(55, 56, 62);
42+
--border: rgb(51, 51, 51);
43+
}
44+
45+
.list {
46+
background: var(--theme);
47+
}
48+
49+
.list:not(.dark)::-webkit-scrollbar-track {
50+
background: 0 0;
51+
}
52+
53+
.list:not(.dark)::-webkit-scrollbar-thumb {
54+
border-color: var(--theme);
55+
}
56+
}
57+
58+
</style>
59+
</noscript>
60+
</head>
61+
62+
<body class="list" id="top">
63+
<script>
64+
if (localStorage.getItem("pref-theme") === "dark") {
65+
document.body.classList.add('dark');
66+
} else if (localStorage.getItem("pref-theme") === "light") {
67+
document.body.classList.remove('dark')
68+
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
69+
document.body.classList.add('dark');
70+
}
71+
72+
</script>
73+
74+
<header class="header">
75+
<nav class="nav">
76+
<div class="logo">
77+
<a href="http://localhost:1313/" accesskey="h" title="Alert Forge (Alt + H)">Alert Forge</a>
78+
<div class="logo-switches">
79+
<button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
80+
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
81+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
82+
stroke-linejoin="round">
83+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
84+
</svg>
85+
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
86+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
87+
stroke-linejoin="round">
88+
<circle cx="12" cy="12" r="5"></circle>
89+
<line x1="12" y1="1" x2="12" y2="3"></line>
90+
<line x1="12" y1="21" x2="12" y2="23"></line>
91+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
92+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
93+
<line x1="1" y1="12" x2="3" y2="12"></line>
94+
<line x1="21" y1="12" x2="23" y2="12"></line>
95+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
96+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
97+
</svg>
98+
</button>
99+
</div>
100+
</div>
101+
<ul id="menu">
102+
</ul>
103+
</nav>
104+
</header>
105+
<main class="main">
106+
<header class="page-header">
107+
<h1>Categories</h1>
108+
</header>
109+
110+
<ul class="terms-tags">
111+
</ul>
112+
</main>
113+
114+
<footer class="footer">
115+
<span>&copy; 2025 <a href="http://localhost:1313/">Alert Forge</a></span> ·
116+
117+
<span>
118+
Powered by
119+
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
120+
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
121+
</span>
122+
</footer>
123+
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
124+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
125+
<path d="M12 6H0l6-6z" />
126+
</svg>
127+
</a>
128+
129+
<script>
130+
let menu = document.getElementById('menu')
131+
if (menu) {
132+
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
133+
menu.onscroll = function () {
134+
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
135+
}
136+
}
137+
138+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
139+
anchor.addEventListener("click", function (e) {
140+
e.preventDefault();
141+
var id = this.getAttribute("href").substr(1);
142+
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
143+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
144+
behavior: "smooth"
145+
});
146+
} else {
147+
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
148+
}
149+
if (id === "top") {
150+
history.replaceState(null, null, " ");
151+
} else {
152+
history.pushState(null, null, `#${id}`);
153+
}
154+
});
155+
});
156+
157+
</script>
158+
<script>
159+
var mybutton = document.getElementById("top-link");
160+
window.onscroll = function () {
161+
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
162+
mybutton.style.visibility = "visible";
163+
mybutton.style.opacity = "1";
164+
} else {
165+
mybutton.style.visibility = "hidden";
166+
mybutton.style.opacity = "0";
167+
}
168+
};
169+
170+
</script>
171+
<script>
172+
document.getElementById("theme-toggle").addEventListener("click", () => {
173+
if (document.body.className.includes("dark")) {
174+
document.body.classList.remove('dark');
175+
localStorage.setItem("pref-theme", 'light');
176+
} else {
177+
document.body.classList.add('dark');
178+
localStorage.setItem("pref-theme", 'dark');
179+
}
180+
})
181+
182+
</script>
183+
</body>
184+
185+
</html>

public/categories/index.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
3+
<channel>
4+
<title>Categories on Alert Forge</title>
5+
<link>http://localhost:1313/categories/</link>
6+
<description>Recent content in Categories on Alert Forge</description>
7+
<generator>Hugo -- 0.147.0</generator>
8+
<language>en-us</language>
9+
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>

0 commit comments

Comments
 (0)