diff options
author | Prefetch | 2020-04-06 19:39:09 +0200 |
---|---|---|
committer | Prefetch | 2020-04-06 19:39:09 +0200 |
commit | 91f46a8893c7902573f5bbc4277b49ff9fd82e7c (patch) | |
tree | a3d933bd6b8d3f4c3daa65f1c8122bb4803d2e32 /config.toml | |
parent | 9560b33e6f66b11578efb43f5cccde1fc8bedf76 (diff) |
Change folder structure and clean up
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 4450045..42600c8 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,5 @@ # The URL the site will be built for base_url = "https://prefet.ch" - title = "Prefetch" # Whether to automatically compile all Sass files in the sass directory @@ -15,7 +14,3 @@ build_search_index = false # Put all your custom variables here [extra] -sections = [ - { url = "/articles/", name = "Articles" }, - { url = "/software/", name = "Software" }, -] |