setup the basic thing atleast

This commit is contained in:
Abhishek Anil Deshmukh
2024-08-20 14:18:52 +02:00
parent c0809eafc9
commit 717160cec8
71 changed files with 2756 additions and 0 deletions

8
content/_index.de.md Normal file
View File

@@ -0,0 +1,8 @@
+++
title = "index"
template = "index.html"
transparent = true
sort_by = "date"
paginate_by = 10
+++

8
content/_index.md Normal file
View File

@@ -0,0 +1,8 @@
+++
title = "index"
template = "index.html"
transparent = true
sort_by = "date"
paginate_by = 10
+++

View File

@@ -0,0 +1,7 @@
+++
title = "About"
template = "about.html"
paginate_by = 0
+++
About this site

7
content/about/_index.md Normal file
View File

@@ -0,0 +1,7 @@
+++
title = "About"
template = "about.html"
paginate_by = 0
+++
About this site

View File

@@ -0,0 +1,4 @@
+++
title = "archive"
template = "archive.html"
+++

View File

@@ -0,0 +1,4 @@
+++
title = "archive"
template = "archive.html"
+++

View 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;
}
```