Skip to content

Commit aecf64f

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

46 files changed

Lines changed: 5662 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: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
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+
</head>
108+
109+
<body class="hack dark main container">
110+
111+
<main style="text-align: center;">
112+
<h1>404 - NOT FOUND</h1>
113+
<p>Page not found. Sorry about that.</p>
114+
<p>Maybe try the <a href="https://micahkepe.com/radion">homepage</a>?</p>
115+
116+
<p>
117+
For troubleshooting, refer to the <a href="https://www.getzola.org/documentation/getting-started/overview/"
118+
target="_blank" rel="noopener">Zola documentation</a>.
119+
</p>
120+
</main>
121+
122+
123+
<!-- optional scripts -->
124+
125+
<script src="https://micahkepe.com/radion/js/codeblock.js"></script>
126+
127+
<script src="https://micahkepe.com/radion/js/toggle-theme.js"></script>
128+
129+
<!-- MathJax script for rendering LaTeX math equations -->
130+
<script src="https://micahkepe.com/radion/js/mathjax-config.js"></script>
131+
<script
132+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
133+
async
134+
></script>
135+
136+
137+
<script type="text/javascript" src="https://micahkepe.com/radion/elasticlunr.min.js"></script>
138+
<script type="text/javascript" src="https://micahkepe.com/radion/js/search.js"></script>
139+
140+
</body>
141+
</html>

atom.xml

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
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;
29+
</summary>
30+
31+
</entry>
32+
<entry xml:lang="en">
33+
<title>Table of Contents Test</title>
34+
<published>2024-12-08T00:00:00+00:00</published>
35+
<updated>2024-12-08T00:00:00+00:00</updated>
36+
37+
<author>
38+
<name>
39+
40+
Unknown
41+
42+
</name>
43+
</author>
44+
45+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/toc/"/>
46+
<id>https://micahkepe.com/radion/toc/</id>
47+
48+
<summary type="html">&lt;p&gt;This page demonstrates the table of contents feature with a mix of heading
49+
levels, inline links, and nested elements.&lt;&#x2F;p&gt;
50+
</summary>
51+
52+
</entry>
53+
<entry xml:lang="en">
54+
<title>Code Example</title>
55+
<published>2017-09-24T00:00:00+00:00</published>
56+
<updated>2017-09-24T00:00:00+00:00</updated>
57+
58+
<author>
59+
<name>
60+
61+
Unknown
62+
63+
</name>
64+
</author>
65+
66+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/code-example/"/>
67+
<id>https://micahkepe.com/radion/code-example/</id>
68+
69+
<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
70+
language tags&lt;&#x2F;strong&gt;. No more boring code snippets in your pages. Oh yeah baby! Click
71+
on this article to see some code in action.&lt;&#x2F;p&gt;
72+
</summary>
73+
74+
</entry>
75+
<entry xml:lang="en">
76+
<title>LaTeX Example</title>
77+
<published>2017-09-24T00:00:00+00:00</published>
78+
<updated>2017-09-24T00:00:00+00:00</updated>
79+
80+
<author>
81+
<name>
82+
83+
Unknown
84+
85+
</name>
86+
</author>
87+
88+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/latex-example/"/>
89+
<id>https://micahkepe.com/radion/latex-example/</id>
90+
91+
<summary type="html">&lt;p&gt;This theme allows you to use MathJax directly in your Markdown! Click on this
92+
article to see some fancy math in action. Little teaser:
93+
$$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$&lt;&#x2F;p&gt;
94+
</summary>
95+
96+
</entry>
97+
<entry xml:lang="en">
98+
<title>Shortcodes Demos</title>
99+
<published>2017-09-24T00:00:00+00:00</published>
100+
<updated>2017-09-24T00:00:00+00:00</updated>
101+
102+
<author>
103+
<name>
104+
105+
Unknown
106+
107+
</name>
108+
</author>
109+
110+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/shortcodes-demo/"/>
111+
<id>https://micahkepe.com/radion/shortcodes-demo/</id>
112+
113+
<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
114+
your posts more exciting.&lt;&#x2F;p&gt;
115+
</summary>
116+
117+
</entry>
118+
</feed>

categories/demo/atom.xml

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
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;
29+
</summary>
30+
31+
</entry>
32+
<entry xml:lang="en">
33+
<title>LaTeX Example</title>
34+
<published>2017-09-24T00:00:00+00:00</published>
35+
<updated>2017-09-24T00:00:00+00:00</updated>
36+
37+
<author>
38+
<name>
39+
40+
Unknown
41+
42+
</name>
43+
</author>
44+
45+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/latex-example/"/>
46+
<id>https://micahkepe.com/radion/latex-example/</id>
47+
48+
<summary type="html">&lt;p&gt;This theme allows you to use MathJax directly in your Markdown! Click on this
49+
article to see some fancy math in action. Little teaser:
50+
$$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$&lt;&#x2F;p&gt;
51+
</summary>
52+
53+
</entry>
54+
<entry xml:lang="en">
55+
<title>Shortcodes Demos</title>
56+
<published>2017-09-24T00:00:00+00:00</published>
57+
<updated>2017-09-24T00:00:00+00:00</updated>
58+
59+
<author>
60+
<name>
61+
62+
Unknown
63+
64+
</name>
65+
</author>
66+
67+
<link rel="alternate" type="text/html" href="https://micahkepe.com/radion/shortcodes-demo/"/>
68+
<id>https://micahkepe.com/radion/shortcodes-demo/</id>
69+
70+
<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
71+
your posts more exciting.&lt;&#x2F;p&gt;
72+
</summary>
73+
74+
</entry>
75+
</feed>

0 commit comments

Comments
 (0)