diff --git a/content/_index.en.md b/content/_index.en.md new file mode 100644 index 0000000..86e2622 --- /dev/null +++ b/content/_index.en.md @@ -0,0 +1,23 @@ +--- +title: "Home" +date: 2018-10-13T19:26:34+02:00 +draft: false +type: "home" +heading: + heading: Vikunja (/vɪˈkuːnjə/) + content: The to-do app to organize your life. + subtitle: Also one of the two wild South American camelids which live in the high
+ alpine areas of the Andes and a [relative of the llama](https://en.wikipedia.org/wiki/Vicu%C3%B1a). + subsubtitle: Vikunja is a [self-hosted](https://vikunja.io/docs/installation) To-Do list application with + a web app and [mobile apps](download) for all platforms. + It is licensed under the [LGPLv3](https://code.vikunja.io/api/src/branch/master/LICENSE). +menu: + page: + title: "Home" + weight: 10 +--- + +
+Try it +Docs +
\ No newline at end of file diff --git a/content/download.en.md b/content/download/index.en.md similarity index 100% rename from content/download.en.md rename to content/download/index.en.md diff --git a/content/features.en.md b/content/features/index.en.md similarity index 100% rename from content/features.en.md rename to content/features/index.en.md diff --git a/content/index.en.md b/content/index.en.md deleted file mode 100644 index e4b8645..0000000 --- a/content/index.en.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Home" -date: 2018-10-13T19:26:34+02:00 -draft: false -type: "home" -menu: - page: - title: "Home" - weight: 10 ---- - -

Vikunja (/vɪˈkuːnjə/)

-

The to-do app to organize your life.

-

-Also one of the two wild South American camelids which live in the high
-alpine areas of the Andes and a [relative of the llama](https://en.wikipedia.org/wiki/Vicu%C3%B1a). -

-

- Vikunja is a [self-hosted](https://vikunja.io/docs/installation) To-Do list application with - a web app and [mobile apps](download) for all platforms. - It is licensed under the [LGPLv3](https://code.vikunja.io/api/src/branch/master/LICENSE). -

- -
-Try it -Docs -
\ No newline at end of file diff --git a/themes/vikunja/layouts/doc/list.html b/themes/vikunja/layouts/doc/list.html deleted file mode 100644 index e69de29..0000000 diff --git a/themes/vikunja/layouts/home/list.html b/themes/vikunja/layouts/home/list.html deleted file mode 100644 index e69de29..0000000 diff --git a/themes/vikunja/layouts/index.html b/themes/vikunja/layouts/index.html new file mode 100644 index 0000000..88ccb1e --- /dev/null +++ b/themes/vikunja/layouts/index.html @@ -0,0 +1,33 @@ +{{ partial "header.html" . }} + +
+ +
+ {{ partial "navbar-blank.html" . }} +
+ + +
+
+ + {{ if .Params.heading }} + {{ if .Params.heading.heading }} +

{{.Params.heading.heading | markdownify}}

+ {{end}} + {{ if .Params.heading.content }} +

{{.Params.heading.content | markdownify}}

+ {{end}} + {{ if .Params.heading.subtitle }} +

{{.Params.heading.subtitle | markdownify}}

+ {{end}} + {{ if .Params.heading.subsubtitle }} +

{{.Params.heading.subsubtitle | markdownify}}

+ {{end}} + {{end}} + + {{ .Content | markdownify}} +
+
+
+ +{{ partial "footer.html" . }} diff --git a/themes/vikunja/layouts/page/list.html b/themes/vikunja/layouts/page/list.html deleted file mode 100644 index e69de29..0000000