diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-24 15:05:32 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-24 15:05:32 +0100 |
| commit | 714d8f7ff8425e4177ff6bde4d214ef75be6b1ab (patch) | |
| tree | bc343dd424b14bcadef61a80bfe7d423c139445c /content | |
| parent | Improved typography (diff) | |
| download | volpeon.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.md | 6 | ||||
| -rw-r--r-- | content/index.md | 10 |
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 | --- | ||
| 2 | id: "blog" | ||
| 3 | title: "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 | --- |
| 2 | title: "Index" | 2 | id: "home" |
| 3 | title: "Home" | ||
| 4 | |||
| 3 | ismain: true | 5 | ismain: true |
| 4 | --- | 6 | --- |
| 5 | 7 | ||
| @@ -23,7 +25,7 @@ Welcome to my website! I'm Volpeon and here's an [inline link](#). | |||
| 23 | 1. Lorem ipsum dolor sit amet | 25 | 1. Lorem ipsum dolor sit amet |
| 24 | 2. Another item | 26 | 2. 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> |
