Skip to content

Commit 9eead3f

Browse files
author
GitHub Actions
committed
Deploy micahkepe/blog to micahkepe/blog:gh-pages
0 parents  commit 9eead3f

177 files changed

Lines changed: 29328 additions & 0 deletions

File tree

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="An assortment of my ramblings and random adventures." />
12+
<meta property="og:description" content="An assortment of my ramblings and random adventures." />
13+
<meta property="twitter:description" content="An assortment of my ramblings and random adventures." />
14+
15+
16+
<!-- Title -->
17+
18+
19+
<title>
20+
21+
Micah&#x27;s Secret Blog
22+
23+
</title>
24+
25+
<!-- Additional Facebook Meta Tags -->
26+
<meta
27+
property="og:url"
28+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog"
29+
/>
30+
<meta
31+
property="og:type"
32+
content="website"
33+
/>
34+
<meta property="og:title" content="Micah&#x27;s Secret Blog" />
35+
<meta
36+
property="og:image"
37+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/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;blog"
45+
/>
46+
<meta name="twitter:title" content="Micah&#x27;s Secret Blog" />
47+
<meta
48+
name="twitter:image"
49+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/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;blog/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;blog/icons/favicon/favicon.svg"
64+
/>
65+
<link
66+
rel="shortcut icon"
67+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/icons/favicon/favicon.ico"
68+
/>
69+
<link
70+
rel="apple-touch-icon"
71+
sizes="180x180"
72+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/icons/favicon/apple-touch-icon.png"
73+
/>
74+
<meta name="apple-mobile-web-app-title" content="Micah&#x27;s Secret Blog" />
75+
<link
76+
rel="manifest"
77+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/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/blog/atom.xml"
88+
/>
89+
90+
91+
<!-- Load Styles -->
92+
<link
93+
rel="stylesheet"
94+
href="https://micahkepe.com/blog/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/blog/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/blog">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/blog/js/codeblock.js"></script>
129+
130+
<script src="https://micahkepe.com/blog/js/toggle-theme.js"></script>
131+
132+
<!-- MathJax script for rendering LaTeX math equations -->
133+
<script src="https://micahkepe.com/blog/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/blog/elasticlunr.min.js"></script>
141+
<script type="text/javascript" src="https://micahkepe.com/blog/js/search.js"></script>
142+
143+
</body>
144+
</html>

43-monkeys/images/game-teaser.png

305 KB
Loading

43-monkeys/images/level-1-view.png

531 KB
Loading
67.4 KB
Loading
158 KB
Loading

43-monkeys/images/teaser1.png

2.84 MB
Loading

0 commit comments

Comments
 (0)