add skeleton file for posts

This commit is contained in:
Joe Ardent 2023-07-09 10:23:35 -07:00
parent 1693f18621
commit 568352597b
1 changed files with 18 additions and 0 deletions

18
post_skeleton.md Normal file
View File

@ -0,0 +1,18 @@
+++
title = "Little a metaprogramming, as a treat"
slug = "little-a-metaprogramming"
date = "2023-07-02"
[taxonomies]
tags = ["software", "rnd", "proclamation", "upscm", "rust", "macros"]
+++
check it out[^a_footnote]
![an image of something][an_image]
----
[^a_footnote]: this is a footnote
[an_image]: /images/programmers_creed.jpg "some kinda image idunno"