From 006920859d8d6a9262496fb9d325b9670ee97ec3 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Thu, 16 May 2024 17:59:09 +0200 Subject: [PATCH] make sure we advertise that db is in beta --- website/content/_index.md | 2 +- website/content/community.md | 2 +- website/content/download.md | 5 +- .../dyne-soft/layouts/_default/community.html | 52 +++++++++++++++++++ .../dyne-soft/layouts/_default/download.html | 2 +- 5 files changed, 58 insertions(+), 5 deletions(-) create mode 100644 website/themes/dyne-soft/layouts/_default/community.html diff --git a/website/content/_index.md b/website/content/_index.md index e94d750..2b1832e 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -27,7 +27,7 @@ sections: label: documentation URL: https://dyne.org/docs/dynebolic --- - +### Dynebolic v.4.0.0 is sitll in beta. [Help us push towards a final release](community) **Jah Rastafari Livity Bless Us With Freedom!** This is Free Software, share it for the good of yourself and the people around you, respect others and let them express, be free and let others be free. Live clean and let your work be seen! May you live a long and prosperous life in peace! diff --git a/website/content/community.md b/website/content/community.md index 3033770..194e3a6 100644 --- a/website/content/community.md +++ b/website/content/community.md @@ -9,6 +9,6 @@ buttons: label: IRC - URL: https://fed.dyne.org/c/dynebolic label: Fediverse -layout: download +layout: community --- diff --git a/website/content/download.md b/website/content/download.md index 018aad4..e94571a 100644 --- a/website/content/download.md +++ b/website/content/download.md @@ -1,6 +1,7 @@ --- -title: Download Dynebolic -description_markdown: "🔑 Root password is: `dyne`\n\n +title: Download Beta of Dynebolic v4.0.0 +description_markdown: "**Dynebolic v4.0.0 is sitll in beta**\n\n + 🔑 Root password is: `dyne`\n\n Don't forget to check the [Sha512sum](https://files.dyne.org/dynebolic/dynebolic-4.0.0-beta.iso.sha512sum)\n\n Chose a mirror:" image: "images/cmdr-shane-610506-unsplash.webp" diff --git a/website/themes/dyne-soft/layouts/_default/community.html b/website/themes/dyne-soft/layouts/_default/community.html new file mode 100644 index 0000000..de8dae7 --- /dev/null +++ b/website/themes/dyne-soft/layouts/_default/community.html @@ -0,0 +1,52 @@ + +{{ define "header" }} +
+
+
+
+ {{ partial "svg/software-icon.svg" . }} +
+

Download {{ .Site.Title }}

+

{{ .Params.description_markdown | markdownify }}

+

{{ range .Params.buttons }}{{ .label }}{{ end }}

+
+ +
+
+{{ end }} + +{{ define "main" }} +
+
+
+

{{ .Params.description }}

+ {{ .Content | markdownify }} + +
+
+
+{{ range .Params.sections }} +
+
+ +
+

{{ .title }}

+

{{ .description_markdown | markdownify }}

+

{{ .button.label }}

+
+
+
+ +
+
+
+
+{{ end }} + +{{ end }} + +{{ define "footer"}} + +{{ partial "body/footer.html" . }} + +{{ end }} diff --git a/website/themes/dyne-soft/layouts/_default/download.html b/website/themes/dyne-soft/layouts/_default/download.html index de8dae7..ef26898 100644 --- a/website/themes/dyne-soft/layouts/_default/download.html +++ b/website/themes/dyne-soft/layouts/_default/download.html @@ -6,7 +6,7 @@
{{ partial "svg/software-icon.svg" . }}
-

Download {{ .Site.Title }}

+

{{ .Title }}

{{ .Params.description_markdown | markdownify }}

{{ range .Params.buttons }}{{ .label }}{{ end }}