add skeleton file for posts
This commit is contained in:
parent
1693f18621
commit
568352597b
1 changed files with 18 additions and 0 deletions
18
post_skeleton.md
Normal file
18
post_skeleton.md
Normal 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"
|
Loading…
Reference in a new issue