diff options
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" }, -] |