diff options
author | Volpeon <git@volpeon.ink> | 2020-12-27 22:03:42 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-27 22:03:42 +0100 |
commit | 517fc58cf46595990fd5af64a1bd647ee5ac3c08 (patch) | |
tree | 3720064c91a95230b1208352b9fa63b554e1b0cd /content | |
parent | Build script: Improved path and relative link calculation, added vars to conf... (diff) | |
download | volpeon.ink-517fc58cf46595990fd5af64a1bd647ee5ac3c08.tar.gz volpeon.ink-517fc58cf46595990fd5af64a1bd647ee5ac3c08.tar.bz2 volpeon.ink-517fc58cf46595990fd5af64a1bd647ee5ac3c08.zip |
Added stylelint, generate some metadata automatically
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/index.md | 1 | ||||
-rw-r--r-- | content/blog/test1.md | 4 | ||||
-rw-r--r-- | content/blog/test2/index.md | 4 | ||||
-rw-r--r-- | content/index.md | 3 | ||||
-rw-r--r-- | content/projects/index.md | 1 |
5 files changed, 8 insertions, 5 deletions
diff --git a/content/blog/index.md b/content/blog/index.md index d6de86f..576a8c3 100644 --- a/content/blog/index.md +++ b/content/blog/index.md | |||
@@ -1,5 +1,4 @@ | |||
1 | --- | 1 | --- |
2 | id: blog | ||
3 | title: Blog | 2 | title: Blog |
4 | --- | 3 | --- |
5 | 4 | ||
diff --git a/content/blog/test1.md b/content/blog/test1.md index e69de29..ec31808 100644 --- a/content/blog/test1.md +++ b/content/blog/test1.md | |||
@@ -0,0 +1,4 @@ | |||
1 | --- | ||
2 | date: 2020-12-25 | ||
3 | title: Test Page 1 | ||
4 | --- | ||
diff --git a/content/blog/test2/index.md b/content/blog/test2/index.md index e69de29..156909e 100644 --- a/content/blog/test2/index.md +++ b/content/blog/test2/index.md | |||
@@ -0,0 +1,4 @@ | |||
1 | --- | ||
2 | date: 2020-12-27 | ||
3 | title: Test Page 2 | ||
4 | --- | ||
diff --git a/content/index.md b/content/index.md index d7ee4f8..dd058d8 100644 --- a/content/index.md +++ b/content/index.md | |||
@@ -1,8 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | id: home | ||
3 | title: Home | 2 | title: Home |
4 | |||
5 | isHome: true | ||
6 | --- | 3 | --- |
7 | 4 | ||
8 | # Volpeon's Den | 5 | # Volpeon's Den |
diff --git a/content/projects/index.md b/content/projects/index.md index da34c2d..fd5a713 100644 --- a/content/projects/index.md +++ b/content/projects/index.md | |||
@@ -1,5 +1,4 @@ | |||
1 | --- | 1 | --- |
2 | id: projects | ||
3 | title: Projects | 2 | title: Projects |
4 | --- | 3 | --- |
5 | 4 | ||