Add manual and download pages to website

This commit is contained in:
Marc Froehlich
2026-07-06 01:28:20 +02:00
parent 69fe6dc7b1
commit 413f69eb6a
6 changed files with 181 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
layout: base.njk
title: Download KST4Contest
description: Download KST4Contest releases for Windows, Linux and macOS.
---
<section class="hero">
<h1>Download KST4Contest</h1>
<p>
Official builds are published through GitHub Releases for Windows, Linux
and macOS.
</p>
<div class="actions">
<a class="button" href="https://github.com/praktimarc/kst4contest/releases/latest">Latest Release</a>
<a class="button secondary" href="https://github.com/praktimarc/kst4contest/releases">All Releases</a>
</div>
</section>