From 8dbec69480a27147764d7d12cc666e99f640736f Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 14 Oct 2018 15:18:16 +0200 Subject: [PATCH] Fixed menu and pages and everything --- src/config.yml | 8 ++------ src/content/{downloads.en.md => download.en.md} | 0 src/content/{features.md => features.en.md} | 0 src/content/index.en.md | 7 +++++-- 4 files changed, 7 insertions(+), 8 deletions(-) rename src/content/{downloads.en.md => download.en.md} (100%) rename src/content/{features.md => features.en.md} (100%) diff --git a/src/config.yml b/src/config.yml index 1fc7995..0fbf42b 100644 --- a/src/config.yml +++ b/src/config.yml @@ -16,14 +16,10 @@ permalinks: params: description: The to-do app to organize your life author: The Vikunja Authors - website: https://vikunja + website: https://vikunja.io menu: page: - - name: Home - url: /en/ - weight: 10 - post: active - name: Docs url: /docs weight: 40 @@ -33,5 +29,5 @@ menu: languages: en: - weight: 0 + weight: 1 languageName: English diff --git a/src/content/downloads.en.md b/src/content/download.en.md similarity index 100% rename from src/content/downloads.en.md rename to src/content/download.en.md diff --git a/src/content/features.md b/src/content/features.en.md similarity index 100% rename from src/content/features.md rename to src/content/features.en.md diff --git a/src/content/index.en.md b/src/content/index.en.md index 7002a1a..592898a 100644 --- a/src/content/index.en.md +++ b/src/content/index.en.md @@ -1,9 +1,12 @@ --- -date: 2018-10-13T19:26:34+02:00 title: "Home" +date: 2018-10-13T19:26:34+02:00 draft: false type: "home" -url: "en" +menu: + page: + title: "Home" + weight: 10 ---

Vikunja