diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/all-posts.md | 5 | ||||
| -rw-r--r-- | content/search.md | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/content/all-posts.md b/content/all-posts.md new file mode 100644 index 0000000..83508dc --- /dev/null +++ b/content/all-posts.md @@ -0,0 +1,5 @@ ++++ +title = "All posts" +layout = "all-posts" +excludeFromLists = true ++++ diff --git a/content/search.md b/content/search.md new file mode 100644 index 0000000..e35e99b --- /dev/null +++ b/content/search.md @@ -0,0 +1,5 @@ ++++ +title = "Search" +layout = "search" +excludeFromLists = true ++++ |
