diff --git a/artwork/poster.svg b/artwork/poster.svg new file mode 100644 index 00000000..871be67d --- /dev/null +++ b/artwork/poster.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + Docspell + Simple Document Organizer + + + diff --git a/website/site/static/favicon-mc.ico b/website/site/static/favicon-mc.ico new file mode 100644 index 00000000..2965c866 Binary files /dev/null and b/website/site/static/favicon-mc.ico differ diff --git a/website/site/static/img/poster.png b/website/site/static/img/poster.png new file mode 100644 index 00000000..e1688f8c Binary files /dev/null and b/website/site/static/img/poster.png differ diff --git a/website/site/templates/index.html b/website/site/templates/index.html index beed203b..e9eab111 100644 --- a/website/site/templates/index.html +++ b/website/site/templates/index.html @@ -1,9 +1,7 @@ - - - + {% include "meta.html" %} Docspell – Simple document organizer diff --git a/website/site/templates/meta.html b/website/site/templates/meta.html new file mode 100644 index 00000000..10869d43 --- /dev/null +++ b/website/site/templates/meta.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/website/site/templates/overview.html b/website/site/templates/overview.html index 68a294ac..595f1804 100644 --- a/website/site/templates/overview.html +++ b/website/site/templates/overview.html @@ -1,11 +1,9 @@ - - - - Docspell: {{ section.title }} - + {% include "meta.html" %} + {{ section.title }} – Docspell Documentation +
@@ -24,34 +22,34 @@
-
- This is the documentation for Docspell, version {{ config.extra.version }}. -
-
- {% for section in section.subsections %} +
+ This is the documentation for Docspell, version {{ config.extra.version }}. +
+
+ {% for section in section.subsections %} - {% set sub = get_section(path=section) %} + {% set sub = get_section(path=section) %} -
diff --git a/website/site/templates/page.html b/website/site/templates/page.html index 7dd58c91..1dc83604 100644 --- a/website/site/templates/page.html +++ b/website/site/templates/page.html @@ -1,10 +1,8 @@ - - - - Docspell: {{ page.title }} + {% include "meta.html" %} + {{ page.title }} – Docspell Documentation diff --git a/website/site/templates/pages.html b/website/site/templates/pages.html index 8e208397..01c143f7 100644 --- a/website/site/templates/pages.html +++ b/website/site/templates/pages.html @@ -1,10 +1,8 @@ - - - - Docspell: {{ section.title }} + {% include "meta.html" %} + {{ section.title }} – Docspell Documentation diff --git a/website/site/templates/section.html b/website/site/templates/section.html index 0b9f57ed..55d5b047 100644 --- a/website/site/templates/section.html +++ b/website/site/templates/section.html @@ -1,10 +1,8 @@ - - - - Docspell: {{ section.title }} + {% include "meta.html" %} + {{ section.title }} – Docspell Documentation