Add support for code syntax highlighting

This commit is contained in:
Neil Brommer 2023-07-07 22:16:57 -07:00
parent ed1a3e3cfa
commit e284972969
9 changed files with 69 additions and 7 deletions

View file

@ -11,6 +11,9 @@ eleventyNavigation:
<section>
<h2><a href={{ post.url }}>{{ post.data.title }}</a></h2>
<div>
<svg class="icon">
<use href="/images/feather-sprite.svg#clock" />
</svg>
{{ post.date.toLocaleDateString("en-US") }}
</div>
<p>{{ post.data.description }}</p>

View file

@ -1,3 +1,4 @@
{
"tags": [ "posts" ]
"tags": [ "posts" ],
"date": "git Created"
}