WIP: posts list

This commit is contained in:
2025-06-16 20:18:04 -07:00
parent 62ba454b75
commit ccaea0145b
9 changed files with 1861 additions and 2 deletions

36
index.html Normal file
View File

@@ -0,0 +1,36 @@
{
date: "Thu May 08 2025 19:41:30.000000000"
}
<h2><code>index.html</code></h2>
<!-- render templates/wares -->
$render{"templates/wares"}
<!-- render moon-test -->
$render{"moon-test"}
<!-- render home -->
$render{"home"}
<h2>Posts</h2>
$each{posts, "post"}[[
<section>
<h3>
<a href="$url_for{ id = "recursively-list-all-files-in-a-directory-with-elixir" }">
$post
</a>
</h3>
<time datetime="2025-01-18">Jan 18, 2025</time>
— blurb here
<a href="$url_for{ id = "recursively-list-all-files-in-a-directory-with-elixir" }" class="read-post-link">
Read post →
</a>
</section>
]]
$markdown{[[
#### [View more posts]($root/posts/)
]]}