commit 94d1bbb34170a2a6e30943e21372837235df295e Author: Philipp Rothmann Date: Fri Feb 24 17:50:45 2023 +0100 init diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c5cfba7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-theme-lean-launch-page"] + path = themes/hugo-theme-lean-launch-page + url = https://github.com/felicianotech/hugo-theme-lean-launch-page.git diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5965eac --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "files.trimFinalNewlines": false, + "files.trimTrailingWhitespace": false +} \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..b604ac8 --- /dev/null +++ b/config.yml @@ -0,0 +1,20 @@ +baseurl: "https://foodsoft.local-it.org" +title: "Foodsoft Entwicklung" +author: "" +canonifyurls: true +paginate: 3 + +theme: "hugo-theme-lean-launch-page" + +params: + tagline: "Wir verbessern Foodsoft und erleichtern so die Arbeit von Einkaufskooperativen." + # mailchimpURL: "//my-account.mailchimp.com/my-subscriber-url" + + # twitter: "https://twitter.com/MyNewProduct" + # facebook: "https://facebook.com/MyNewProduct" + # instagram: "https://instagram.com/MyNewProduct" + # youtube: "https://www.youtube.com/channel/MyNewChannel" + # linkedin: "https://www.linkedin.com/company/MyNewProduct" + github: "https://git.local-it.org/Foodsoft/foodsoft" + custom_css: + - "css/main.css" diff --git a/content/benefits/demo.md b/content/benefits/demo.md new file mode 100644 index 0000000..841bec5 --- /dev/null +++ b/content/benefits/demo.md @@ -0,0 +1,11 @@ +--- +title: Demo +icon: "fa-rocket" +weight: 4 +--- + +Probier die Foodsoft doch einfach mal auf unserer [Demo-Instanz](https://foodsoft.dev.local-it.cloud) aus! + +Administratorin: `alice` +User: `bob` +Passwort: `secret` \ No newline at end of file diff --git a/content/benefits/foodsoft.md b/content/benefits/foodsoft.md new file mode 100644 index 0000000..4115465 --- /dev/null +++ b/content/benefits/foodsoft.md @@ -0,0 +1,9 @@ +--- +title: "Foodsoft?" +icon: "fa-apple-alt" +weight: 1 +--- + +Foodsoft ist ein Tool für [Lebensmittelkooperativen](https://de.wikipedia.org/wiki/Lebensmittelkooperative), welches selbstorganisierte gemeinsame Bestellungen in Großmengen von regionalen und ökologischen Produkten vereinfacht und transparent gestaltet. + +Foodsoft wird entwickelt und betrieben von [foodcoops.net](https://foodcoops.net/) diff --git a/content/benefits/vorhaben.md b/content/benefits/vorhaben.md new file mode 100644 index 0000000..90e347e --- /dev/null +++ b/content/benefits/vorhaben.md @@ -0,0 +1,13 @@ +--- +title: "Unser Vorhaben" +icon: "fa-cogs" +weight: 3 +--- + +* ✅ Technische Schuld reduzieren +* ✅ Ruby on Rails Upgrade +* ✅ Artikel Import verbessern + (Großhandelschnitstelle) +* ✅ Userexperience Verbessern + +[Mehr dazu hier](https://git.local-it.org/Foodsoft/foodsoft/src/branch/demo/README.md) \ No newline at end of file diff --git a/content/benefits/zielgruppe.md b/content/benefits/zielgruppe.md new file mode 100644 index 0000000..5504d32 --- /dev/null +++ b/content/benefits/zielgruppe.md @@ -0,0 +1,6 @@ +--- +title: "Zielgruppe" +icon: "fa-users" +weight: 2 +--- +Unsere Zielgruppen sind Bürger:innen, Gruppen und Vereine, die eine Einkauskooperative aufbauen wollen und eine Software, die die Bestellung, Verteilung und Abrechnung erleichtert, benötigen. \ No newline at end of file diff --git a/content/datenschutz.md b/content/datenschutz.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/content/datenschutz.md @@ -0,0 +1 @@ + diff --git a/content/footer.md b/content/footer.md new file mode 100644 index 0000000..1a443a0 --- /dev/null +++ b/content/footer.md @@ -0,0 +1,5 @@ + +![](logo-bmbf.svg "=100x") +![](logo-okfn.svg) + +[Impressum, Datenschutz](https://local-it.org/datenschutzerklaerung/) \ No newline at end of file diff --git a/content/impressum.md b/content/impressum.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/content/impressum.md @@ -0,0 +1 @@ + diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..92aa1fd --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,57 @@ + + + + + + + + + + + {{ range .Site.Params.custom_css -}} + + {{- end }} + {{ template "_internal/opengraph.html" . }} + {{ if (fileExists "/static/favicon.png") }} + + {{ end }} + {{ .Site.Title }} + + + + {{ if (fileExists "/static/favicon.png") }} + + {{ end }} + + {{ block "main" . }} + {{ end }} +

{{ .Site.Title }}

+

{{ .Site.Params.tagline }}

+ +
+ Kontakt + Code +
+ +
+ {{ range where .Site.Pages "Section" "benefits" }} + {{ if in .Path ".md" }} +
+

{{ .Title }}

+ {{ .Content }} +
+ {{ end }} + {{ end }} +
+ + + + + \ No newline at end of file diff --git a/static/foodcoop-explained.jpg b/static/foodcoop-explained.jpg new file mode 100644 index 0000000..723204f Binary files /dev/null and b/static/foodcoop-explained.jpg differ diff --git a/static/logo-bmbf.svg b/static/logo-bmbf.svg new file mode 100644 index 0000000..228001d --- /dev/null +++ b/static/logo-bmbf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/logo-okfn.svg b/static/logo-okfn.svg new file mode 100644 index 0000000..035d7a5 --- /dev/null +++ b/static/logo-okfn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/hugo-theme-lean-launch-page b/themes/hugo-theme-lean-launch-page new file mode 160000 index 0000000..71dd388 --- /dev/null +++ b/themes/hugo-theme-lean-launch-page @@ -0,0 +1 @@ +Subproject commit 71dd388ff189c2db13fea86077e61dfb0059fefd