summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-01-10 21:47:29 +0100
committerVolpeon <git@volpeon.ink>2021-01-10 21:47:29 +0100
commit9e795f303ffa8a6350a49d45eefdffd5b84f2036 (patch)
tree98c59a09b326684f26ffd7d2a88f26de99d74227 /content
parentMoved output filename handling into Pandoc filter, implemented path rewriting (diff)
downloadvolpeon.ink-9e795f303ffa8a6350a49d45eefdffd5b84f2036.tar.gz
volpeon.ink-9e795f303ffa8a6350a49d45eefdffd5b84f2036.tar.bz2
volpeon.ink-9e795f303ffa8a6350a49d45eefdffd5b84f2036.zip
Show secret footer, add link meta tag to feed for owning page, finished home page
Diffstat (limited to 'content')
-rw-r--r--content/blog/test1.md5
-rw-r--r--content/blog/test2/index.md17
-rw-r--r--content/index.md41
3 files changed, 8 insertions, 55 deletions
diff --git a/content/blog/test1.md b/content/blog/test1.md
deleted file mode 100644
index 943570c..0000000
--- a/content/blog/test1.md
+++ /dev/null
@@ -1,5 +0,0 @@
1---
2date: 2020-12-25
3title: Test Page 1
4category: tes
5---
diff --git a/content/blog/test2/index.md b/content/blog/test2/index.md
deleted file mode 100644
index aa23764..0000000
--- a/content/blog/test2/index.md
+++ /dev/null
@@ -1,17 +0,0 @@
1---
2date: 2020-12-21
3title: Test Page 2
4category: per
5---
6
7Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
8
9```
10 - /----\
11- | |
12 - \----/
13```
14
15## Subtitle
16
17Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
diff --git a/content/index.md b/content/index.md
index 3d2462c..169a791 100644
--- a/content/index.md
+++ b/content/index.md
@@ -4,40 +4,15 @@ title: Home
4 4
5# Volpeon's Den 5# Volpeon's Den
6 6
7Welcome to my website! I'm Volpeon and here's an [inline link](#c). 7Welcome to my website! I'm Volpeon, a red fox doing human things such as programming, creating vector art, and running a website.
8 8
9> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et 9## Find me
10> dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
11> clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
12 10
13Welcome to my website! I'm Volpeon and here's an [inline link](#d). 11Here's a complete list of my profiles on other platforms:
14 12
15```lua 13- **Bandcamp:** [volpeon](https://bandcamp.com/volpeon)
16function Header(el) 14- **Email:** me@volpeon.ink
17 if el.level == 1 then 15- **Fediverse:** @volpeon@fedi.vulpes.one
18 el.classes = el.classes .. {'c-page__prefixed', 'c-page__prefixed--h1'} 16- **GitHub:** [volpeon](https://github.com/volpeon)
19 elseif el.level == 2 then
20 el.classes = el.classes .. {'c-page__prefixed', 'c-page__prefixed--h2'}
21 elseif el.level == 3 then
22 el.classes = el.classes .. {'c-page__prefixed', 'c-page__prefixed--h3'}
23 end
24 return el
25end
26```
27 17
28Welcome to my website! I'm Volpeon and here's an [inline link](#e). 18If you see someone with my username, you'll know it's me if their profile is listed here. I'll make sure to keep this list up-to-date.
29
30## Subtitle
31
32### Last one
33
34- Lorem ipsum dolor sit amet
35- Another item
36
371. Lorem ipsum dolor sit amet
382. Another item
39
40::: { macro=refs }
41- [Lorem ipsum dolor sit amet](#a)
42- [Another item](#b)
43:::