Skip to content

Commit 6914740

Browse files
author
GitHub Actions
committed
Deploy micahkepe/radion to micahkepe/radion:gh-pages
0 parents  commit 6914740

48 files changed

Lines changed: 5958 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
5+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6+
7+
<!-- Enable responsiveness on mobile devices -->
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9+
10+
11+
<meta name="description" content="A elegant light and dark theme for Zola" />
12+
<meta property="og:description" content="A elegant light and dark theme for Zola" />
13+
<meta property="twitter:description" content="A elegant light and dark theme for Zola" />
14+
15+
16+
<!-- Title -->
17+
18+
19+
<title>
20+
21+
radion theme
22+
23+
</title>
24+
25+
<!-- Additional Facebook Meta Tags -->
26+
<meta
27+
property="og:url"
28+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;radion"
29+
/>
30+
<meta
31+
property="og:type"
32+
content="website"
33+
/>
34+
<meta property="og:title" content="radion theme" />
35+
<meta
36+
property="og:image"
37+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;radion/icons/favicon/web-app-manifest-512x512.png"
38+
/>
39+
40+
<!-- Additional Twitter Meta Tags -->
41+
<meta name="twitter:card" content="summary_large_image" />
42+
<meta
43+
property="twitter:url"
44+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;radion"
45+
/>
46+
<meta name="twitter:title" content="radion theme" />
47+
<meta
48+
name="twitter:image"
49+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;radion/icons/favicon/web-app-manifest-512x512.png"
50+
/>
51+
52+
<!-- Favicons -->
53+
54+
<link
55+
rel="icon"
56+
type="image/png"
57+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;radion/icons/favicon/favicon-96x96.png"
58+
sizes="96x96"
59+
/>
60+
<link
61+
rel="icon"
62+
type="image/svg+xml"
63+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;radion/icons/favicon/favicon.svg"
64+
/>
65+
<link
66+
rel="shortcut icon"
67+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;radion/icons/favicon/favicon.ico"
68+
/>
69+
<link
70+
rel="apple-touch-icon"
71+
sizes="180x180"
72+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;radion/icons/favicon/apple-touch-icon.png"
73+
/>
74+
<meta name="apple-mobile-web-app-title" content="radion theme" />
75+
<link
76+
rel="manifest"
77+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;radion/icons/favicon/site.webmanifest"
78+
/>
79+
80+
81+
<!-- RSS Feed -->
82+
83+
<link
84+
rel="alternate"
85+
type="application/atom+xml"
86+
title="RSS"
87+
href="https://micahkepe.com/radion/atom.xml"
88+
/>
89+
90+
91+
<!-- Load Styles -->
92+
<link
93+
rel="stylesheet"
94+
href="https://micahkepe.com/radion/site.css"
95+
/>
96+
97+
<!-- Google Fonts -->
98+
<link rel="preconnect" href="https://fonts.googleapis.com">
99+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
100+
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
101+
102+
<!-- Pass Theme Preference as Data Attribute -->
103+
<script>
104+
document.documentElement.dataset.theme =
105+
"toggle";
106+
</script>
107+
108+
<!-- Reference return to click position script -->
109+
<script src="https://micahkepe.com/radion/js/reference-return.js"></script>
110+
</head>
111+
112+
<body class="hack dark main container">
113+
114+
<main style="text-align: center;">
115+
<h1>404 - NOT FOUND</h1>
116+
<p>Page not found. Sorry about that.</p>
117+
<p>Maybe try the <a href="https://micahkepe.com/radion">homepage</a>?</p>
118+
119+
<p>
120+
For troubleshooting, refer to the <a href="https://www.getzola.org/documentation/getting-started/overview/"
121+
target="_blank" rel="noopener">Zola documentation</a>.
122+
</p>
123+
</main>
124+
125+
126+
<!-- optional scripts -->
127+
128+
<script src="https://micahkepe.com/radion/js/codeblock.js"></script>
129+
130+
<script src="https://micahkepe.com/radion/js/toggle-theme.js"></script>
131+
132+
<!-- MathJax script for rendering LaTeX math equations -->
133+
<script src="https://micahkepe.com/radion/js/mathjax-config.js"></script>
134+
<script
135+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
136+
async
137+
></script>
138+
139+
140+
<script type="text/javascript" src="https://micahkepe.com/radion/elasticlunr.min.js"></script>
141+
<script type="text/javascript" src="https://micahkepe.com/radion/js/search.js"></script>
142+
143+
</body>
144+
</html>

atom.xml

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
3+
<title>radion theme</title>
4+
<subtitle>A elegant light and dark theme for Zola</subtitle>
5+
<link rel="self" type="application/atom+xml" href="https://micahkepe.com/radion/atom.xml"/>
6+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion"/>
7+
<generator uri="https://www.getzola.org/">Zola</generator>
8+
<updated>2024-12-13T00:00:00+00:00</updated>
9+
<id>https://micahkepe.com/radion/atom.xml</id>
10+
<entry xml:lang="en">
11+
<title>Markdown Formatting Test</title>
12+
<published>2024-12-13T00:00:00+00:00</published>
13+
<updated>2024-12-13T00:00:00+00:00</updated>
14+
15+
<author>
16+
<name>
17+
18+
Unknown
19+
20+
</name>
21+
</author>
22+
23+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/markdown-demo/"/>
24+
<id>https://micahkepe.com/radion/markdown-demo/</id>
25+
26+
<summary type="html">&lt;p&gt;This page demonstrates various Markdown formatting features that can be used in
27+
the theme. The following sections showcase different elements, such as blockquotes,
28+
headings, lists, and more.&lt;&#x2F;p&gt;</summary>
29+
30+
</entry>
31+
<entry xml:lang="en">
32+
<title>Table of Contents Test</title>
33+
<published>2024-12-08T00:00:00+00:00</published>
34+
<updated>2024-12-08T00:00:00+00:00</updated>
35+
36+
<author>
37+
<name>
38+
39+
Unknown
40+
41+
</name>
42+
</author>
43+
44+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/toc/"/>
45+
<id>https://micahkepe.com/radion/toc/</id>
46+
47+
<summary type="html">&lt;p&gt;This page demonstrates the table of contents feature with a mix of heading
48+
levels, inline links, and nested elements.&lt;&#x2F;p&gt;</summary>
49+
50+
</entry>
51+
<entry xml:lang="en">
52+
<title>Code Example</title>
53+
<published>2017-09-24T00:00:00+00:00</published>
54+
<updated>2017-09-24T00:00:00+00:00</updated>
55+
56+
<author>
57+
<name>
58+
59+
Unknown
60+
61+
</name>
62+
</author>
63+
64+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/code-example/"/>
65+
<id>https://micahkepe.com/radion/code-example/</id>
66+
67+
<summary type="html">&lt;p&gt;Have code snippets complete with &lt;strong&gt;clipboard functionality&lt;&#x2F;strong&gt; and &lt;strong&gt;fancy
68+
language tags&lt;&#x2F;strong&gt;. No more boring code snippets in your pages. Oh yeah baby! Click
69+
on this article to see some code in action.&lt;&#x2F;p&gt;</summary>
70+
71+
</entry>
72+
<entry xml:lang="en">
73+
<title>LaTeX Example</title>
74+
<published>2017-09-24T00:00:00+00:00</published>
75+
<updated>2017-09-24T00:00:00+00:00</updated>
76+
77+
<author>
78+
<name>
79+
80+
Unknown
81+
82+
</name>
83+
</author>
84+
85+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/latex-example/"/>
86+
<id>https://micahkepe.com/radion/latex-example/</id>
87+
88+
<summary type="html">&lt;p&gt;This theme allows you to use MathJax directly in your Markdown! Click on this
89+
article to see some fancy math in action. Little teaser:
90+
$$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$&lt;&#x2F;p&gt;</summary>
91+
92+
</entry>
93+
<entry xml:lang="en">
94+
<title>Shortcodes Demos</title>
95+
<published>2017-09-24T00:00:00+00:00</published>
96+
<updated>2017-09-24T00:00:00+00:00</updated>
97+
98+
<author>
99+
<name>
100+
101+
Unknown
102+
103+
</name>
104+
</author>
105+
106+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/shortcodes-demo/"/>
107+
<id>https://micahkepe.com/radion/shortcodes-demo/</id>
108+
109+
<summary type="html">&lt;p&gt;&lt;strong&gt;radion&lt;&#x2F;strong&gt; comes with some handy shortcodes to make your life easier and
110+
your posts more exciting.&lt;&#x2F;p&gt;</summary>
111+
112+
</entry>
113+
</feed>

categories/demo/atom.xml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
3+
<title>radion theme - demo</title>
4+
<subtitle>A elegant light and dark theme for Zola</subtitle>
5+
<link rel="self" type="application/atom+xml" href="https://micahkepe.com/radion/categories/demo/atom.xml"/>
6+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion"/>
7+
<generator uri="https://www.getzola.org/">Zola</generator>
8+
<updated>2017-09-24T00:00:00+00:00</updated>
9+
<id>https://micahkepe.com/radion/categories/demo/atom.xml</id>
10+
<entry xml:lang="en">
11+
<title>Code Example</title>
12+
<published>2017-09-24T00:00:00+00:00</published>
13+
<updated>2017-09-24T00:00:00+00:00</updated>
14+
15+
<author>
16+
<name>
17+
18+
Unknown
19+
20+
</name>
21+
</author>
22+
23+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/code-example/"/>
24+
<id>https://micahkepe.com/radion/code-example/</id>
25+
26+
<summary type="html">&lt;p&gt;Have code snippets complete with &lt;strong&gt;clipboard functionality&lt;&#x2F;strong&gt; and &lt;strong&gt;fancy
27+
language tags&lt;&#x2F;strong&gt;. No more boring code snippets in your pages. Oh yeah baby! Click
28+
on this article to see some code in action.&lt;&#x2F;p&gt;</summary>
29+
30+
</entry>
31+
<entry xml:lang="en">
32+
<title>LaTeX Example</title>
33+
<published>2017-09-24T00:00:00+00:00</published>
34+
<updated>2017-09-24T00:00:00+00:00</updated>
35+
36+
<author>
37+
<name>
38+
39+
Unknown
40+
41+
</name>
42+
</author>
43+
44+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/latex-example/"/>
45+
<id>https://micahkepe.com/radion/latex-example/</id>
46+
47+
<summary type="html">&lt;p&gt;This theme allows you to use MathJax directly in your Markdown! Click on this
48+
article to see some fancy math in action. Little teaser:
49+
$$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$&lt;&#x2F;p&gt;</summary>
50+
51+
</entry>
52+
<entry xml:lang="en">
53+
<title>Shortcodes Demos</title>
54+
<published>2017-09-24T00:00:00+00:00</published>
55+
<updated>2017-09-24T00:00:00+00:00</updated>
56+
57+
<author>
58+
<name>
59+
60+
Unknown
61+
62+
</name>
63+
</author>
64+
65+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/shortcodes-demo/"/>
66+
<id>https://micahkepe.com/radion/shortcodes-demo/</id>
67+
68+
<summary type="html">&lt;p&gt;&lt;strong&gt;radion&lt;&#x2F;strong&gt; comes with some handy shortcodes to make your life easier and
69+
your posts more exciting.&lt;&#x2F;p&gt;</summary>
70+
71+
</entry>
72+
</feed>

0 commit comments

Comments
 (0)