Transform hard-coded theme into Jinja template
This commit is contained in:
@@ -1,5 +1,56 @@
|
||||
Title: My First Review
|
||||
Date: 2010-12-03 10:20
|
||||
Modified: 2020-05-09 5:12
|
||||
Category: Review
|
||||
Summary: test
|
||||
|
||||
Following is a review of my favorite mechanical keyboard.
|
||||
[TOC]
|
||||
|
||||
Following is a review of my favorite xyz.
|
||||
|
||||
asdfasdfasdfasdf
|
||||
|
||||
## header
|
||||
|
||||
test test
|
||||
|
||||
```
|
||||
this is a code block
|
||||
<html>
|
||||
|
||||
</html>
|
||||
```
|
||||
|
||||
### smaller header
|
||||
|
||||
hello world
|
||||
|
||||
#### Tiny header
|
||||
|
||||
paragraph
|
||||
|
||||
##### mini header
|
||||
|
||||
paragraph
|
||||
|
||||
### how to install
|
||||
|
||||
update packages:
|
||||
|
||||
```
|
||||
sudo apt update
|
||||
```
|
||||
|
||||
install packages:
|
||||
|
||||
```
|
||||
sudo apt install qot
|
||||
```
|
||||
|
||||
clone the repo:
|
||||
|
||||
```
|
||||
git clone https://example.com
|
||||
```
|
||||
|
||||
all done!
|
||||
|
Reference in New Issue
Block a user