Skip to content

Commit eb34921

Browse files
committed
Add another section
1 parent 91f8e4d commit eb34921

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

docs/css/style.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/feed.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"id": "https://www.adamjolicoeur.com/uses/",
1515
"url": "https://www.adamjolicoeur.com/uses/",
1616
"title": "Uses",
17-
"date_published": "2025-01-15T15:23:29Z"
17+
"date_published": "2025-01-15T18:11:47Z"
1818
}
1919
,
2020
{

docs/sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158

159159
<url>
160160
<loc>https://www.adamjolicoeur.com/uses/</loc>
161-
<lastmod>2025-01-15T15:23:29.425Z</lastmod>
161+
<lastmod>2025-01-15T18:11:47.990Z</lastmod>
162162
</url>
163163

164164
</urlset>

docs/uses/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ <h2 id="desktop-apps" tabindex="-1">Desktop Apps <a class="anchor-link" href="#d
210210
</ul>
211211
<h2 id="travel-gear" tabindex="-1">Travel Gear <a class="anchor-link" href="#travel-gear">#</a></h2>
212212
<p>All of my travel gear fits into a <a href="https://www.peakdesign.com/products/everyday-backpack">Peak Design 20L</a> 20L bag and a small “tech pouch” for cables, charging bricks, Beats Studio Buds, and my Logitech mouse.</p>
213+
<h2 id="adamjolicoeur%5Bdot%5Dcom" tabindex="-1">AdamJolicoeur[dot]com <a class="anchor-link" href="#adamjolicoeur%5Bdot%5Dcom">#</a></h2>
214+
<p>This site was created using <a href="https://www.11ty.dev/">Eleventy</a> (Markdown + Nunjucks), after many years of trying out essentially everything that was “hip” at a given time. In the end, I just needed something simple that I could build upon, but also could be used for other projects (with an easy-to-simplify structure). For the UI, I use the <a href="https://getbootstrap.com/docs/5.3/layout/grid/">Bootstrap Grid</a> system as I didn’t want to write one from scratch. Various UI elements of the site are made using <a href="https://shoelace.style/">Shoelace</a> (buttons, carousel, details - I’m really starting to get into <a href="https://developer.mozilla.org/en-US/docs/Web/API/Web_components">Web Components</a>) with custom pieces on top.</p>
213215
<pre class="language-text"><code class="hljs language-text">Be sure to check out uses.tech to see other /uses pages!</code></pre>
214216

215217
</content>

src/pages/uses.md

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ eleventyNavigation:
9191

9292
All of my travel gear fits into a [Peak Design 20L](https://www.peakdesign.com/products/everyday-backpack) 20L bag and a small "tech pouch" for cables, charging bricks, Beats Studio Buds, and my Logitech mouse.
9393

94+
## AdamJolicoeur[dot]com
95+
96+
This site was created using [Eleventy](https://www.11ty.dev/) (Markdown + Nunjucks), after many years of trying out essentially everything that was "hip" at a given time. In the end, I just needed something simple that I could build upon, but also could be used for other projects (with an easy-to-simplify structure). For the UI, I use the [Bootstrap Grid](https://getbootstrap.com/docs/5.3/layout/grid/) system as I didn't want to write one from scratch. Various UI elements of the site are made using [Shoelace](https://shoelace.style/) (buttons, carousel, details - I'm really starting to get into [Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components)) with custom pieces on top.
9497

9598
```text
9699
Be sure to check out uses.tech to see other /uses pages!

0 commit comments

Comments
 (0)