Skip to content

Commit 9fabff6

Browse files
committed
Deploying to gh-pages from @ a1a6140 🚀
1 parent 6a78c55 commit 9fabff6

File tree

6 files changed

+262
-1
lines changed

6 files changed

+262
-1
lines changed

index.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
<description>&lt;p&gt;You can &lt;a class=&#34;link&#34; href=&#34;http://willitcode.github.io/resume.pdf&#34; &gt;download a copy of my resumé&lt;/a&gt;. Note that this version has some information (such as my address and contact info) removed for my privacy. If you&amp;rsquo;d like a copy that has this info, please &lt;a class=&#34;link&#34; href=&#34;http://willitcode.github.io/contact&#34; &gt;contact me&lt;/a&gt;.&lt;/p&gt;
4545
</description>
4646
</item>
47+
<item>
48+
<title>Search</title>
49+
<link>http://willitcode.github.io/search/</link>
50+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
51+
52+
<guid>http://willitcode.github.io/search/</guid>
53+
<description></description>
54+
</item>
4755

4856
</channel>
4957
</rss>

pages/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h3 class="section-title">
256256

257257
<div class="section-card">
258258
<div class="section-details">
259-
<h3 class="section-count">3 pages</h3>
259+
<h3 class="section-count">4 pages</h3>
260260
<h1 class="section-term">Pages</h1>
261261

262262
</div>
@@ -298,6 +298,17 @@ <h2 class="article-title">Resumé</h2>
298298
</a>
299299
</article>
300300

301+
<article>
302+
<a href="/search/">
303+
<div class="article-details">
304+
<h2 class="article-title">Search</h2>
305+
<footer class="article-time">
306+
<time datetime='0001-01-01T00:00:00Z'>01 January 0001</time>
307+
</footer>
308+
</div>
309+
</a>
310+
</article>
311+
301312
</section>
302313
<footer class="site-footer">
303314
<section class="copyright">

pages/index.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@
3434
<description>&lt;p&gt;You can &lt;a class=&#34;link&#34; href=&#34;http://willitcode.github.io/resume.pdf&#34; &gt;download a copy of my resumé&lt;/a&gt;. Note that this version has some information (such as my address and contact info) removed for my privacy. If you&amp;rsquo;d like a copy that has this info, please &lt;a class=&#34;link&#34; href=&#34;http://willitcode.github.io/contact&#34; &gt;contact me&lt;/a&gt;.&lt;/p&gt;
3535
</description>
3636
</item>
37+
<item>
38+
<title>Search</title>
39+
<link>http://willitcode.github.io/search/</link>
40+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
41+
42+
<guid>http://willitcode.github.io/search/</guid>
43+
<description></description>
44+
</item>
3745

3846
</channel>
3947
</rss>

search/index.html

Lines changed: 231 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,231 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us" dir="ltr">
3+
<head><meta charset='utf-8'>
4+
<meta name='viewport' content='width=device-width, initial-scale=1'><meta name='description' content="">
5+
<title>Search</title>
6+
7+
<link rel='canonical' href='http://willitcode.github.io/search/'>
8+
9+
<link rel="stylesheet" href="/scss/style.min.0304c6baf04e01a8fe70693791cb744d56a3578a3120a8796cefc66825aa39c7.css"><meta property='og:title' content="Search">
10+
<meta property='og:description' content="">
11+
<meta property='og:url' content='http://willitcode.github.io/search/'>
12+
<meta property='og:site_name' content='Gabe (willitcode)'>
13+
<meta property='og:type' content='article'><meta property='article:section' content='Pages' />
14+
<meta name="twitter:title" content="Search">
15+
<meta name="twitter:description" content="">
16+
</head>
17+
<body class="template-search">
18+
<script>
19+
(function() {
20+
const colorSchemeKey = 'StackColorScheme';
21+
if(!localStorage.getItem(colorSchemeKey)){
22+
localStorage.setItem(colorSchemeKey, "auto");
23+
}
24+
})();
25+
</script><script>
26+
(function() {
27+
const colorSchemeKey = 'StackColorScheme';
28+
const colorSchemeItem = localStorage.getItem(colorSchemeKey);
29+
const supportDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches === true;
30+
31+
if (colorSchemeItem == 'dark' || colorSchemeItem === 'auto' && supportDarkMode) {
32+
33+
34+
document.documentElement.dataset.scheme = 'dark';
35+
} else {
36+
document.documentElement.dataset.scheme = 'light';
37+
}
38+
})();
39+
</script>
40+
<div class="container main-container flex on-phone--column extended"><aside class="sidebar left-sidebar sticky ">
41+
<button class="hamburger hamburger--spin" type="button" id="toggle-menu" aria-label="Toggle Menu">
42+
<span class="hamburger-box">
43+
<span class="hamburger-inner"></span>
44+
</span>
45+
</button>
46+
47+
<header>
48+
49+
50+
<figure class="site-avatar">
51+
<a href="/">
52+
53+
54+
55+
56+
57+
<img src="/img/avatar_hu1bf8304010d38975b0a11efb54be5c1a_10741_300x0_resize_box_3.png" width="300"
58+
height="300" class="site-logo" loading="lazy" alt="Avatar">
59+
60+
61+
</a>
62+
63+
</figure>
64+
65+
66+
67+
<div class="site-meta">
68+
<h1 class="site-name"><a href="/">Gabe (willitcode)</a></h1>
69+
<h2 class="site-description">Colrado College Class of 2028. Programmer. CyberSec Professional. Roboticist. Musician. Writer. Cyclist.</h2>
70+
</div>
71+
</header><ol class="menu-social">
72+
73+
<li>
74+
<a
75+
href='https://github.com/willitcode'
76+
target="_blank"
77+
title="GitHub"
78+
rel="me"
79+
>
80+
81+
82+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
83+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
84+
<path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
85+
</svg>
86+
87+
88+
89+
90+
</a>
91+
</li>
92+
93+
<li>
94+
<a
95+
href='https://www.linkedin.com/in/gabriel-schmitz-44a40a313'
96+
target="_blank"
97+
title="LinkedIn"
98+
rel="me"
99+
>
100+
101+
102+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-linkedin"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" /><path d="M8 11l0 5" /><path d="M8 8l0 .01" /><path d="M12 16l0 -5" /><path d="M16 16v-3a2 2 0 0 0 -4 0" /></svg>
103+
104+
</a>
105+
</li>
106+
107+
</ol><ol class="menu" id="main-menu">
108+
109+
110+
111+
<li >
112+
<a href='/' >
113+
114+
115+
116+
<span>Home</span>
117+
</a>
118+
</li>
119+
120+
121+
<li >
122+
<a href='/resume/' >
123+
124+
125+
126+
<span>Resumé</span>
127+
</a>
128+
</li>
129+
130+
131+
<li >
132+
<a href='/contact/' >
133+
134+
135+
136+
<span>Contact Me</span>
137+
</a>
138+
</li>
139+
140+
<li class="menu-bottom-section">
141+
<ol class="menu">
142+
143+
144+
<li id="dark-mode-toggle">
145+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
146+
<path stroke="none" d="M0 0h24v24H0z"/>
147+
<circle cx="8" cy="12" r="2" />
148+
<rect x="2" y="6" width="20" height="12" rx="6" />
149+
</svg>
150+
151+
152+
153+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
154+
<path stroke="none" d="M0 0h24v24H0z"/>
155+
<circle cx="16" cy="12" r="2" />
156+
<rect x="2" y="6" width="20" height="12" rx="6" />
157+
</svg>
158+
159+
160+
161+
<span>Dark Mode</span>
162+
</li>
163+
164+
</ol>
165+
</li>
166+
</ol>
167+
</aside>
168+
169+
<main class="main full-width">
170+
<form action="/search/" class="search-form">
171+
<p>
172+
<label>Search</label>
173+
<input name="keyword" placeholder="Type something..." />
174+
</p>
175+
176+
<button title="Search">
177+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
178+
<path stroke="none" d="M0 0h24v24H0z"/>
179+
<circle cx="10" cy="10" r="7" />
180+
<line x1="21" y1="21" x2="15" y2="15" />
181+
</svg>
182+
183+
184+
185+
</button>
186+
</form>
187+
188+
<div class="search-result">
189+
<h3 class="search-result--title section-title"></h3>
190+
<div class="search-result--list article-list--compact"></div>
191+
</div>
192+
193+
<script>
194+
window.searchResultTitleTemplate = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
195+
</script><script type="text/javascript" src="/ts/search.js" defer></script>
196+
197+
<footer class="site-footer">
198+
<section class="copyright">
199+
&copy;
200+
201+
2024 Gabe (willitcode)
202+
</section>
203+
204+
<section class="powerby">
205+
Built with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br />
206+
Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="3.26.0">Stack</a></b> designed by <a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>
207+
</section>
208+
</footer>
209+
210+
211+
</main>
212+
</div>
213+
<script
214+
src="https://cdn.jsdelivr.net/npm/node-vibrant@3.1.6/dist/vibrant.min.js"integrity="sha256-awcR2jno4kI5X0zL8ex0vi2z&#43;KMkF24hUW8WePSA9HM="crossorigin="anonymous"
215+
216+
>
217+
</script><script type="text/javascript" src="/ts/main.js" defer></script>
218+
<script>
219+
(function () {
220+
const customFont = document.createElement('link');
221+
customFont.href = "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap";
222+
223+
customFont.type = "text/css";
224+
customFont.rel = "stylesheet";
225+
226+
document.head.appendChild(customFont);
227+
}());
228+
</script>
229+
230+
</body>
231+
</html>

sitemap.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<loc>http://willitcode.github.io/pages/</loc>
2121
</url><url>
2222
<loc>http://willitcode.github.io/resume/</loc>
23+
</url><url>
24+
<loc>http://willitcode.github.io/search/</loc>
2325
</url><url>
2426
<loc>http://willitcode.github.io/tags/</loc>
2527
</url>

ts/search.js

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

0 commit comments

Comments
 (0)