diff --git a/config.toml b/config.toml index e67090b..1fcd250 100644 --- a/config.toml +++ b/config.toml @@ -23,6 +23,7 @@ slogan = "Look at him go!" license = "Creative
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." # CC License fullRss = true # Puts entire HTML post into rss 'description' tag. If unset, default is false. ipv6ready = false # Show IPV6Ready logo on footer. +mainSections = "posts" # Declares which folder from content will be shown in main page. This is behaviour of the theme. [params.comments] enable = false # En/Disable comments globally, default: false. You can always enable comments on per page. diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index e69de29..0000000 diff --git a/content/lists/_index.md b/content/lists/_index.md deleted file mode 100644 index ca03031..0000000 --- a/content/lists/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -headless: true ---- diff --git a/content/posts/_index.md b/content/posts/_index.md deleted file mode 100644 index 1cb9799..0000000 --- a/content/posts/_index.md +++ /dev/null @@ -1 +0,0 @@ -title = "Posts" \ No newline at end of file