Add templating to post page
This commit is contained in:
23
exampleSite/content/posts/first_post.md
Normal file
23
exampleSite/content/posts/first_post.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "First Post"
|
||||
date: 2021-05-15T23:39:49+05:30
|
||||
tags: ["abc", "def"]
|
||||
---
|
||||
|
||||
Yo yo yo
|
||||
|
||||
# This is a heading
|
||||
|
||||
- And
|
||||
- this
|
||||
- is
|
||||
- a
|
||||
- list
|
||||
|
||||
```py
|
||||
Codeblocks look like this
|
||||
|
||||
def print():
|
||||
print('Hello world!')
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user