ok finishing up the blur stuff and also building

This commit is contained in:
2026-03-27 12:33:35 -07:00
parent c6dcdacbec
commit 073ad660e4
283 changed files with 9821 additions and 5296 deletions

View File

@ -378,6 +378,11 @@ pre[class*=language-]::selection {
grid-area: img;
}
.blur {
filter: blur(.75rem);
clip-path: inset(0 round 1rem);
}
.tag-imgs {
display: grid;
grid-template-columns: repeat(2, 1fr);
@ -393,7 +398,7 @@ pre[class*=language-]::selection {
width: 100%;
aspect-ratio: 3 / 2;
background-color: var(--color-bg-alt);
border-radius: calc(1rem);
border-radius: 1rem;
}
.taglink:focus-visible .missing-image {
@ -1484,12 +1489,14 @@ export { HeadingAnchors }</script>
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
<ol id="postlist">
<li class="post">
<a class="postlink" href="/orange-green-journal/">
<li class="post">
<a class="postlink" href="/flocked-notebook/">
<img src="/img/orange-green-journal.jpg" alt="A 4-part collage of a slim handbound book." loading="lazy" decoding="async" width="1000" height="1777">
<img src="/img/flocked-notebook.jpg" alt="A two panel collage showing the cover and endpapers of a thick notebook." loading="lazy" decoding="async" width="1000" height="1331">
<h2 data-ha-exclude="" id="orange-green-journal">orange green journal</h2>
<h2 data-ha-exclude="" id="flocked-notebook">flocked notebook
</h2>
<ul class="postlist-tags">
<li>book</li>
@ -1498,12 +1505,14 @@ export { HeadingAnchors }</script>
</a>
</li>
<li class="post">
<a class="postlink" href="/lined-notebook/">
<li class="post">
<a class="postlink" href="/square-watercolor-pad/">
<img src="/img/lined-notebook.jpg" alt="A three panel collage showing a the endpapers, cover, and pages of a small hardbound notebook." loading="lazy" decoding="async" width="1000" height="1776">
<img src="/img/square-watercolor-pad.jpg" alt="A two panel collage showing a square book with a tan cover and blue and gold endpapers." loading="lazy" decoding="async" width="1000" height="1331">
<h2 data-ha-exclude="" id="lined-notebook">lined notebook</h2>
<h2 data-ha-exclude="" id="square-watercolor-pad">square watercolor pad
</h2>
<ul class="postlist-tags">
<li>book</li>
@ -1512,12 +1521,14 @@ export { HeadingAnchors }</script>
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/baseball-journal/">
<img src="/img/baseball-journal.jpg" alt="A 3-part collage of a leather-covered book with baseball-style stitching across the spine." loading="lazy" decoding="async" width="1000" height="1000">
<h2 data-ha-exclude="" id="baseball-journal">baseball journal</h2>
<h2 data-ha-exclude="" id="baseball-journal">baseball journal
</h2>
<ul class="postlist-tags">
<li>book</li>
@ -1557,6 +1568,6 @@ export { HeadingAnchors }</script>
</footer>
<!-- This page `/striped-journal/` was built on 2026-03-25T20:02:54.040Z -->
<!-- This page `/striped-journal/` was built on 2026-03-27T19:32:39.848Z -->
</body>
</html>