Skip to content

Commit 39fecef

Browse files
committed
Fix overlow and placeholder text
1 parent eb34921 commit 39fecef

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

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-15T18:11:47Z"
17+
"date_published": "2025-01-15T18:24:04Z"
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-15T18:11:47.990Z</lastmod>
161+
<lastmod>2025-01-15T18:24:04.742Z</lastmod>
162162
</url>
163163

164164
</urlset>

docs/uses/index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ <h1 class="display-1 fw-bold text-break">Uses</h1>
167167
}
168168
/* Use the CODE block for general alert-style blocks when TEXT is specified as the language */
169169
.code-toolbar {
170+
pre {
171+
text-wrap: auto;
172+
}
170173
pre.language-text {
171174
border: 1px solid var(--color-blue-100);
172175
& + .toolbar {
@@ -177,7 +180,7 @@ <h1 class="display-1 fw-bold text-break">Uses</h1>
177180
</style>
178181
<h2 id="desk" tabindex="-1">Desk <a class="anchor-link" href="#desk">#</a></h2>
179182
<ul>
180-
<li>My primary computer is a <a href="https://www.apple.com/macbook-pro/">MacBook Pro 16&quot; (M3)</a>, connected to an LG 32&quot; ultrawide running at ## x ## resolution, with an external Keychron keyboard and Logitech mouse.</li>
183+
<li>My primary computer is a <a href="https://www.apple.com/macbook-pro/">MacBook Pro 16&quot; (M3)</a>, connected to an LG 32&quot; ultrawide running at 2560 x 1440 resolution, with an external Keychron keyboard and Logitech mouse.</li>
181184
<li>The MacBook sits inside of a RainDesign vertical stand, as I use a sit-stand desk and there is no room to have the MacBook open.</li>
182185
<li>As part of my setup, I use an <a href="https://www.elgato.com/us/en/p/stream-deck-mk2-white">Elgato Streamdeck MK.2 (white)</a> to help with switching between applications and not having to memorize keyboard shortcuts.</li>
183186
<li>All of my hardware and accessories are plugged into a <a href="https://www.caldigit.com/ts3-plus/">Caldigit TS3 Plus</a> and I’ll never go without one again!</li>
@@ -210,7 +213,7 @@ <h2 id="desktop-apps" tabindex="-1">Desktop Apps <a class="anchor-link" href="#d
210213
</ul>
211214
<h2 id="travel-gear" tabindex="-1">Travel Gear <a class="anchor-link" href="#travel-gear">#</a></h2>
212215
<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>
216+
<h2 id="this-site" tabindex="-1">This Site <a class="anchor-link" href="#this-site">#</a></h2>
214217
<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>
215218
<pre class="language-text"><code class="hljs language-text">Be sure to check out uses.tech to see other /uses pages!</code></pre>
216219

src/pages/uses.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ eleventyNavigation:
4444
}
4545
/* Use the CODE block for general alert-style blocks when TEXT is specified as the language */
4646
.code-toolbar {
47+
pre {
48+
text-wrap: auto;
49+
}
4750
pre.language-text {
4851
border: 1px solid var(--color-blue-100);
4952
& + .toolbar {
@@ -55,7 +58,7 @@ eleventyNavigation:
5558

5659
## Desk
5760

58-
- My primary computer is a [MacBook Pro 16" (M3)](https://www.apple.com/macbook-pro/), connected to an LG 32" ultrawide running at ## x ## resolution, with an external Keychron keyboard and Logitech mouse.
61+
- My primary computer is a [MacBook Pro 16" (M3)](https://www.apple.com/macbook-pro/), connected to an LG 32" ultrawide running at 2560 x 1440 resolution, with an external Keychron keyboard and Logitech mouse.
5962
- The MacBook sits inside of a RainDesign vertical stand, as I use a sit-stand desk and there is no room to have the MacBook open.
6063
- As part of my setup, I use an [Elgato Streamdeck MK.2 (white)](https://www.elgato.com/us/en/p/stream-deck-mk2-white) to help with switching between applications and not having to memorize keyboard shortcuts.
6164
- All of my hardware and accessories are plugged into a [Caldigit TS3 Plus](https://www.caldigit.com/ts3-plus/) and I'll never go without one again!
@@ -91,7 +94,7 @@ eleventyNavigation:
9194

9295
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.
9396

94-
## AdamJolicoeur[dot]com
97+
## This Site
9598

9699
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.
97100

0 commit comments

Comments
 (0)