site/_includes/layouts/notebook.njk

37 lines
1.3 KiB
Text
Raw Normal View History

---
title: notebook
layout: "layouts/base.njk"
---
<!-- notebook index -->
<details open id="notebook" class="window">
<summary>
<div aria-hidden="true">
<span class="tabler--article"></span>
</div>
<a href="#notebook">Notebook</a>
<div aria-hidden="true">
<span class="tabler--minimize"></span>
<span class="tabler--maximize"></span>
</div>
<div aria-hidden="true">
<span class="tabler--x"></span>
</div>
</summary>
<section>
<h1><a href="#notebook">Notebook</a> <a href="./rss.xml"><span class="tabler--rss" style="transform: scale(1.5) translateY(.5rem);"></span></a></h1>
<p>A public facing journal for myself, as probably the best way to put it. A blog-ish, writeup-ish, rant-ish place to dump personal thoughts and such into for <a href="/me">myself</a>.</p>
2025-04-28 19:31:29 -05:00
<span class="seperator"></span>
<details open class="notebook article-category">
<summary>test</summary>
<div class="article-card">
<h2>test</h2>
<p><a class="tags">tag</a> <a class="tags">tag-2</a> <a class="tags">tag-3</a></p>
<p>description</p>
<a href="./read">read more</a>
</div>
</details>
</section>
</details>