Skip to content

Commit e8c770a

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

200 files changed

Lines changed: 34526 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: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
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+
12+
<meta name="description" content="An assortment of my ramblings and random adventures." />
13+
<meta property="og:description" content="An assortment of my ramblings and random adventures." />
14+
<meta property="twitter:description" content="An assortment of my ramblings and random adventures." />
15+
16+
17+
18+
<!-- Title -->
19+
20+
21+
22+
<title>
23+
24+
Micah&#x27;s Secret Blog
25+
26+
</title>
27+
28+
<!-- Additional Facebook Meta Tags -->
29+
<meta property="og:site_name" content="Micah&#x27;s Secret Blog" />
30+
<meta
31+
property="og:url"
32+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog"
33+
/>
34+
<meta
35+
property="og:type"
36+
content="website"
37+
/>
38+
<meta property="og:title" content="Micah&#x27;s Secret Blog" />
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+
48+
<!-- Cover images -->
49+
50+
51+
52+
<meta
53+
property="og:image"
54+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog&#x2F;icons&#x2F;favicon&#x2F;web-app-manifest-512x512.png"
55+
/>
56+
57+
<meta
58+
name="twitter:image"
59+
content="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog&#x2F;icons&#x2F;favicon&#x2F;web-app-manifest-512x512.png"
60+
/>
61+
62+
63+
64+
<!-- Favicons -->
65+
66+
<link
67+
rel="icon"
68+
type="image/png"
69+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/icons/favicon/favicon-96x96.png"
70+
sizes="96x96"
71+
/>
72+
<link
73+
rel="icon"
74+
type="image/svg+xml"
75+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/icons/favicon/favicon.svg"
76+
/>
77+
<link
78+
rel="shortcut icon"
79+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/icons/favicon/favicon.ico"
80+
/>
81+
<link
82+
rel="apple-touch-icon"
83+
sizes="180x180"
84+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/icons/favicon/apple-touch-icon.png"
85+
/>
86+
<meta name="apple-mobile-web-app-title" content="Micah&#x27;s Secret Blog" />
87+
<link
88+
rel="manifest"
89+
href="https:&#x2F;&#x2F;micahkepe.com&#x2F;blog/icons/favicon/site.webmanifest"
90+
/>
91+
92+
93+
<!-- RSS Feed -->
94+
95+
<link
96+
rel="alternate"
97+
type="application/atom+xml"
98+
title="RSS"
99+
href="https://micahkepe.com/blog/atom.xml"
100+
/>
101+
102+
103+
<!-- Load Styles -->
104+
105+
106+
107+
<link
108+
rel="stylesheet"
109+
href="https://micahkepe.com/blog/site.css"
110+
/>
111+
112+
113+
<!-- Custom styling -->
114+
<link
115+
rel="stylesheet"
116+
href="https://micahkepe.com/blog/custom.css"
117+
/>
118+
119+
120+
121+
<!-- Load Fonts -->
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
<!-- Google Fonts -->
132+
<link rel="preconnect" href="https://fonts.googleapis.com">
133+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
134+
135+
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400&display=swap" rel="stylesheet">
136+
137+
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700&display=swap" rel="stylesheet">
138+
139+
140+
141+
142+
<!-- Forcing Font -->
143+
<style>
144+
body {
145+
font-family:
146+
"JetBrains Mono", Menlo, Monaco, Lucida Console, Liberation Mono,
147+
DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New,
148+
monospace, serif !important;
149+
}
150+
</style>
151+
152+
153+
<!-- Pass Theme Preference as Data Attribute -->
154+
<script src="https://micahkepe.com/blog/js/init-theme.js"></script>
155+
156+
<!-- Reference return to click position script -->
157+
<script defer src="https://micahkepe.com/blog/js/reference-return.js"></script>
158+
159+
<!-- Additional scripts -->
160+
161+
162+
<script defer src="https://micahkepe.com/blog/js/codeblock.js"></script>
163+
164+
165+
<script src="https://micahkepe.com/blog/js/toggle-theme.js"></script>
166+
167+
168+
<!-- MathJax script for rendering LaTeX math equations -->
169+
<script src="https://micahkepe.com/blog/js/mathjax-config.js"></script>
170+
<script
171+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
172+
async
173+
></script>
174+
175+
176+
177+
<script type="text/javascript" src="https://micahkepe.com/blog/elasticlunr.min.js"></script>
178+
<script type="text/javascript" src="https://micahkepe.com/blog/js/search.js"></script>
179+
180+
181+
</head>
182+
183+
<!-- Body element (contents of the page) -->
184+
<body class="hack main container">
185+
186+
<main style="text-align: center;">
187+
<h1>404 - NOT FOUND</h1>
188+
<p>Page not found. Sorry about that.</p>
189+
<p>Maybe try the <a href="https://micahkepe.com/blog">homepage</a>?</p>
190+
191+
<p>
192+
For troubleshooting, refer to the <a href="https://www.getzola.org/documentation/getting-started/overview/"
193+
target="_blank" rel="noopener">Zola documentation</a>.
194+
</p>
195+
</main>
196+
197+
</body>
198+
</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)