Templatize lists, tags and single page (#8)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
title: "First Post"
|
||||
date: 2021-05-15T23:39:49+05:30
|
||||
tags: ["abc", "def"]
|
||||
type: post
|
||||
---
|
||||
|
||||
Yo yo yo
|
||||
|
||||
24
exampleSite/content/posts/second_post.md
Normal file
24
exampleSite/content/posts/second_post.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Second Post"
|
||||
date: 2021-04-15T23:39:49+05:30
|
||||
tags: ["xyz", "def"]
|
||||
type: "post"
|
||||
---
|
||||
|
||||
Yo yo yo
|
||||
|
||||
# This is a heading
|
||||
|
||||
- And
|
||||
- this
|
||||
- is
|
||||
- a
|
||||
- list
|
||||
|
||||
```py
|
||||
Codeblocks look like this
|
||||
|
||||
def print():
|
||||
print('Hello world!')
|
||||
|
||||
```
|
||||
24
exampleSite/content/posts/third_post.md
Normal file
24
exampleSite/content/posts/third_post.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Third Post"
|
||||
date: 2020-04-15T23:39:49+05:30
|
||||
tags: ["xyz"]
|
||||
type: "post"
|
||||
---
|
||||
|
||||
Yo yo yo
|
||||
|
||||
# This is a heading
|
||||
|
||||
- And
|
||||
- this
|
||||
- is
|
||||
- a
|
||||
- list
|
||||
|
||||
```py
|
||||
Codeblocks look like this
|
||||
|
||||
def print():
|
||||
print('Hello world!')
|
||||
|
||||
```
|
||||
10
exampleSite/content/project/tatooine.md
Normal file
10
exampleSite/content/project/tatooine.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "Tatooine"
|
||||
date: 2021-05-12T23:39:49+05:30
|
||||
tags: ["abc", "def"]
|
||||
type: singles
|
||||
---
|
||||
|
||||
### A long time ago in a galaxy far, far away....
|
||||
|
||||
A project was planned
|
||||
13
exampleSite/content/projects.md
Normal file
13
exampleSite/content/projects.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Projects"
|
||||
tags: ["abc", "def"]
|
||||
type: singles
|
||||
---
|
||||
|
||||
|
||||
# Hello my projects are
|
||||
|
||||
1. Tatooine: [Link](/project/tatooine/)
|
||||
2. is
|
||||
3. my
|
||||
4. project
|
||||
Reference in New Issue
Block a user