summaryrefslogtreecommitdiffstats
path: root/content/index.md
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-21 19:57:20 +0100
committerVolpeon <git@volpeon.ink>2020-12-21 19:57:20 +0100
commitc348cc8cc76306c3d3e533888b3d30ea7566e075 (patch)
tree943f0894ea82ad7543cb3aa7cabafb0235ba6486 /content/index.md
parentAdded HTML (diff)
downloadvolpeon.ink-c348cc8cc76306c3d3e533888b3d30ea7566e075.tar.gz
volpeon.ink-c348cc8cc76306c3d3e533888b3d30ea7566e075.tar.bz2
volpeon.ink-c348cc8cc76306c3d3e533888b3d30ea7566e075.zip
Use Pandoc to write content in Markdown
Diffstat (limited to 'content/index.md')
-rw-r--r--content/index.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/content/index.md b/content/index.md
new file mode 100644
index 0000000..14b1337
--- /dev/null
+++ b/content/index.md
@@ -0,0 +1,29 @@
1---
2title: "Index"
3ismain: true
4---
5
6# Volpeon's den
7
8Welcome to my website! I'm Volpeon and here's an [inline link](#).
9
10> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
11> dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
12> clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
13
14Welcome to my website! I'm Volpeon and here's an [inline link](#).
15
16## Subtitle
17
18### Last one
19
20- Lorem ipsum dolor sit amet
21- Another item
22
231. Lorem ipsum dolor sit amet
242. Another item
25
26<ul class="refs">
27 <li><a href="#">Lorem ipsum dolor sit amet</a></li>
28 <li><a href="#">Another item</a></li>
29</ul>