diff --git a/blog/content/extra/_index.md b/blog/content/extra/_index.md new file mode 100644 index 00000000..e73320ea --- /dev/null +++ b/blog/content/extra/_index.md @@ -0,0 +1,4 @@ ++++ +title = "Extra Content" +insert_anchor = "left" ++++ diff --git a/blog/content/pages/_index.md b/blog/content/pages/_index.md new file mode 100644 index 00000000..4fdb9cac --- /dev/null +++ b/blog/content/pages/_index.md @@ -0,0 +1,3 @@ ++++ +title = "Pages" ++++ diff --git a/blog/content/posts/_index.md b/blog/content/posts/_index.md new file mode 100644 index 00000000..1b1b16e2 --- /dev/null +++ b/blog/content/posts/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Posts" +sort_by = "order" +insert_anchor = "left" ++++