diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-21 19:57:20 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-21 19:57:20 +0100 |
| commit | c348cc8cc76306c3d3e533888b3d30ea7566e075 (patch) | |
| tree | 943f0894ea82ad7543cb3aa7cabafb0235ba6486 /content | |
| parent | Added HTML (diff) | |
| download | volpeon.ink-c348cc8cc76306c3d3e533888b3d30ea7566e075.tar.gz volpeon.ink-c348cc8cc76306c3d3e533888b3d30ea7566e075.tar.bz2 volpeon.ink-c348cc8cc76306c3d3e533888b3d30ea7566e075.zip | |
Use Pandoc to write content in Markdown
Diffstat (limited to 'content')
| -rw-r--r-- | content/index.md | 29 |
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 | --- | ||
| 2 | title: "Index" | ||
| 3 | ismain: true | ||
| 4 | --- | ||
| 5 | |||
| 6 | # Volpeon's den | ||
| 7 | |||
| 8 | Welcome 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 | |||
| 14 | Welcome 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 | |||
| 23 | 1. Lorem ipsum dolor sit amet | ||
| 24 | 2. 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> | ||
