summaryrefslogtreecommitdiffstats
path: root/content/index.md
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/index.md
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/index.md')
-rw-r--r--content/index.md41
1 files changed, 8 insertions, 33 deletions
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:::