setup the basic thing atleast
This commit is contained in:
8
content/_index.de.md
Normal file
8
content/_index.de.md
Normal file
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
title = "index"
|
||||
template = "index.html"
|
||||
transparent = true
|
||||
sort_by = "date"
|
||||
paginate_by = 10
|
||||
+++
|
||||
|
8
content/_index.md
Normal file
8
content/_index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
title = "index"
|
||||
template = "index.html"
|
||||
transparent = true
|
||||
sort_by = "date"
|
||||
paginate_by = 10
|
||||
+++
|
||||
|
7
content/about/_index.de.md
Normal file
7
content/about/_index.de.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "About"
|
||||
template = "about.html"
|
||||
paginate_by = 0
|
||||
+++
|
||||
|
||||
About this site
|
7
content/about/_index.md
Normal file
7
content/about/_index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "About"
|
||||
template = "about.html"
|
||||
paginate_by = 0
|
||||
+++
|
||||
|
||||
About this site
|
4
content/archive/_index.de.md
Normal file
4
content/archive/_index.de.md
Normal file
@@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = "archive"
|
||||
template = "archive.html"
|
||||
+++
|
4
content/archive/_index.md
Normal file
4
content/archive/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = "archive"
|
||||
template = "archive.html"
|
||||
+++
|
26
content/page/00_test_post.md
Normal file
26
content/page/00_test_post.md
Normal file
@@ -0,0 +1,26 @@
|
||||
+++
|
||||
title = "Test post"
|
||||
template = "page.html"
|
||||
date = 2020-05-09
|
||||
+++
|
||||
|
||||
# Test post
|
||||
|
||||
The content of the post
|
||||
|
||||
There should be a image below this.
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
|
||||
do eiusmod tempor incididunt ut labore et dolore magna
|
||||
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
|
||||
ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
Duis aute irure dolor in reprehenderit in voluptate velit
|
||||
esse cillum dolore eu fugiat nulla pariatur. Excepteur
|
||||
sint occaecat cupidatat non proident, sunt in culpa qui
|
||||
officia deserunt mollit anim id est laborum.
|
||||
|
||||
```cpp
|
||||
void main (int[] args) {
|
||||
cout << "Checking code syntax" << endl;
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user