You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>My primary computer is a <ahref="https://www.apple.com/macbook-pro/">MacBook Pro 16" (M3)</a>, connected to an LG 32" ultrawide running at ## x ## resolution, with an external Keychron keyboard and Logitech mouse.</li>
183
+
<li>My primary computer is a <ahref="https://www.apple.com/macbook-pro/">MacBook Pro 16" (M3)</a>, connected to an LG 32" ultrawide running at 2560 x 1440 resolution, with an external Keychron keyboard and Logitech mouse.</li>
181
184
<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>
182
185
<li>As part of my setup, I use an <ahref="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>
183
186
<li>All of my hardware and accessories are plugged into a <ahref="https://www.caldigit.com/ts3-plus/">Caldigit TS3 Plus</a> and I’ll never go without one again!</li>
<p>All of my travel gear fits into a <ahref="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>
<h2id="this-site" tabindex="-1">This Site <aclass="anchor-link" href="#this-site">#</a></h2>
214
217
<p>This site was created using <ahref="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 <ahref="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 <ahref="https://shoelace.style/">Shoelace</a> (buttons, carousel, details - I’m really starting to get into <ahref="https://developer.mozilla.org/en-US/docs/Web/API/Web_components">Web Components</a>) with custom pieces on top.</p>
215
218
<preclass="language-text"><codeclass="hljs language-text">Be sure to check out uses.tech to see other /uses pages!</code></pre>
Copy file name to clipboardexpand all lines: src/pages/uses.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ eleventyNavigation:
44
44
}
45
45
/* Use the CODE block for general alert-style blocks when TEXT is specified as the language */
46
46
.code-toolbar {
47
+
pre {
48
+
text-wrap: auto;
49
+
}
47
50
pre.language-text {
48
51
border: 1pxsolidvar(--color-blue-100);
49
52
& + .toolbar {
@@ -55,7 +58,7 @@ eleventyNavigation:
55
58
56
59
## Desk
57
60
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.
59
62
- 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.
60
63
- 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.
61
64
- 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:
91
94
92
95
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.
93
96
94
-
## AdamJolicoeur[dot]com
97
+
## This Site
95
98
96
99
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.
0 commit comments