diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/_personal/index.md | 4 | ||||
| -rw-r--r-- | content/blog/index.md | 4 | ||||
| -rw-r--r-- | content/blog/test1.md | 2 | ||||
| -rw-r--r-- | content/blog/test2/index.md | 2 |
4 files changed, 5 insertions, 7 deletions
diff --git a/content/_personal/index.md b/content/_personal/index.md new file mode 100644 index 0000000..5e89459 --- /dev/null +++ b/content/_personal/index.md | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | --- | ||
| 2 | title: Personal Blog | ||
| 3 | layout: dated_list | ||
| 4 | --- | ||
diff --git a/content/blog/index.md b/content/blog/index.md index 1053dc2..6668eba 100644 --- a/content/blog/index.md +++ b/content/blog/index.md | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Blog | 2 | title: Blog |
| 3 | 3 | layout: dated_list | |
| 4 | create_feed: true | 4 | create_feed: true |
| 5 | --- | 5 | --- |
| 6 | |||
| 7 | # Blog | ||
diff --git a/content/blog/test1.md b/content/blog/test1.md index 05c2b2d..943570c 100644 --- a/content/blog/test1.md +++ b/content/blog/test1.md | |||
| @@ -3,5 +3,3 @@ date: 2020-12-25 | |||
| 3 | title: Test Page 1 | 3 | title: Test Page 1 |
| 4 | category: tes | 4 | category: tes |
| 5 | --- | 5 | --- |
| 6 | |||
| 7 | # Test Page 1 | ||
diff --git a/content/blog/test2/index.md b/content/blog/test2/index.md index 9d1ebd2..aee4641 100644 --- a/content/blog/test2/index.md +++ b/content/blog/test2/index.md | |||
| @@ -4,8 +4,6 @@ title: Test Page 2 | |||
| 4 | category: per | 4 | category: per |
| 5 | --- | 5 | --- |
| 6 | 6 | ||
| 7 | # Test Page 2 | ||
| 8 | |||
| 9 | ``` | 7 | ``` |
| 10 | - /----\ | 8 | - /----\ |
| 11 | - | | | 9 | - | | |
