summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-24 15:05:32 +0100
committerVolpeon <git@volpeon.ink>2020-12-24 15:05:32 +0100
commit714d8f7ff8425e4177ff6bde4d214ef75be6b1ab (patch)
treebc343dd424b14bcadef61a80bfe7d423c139445c /content
parentImproved typography (diff)
downloadvolpeon.ink-714d8f7ff8425e4177ff6bde4d214ef75be6b1ab.tar.gz
volpeon.ink-714d8f7ff8425e4177ff6bde4d214ef75be6b1ab.tar.bz2
volpeon.ink-714d8f7ff8425e4177ff6bde4d214ef75be6b1ab.zip
Added header, improved SCSS structure, use metadata file instead of param, improved folder structure
Diffstat (limited to 'content')
-rw-r--r--content/blog/index.md6
-rw-r--r--content/index.md10
2 files changed, 12 insertions, 4 deletions
diff --git a/content/blog/index.md b/content/blog/index.md
new file mode 100644
index 0000000..486c57b
--- /dev/null
+++ b/content/blog/index.md
@@ -0,0 +1,6 @@
1---
2id: "blog"
3title: "Blog"
4---
5
6# Blog
diff --git a/content/index.md b/content/index.md
index f595457..64c3e77 100644
--- a/content/index.md
+++ b/content/index.md
@@ -1,5 +1,7 @@
1--- 1---
2title: "Index" 2id: "home"
3title: "Home"
4
3ismain: true 5ismain: true
4--- 6---
5 7
@@ -23,7 +25,7 @@ Welcome to my website! I'm Volpeon and here's an [inline link](#).
231. Lorem ipsum dolor sit amet 251. Lorem ipsum dolor sit amet
242. Another item 262. Another item
25 27
26<ul class="refs"> 28<ul>
27 <li><a href="#">Lorem ipsum dolor sit amet</a></li> 29 <li class="c-refs__item"><a href="#">Lorem ipsum dolor sit amet</a></li>
28 <li><a href="#">Another item</a></li> 30 <li class="c-refs__item"><a href="#">Another item</a></li>
29</ul> 31</ul>