diff --git a/src/content/index.md b/src/content/index.md new file mode 100644 index 0000000..f064b68 --- /dev/null +++ b/src/content/index.md @@ -0,0 +1,9 @@ +--- +date: 2018-10-13T19:26:34+02:00 +title: "Home" +draft: false +type: "home" +url: "en" +--- + +# Vikunja diff --git a/src/themes/vikunja/archetypes/default.md b/src/themes/vikunja/archetypes/default.md index ac36e06..174695a 100644 --- a/src/themes/vikunja/archetypes/default.md +++ b/src/themes/vikunja/archetypes/default.md @@ -1,2 +1,6 @@ -+++ -+++ +--- +date: 2018-10-13T19:26:34+02:00 +title: "Title" +weight: 10 +draft: false +--- diff --git a/src/themes/vikunja/archetypes/doc.md b/src/themes/vikunja/archetypes/doc.md new file mode 100644 index 0000000..103b6a6 --- /dev/null +++ b/src/themes/vikunja/archetypes/doc.md @@ -0,0 +1,7 @@ +--- +date: 2018-10-13T19:26:34+02:00 +title: "Title" +weight: 10 +toc: true +draft: false +--- diff --git a/src/themes/vikunja/archetypes/page.md b/src/themes/vikunja/archetypes/page.md new file mode 100644 index 0000000..103b6a6 --- /dev/null +++ b/src/themes/vikunja/archetypes/page.md @@ -0,0 +1,7 @@ +--- +date: 2018-10-13T19:26:34+02:00 +title: "Title" +weight: 10 +toc: true +draft: false +--- diff --git a/src/themes/vikunja/archetypes/post.md b/src/themes/vikunja/archetypes/post.md new file mode 100644 index 0000000..e82b17e --- /dev/null +++ b/src/themes/vikunja/archetypes/post.md @@ -0,0 +1,7 @@ +--- +date: 2018-10-13T19:26:34+02:00 +author: "go-gitea" +title: "Title" +tags: ["tag"] +draft: false +--- diff --git a/src/themes/vikunja/layouts/_default/single.html b/src/themes/vikunja/layouts/_default/single.html index e399c40..a94aa77 100644 --- a/src/themes/vikunja/layouts/_default/single.html +++ b/src/themes/vikunja/layouts/_default/single.html @@ -2,7 +2,7 @@ {{ partial "navbar.html" . }}
-
+
{{ .Content }}
diff --git a/src/themes/vikunja/layouts/doc/single.html b/src/themes/vikunja/layouts/doc/single.html index d1c839e..ff8d56b 100644 --- a/src/themes/vikunja/layouts/doc/single.html +++ b/src/themes/vikunja/layouts/doc/single.html @@ -7,7 +7,7 @@ {{ partial "menu" . }}
-
+
{{ .Content }}
diff --git a/src/themes/vikunja/layouts/home/single.html b/src/themes/vikunja/layouts/home/single.html new file mode 100644 index 0000000..550ab24 --- /dev/null +++ b/src/themes/vikunja/layouts/home/single.html @@ -0,0 +1,36 @@ +{{ partial "header.html" . }} + +
+ +
+ {{ partial "navbar.html" . }} +
+ +
+
+ {{ .Content }} +
+
+ +
+ +
+
+ + + +{{ partial "footer.html" . }} diff --git a/src/themes/vikunja/layouts/page/single.html b/src/themes/vikunja/layouts/page/single.html index d1c839e..ff8d56b 100644 --- a/src/themes/vikunja/layouts/page/single.html +++ b/src/themes/vikunja/layouts/page/single.html @@ -7,7 +7,7 @@ {{ partial "menu" . }}
-
+
{{ .Content }}
diff --git a/src/themes/vikunja/layouts/partials/navbar.html b/src/themes/vikunja/layouts/partials/navbar.html index e020046..6b51c16 100644 --- a/src/themes/vikunja/layouts/partials/navbar.html +++ b/src/themes/vikunja/layouts/partials/navbar.html @@ -2,7 +2,7 @@