templating (ryuji) done

This commit is contained in:
jetstream0
2023-07-30 14:28:18 -07:00
commit 003f4eec72
17 changed files with 1222 additions and 0 deletions

10
posts/_metadata.json Normal file
View File

@@ -0,0 +1,10 @@
{
"example": {
"title": "Example!",
"slug": "example",
"filename": "example",
"date": "30/12/1999",
"author": "Prussia",
"tags": []
}
}

19
posts/example.md Normal file
View File

@@ -0,0 +1,19 @@
Hello! This is an **example** post *not meant* to be actually served on the blog. Go to the `gh-pages` branch of the repo for the actual blog posts and stuff.
[look its a link](https://example.com)
![and an image too??? no way](/favicon.ico)
## Wow a header
```js
console.log("code block!!!");
//todo: syntax highlighting
```
> ## woah a blockquote
> Yeehaw ^[1]^
===
- [1]: Source? Me.