Skip to content

Commit

Permalink
make sure we advertise that db is in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakrecoer committed May 16, 2024
1 parent 56ecc94 commit 0069208
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion website/content/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ buttons:
label: IRC
- URL: https://fed.dyne.org/c/dynebolic
label: Fediverse
layout: download
layout: community
---

5 changes: 3 additions & 2 deletions website/content/download.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
52 changes: 52 additions & 0 deletions website/themes/dyne-soft/layouts/_default/community.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@

{{ define "header" }}
<header class="hero-single" id="top" style="min-height: 50vh">
<div class="imagecontainer">
</div>
<div class="content-wrapper">
<a href="/" alt="back to home">{{ partial "svg/software-icon.svg" . }}</a>
<div>
<h1>Download {{ .Site.Title }}</h1>
<p>{{ .Params.description_markdown | markdownify }}<p>
<p>{{ range .Params.buttons }}<a href="{{ .URL }}" class="button" style="margin-right:10px;">{{ .label }}</a>{{ end }}</p>
</div>

</div>
</header>
{{ end }}

{{ define "main" }}
<section id="start">
<div class="content-wrapper">
<div class="content">
<h1>{{ .Params.description }}</h1>
{{ .Content | markdownify }}

</div>
</div>
</section>
{{ range .Params.sections }}
<article class="narative">
<div class="content-wrapper">

<div class="text-content">
<h2>{{ .title }}</h2>
<p>{{ .description_markdown | markdownify }}</p>
<p><a href="{{ .button.URL }}" class="button">{{ .button.label }}</a></p>
</div>
<div class="cartouche">
<figure>
<img src="{{ .image }}" />
</figure>
</div>
</div>
</article>
{{ end }}

{{ end }}

{{ define "footer"}}

{{ partial "body/footer.html" . }}

{{ end }}
2 changes: 1 addition & 1 deletion website/themes/dyne-soft/layouts/_default/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="content-wrapper">
<a href="/" alt="back to home">{{ partial "svg/software-icon.svg" . }}</a>
<div>
<h1>Download {{ .Site.Title }}</h1>
<h1>{{ .Title }}</h1>
<p>{{ .Params.description_markdown | markdownify }}<p>
<p>{{ range .Params.buttons }}<a href="{{ .URL }}" class="button" style="margin-right:10px;">{{ .label }}</a>{{ end }}</p>
</div>
Expand Down

0 comments on commit 0069208

Please sign in to comment.