diff --git a/website/_site/download/index.html b/website/_site/download/index.html
new file mode 100644
index 0000000..520d37d
--- /dev/null
+++ b/website/_site/download/index.html
@@ -0,0 +1,43 @@
+
+
+
+
+ Download KST4Contest
+
+
+
+
+
+
+
+
+
+
+ Download KST4Contest
+
+ Official builds are published through GitHub Releases for Windows, Linux
+ and macOS.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/_site/manual/en/index.html b/website/_site/manual/en/index.html
new file mode 100644
index 0000000..5bc9663
--- /dev/null
+++ b/website/_site/manual/en/index.html
@@ -0,0 +1,42 @@
+
+
+
+
+ KST4Contest English Manual
+
+
+
+
+
+
+
+
+
+
+ English Manual
+
+ The English manual is maintained centrally in GitHub and is also available
+ as PDF release artifact.
+
+
+
+ Open GitHub Wiki
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/_site/manual/index.html b/website/_site/manual/index.html
new file mode 100644
index 0000000..591346c
--- /dev/null
+++ b/website/_site/manual/index.html
@@ -0,0 +1,43 @@
+
+
+
+
+ KST4Contest Manual
+
+
+
+
+
+
+
+
+
+
+ KST4Contest Manual
+
+ User documentation for installation, configuration, features,
+ AirScout integration, log synchronization and contest workflow.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/src/download/index.njk b/website/src/download/index.njk
new file mode 100644
index 0000000..86d7d16
--- /dev/null
+++ b/website/src/download/index.njk
@@ -0,0 +1,18 @@
+---
+layout: base.njk
+title: Download KST4Contest
+description: Download KST4Contest releases for Windows, Linux and macOS.
+---
+
+
+ Download KST4Contest
+
+ Official builds are published through GitHub Releases for Windows, Linux
+ and macOS.
+
+
+
+
\ No newline at end of file
diff --git a/website/src/manual/en/index.njk b/website/src/manual/en/index.njk
new file mode 100644
index 0000000..4d15f00
--- /dev/null
+++ b/website/src/manual/en/index.njk
@@ -0,0 +1,17 @@
+---
+layout: base.njk
+title: KST4Contest English Manual
+description: English user manual for KST4Contest.
+---
+
+
+ English Manual
+
+ The English manual is maintained centrally in GitHub and is also available
+ as PDF release artifact.
+
+
+
+ Open GitHub Wiki
+
+
\ No newline at end of file
diff --git a/website/src/manual/index.njk b/website/src/manual/index.njk
new file mode 100644
index 0000000..cfc4d61
--- /dev/null
+++ b/website/src/manual/index.njk
@@ -0,0 +1,18 @@
+---
+layout: base.njk
+title: KST4Contest Manual
+description: Online manual for KST4Contest, the contest-optimized ON4KST chat client.
+---
+
+
+ KST4Contest Manual
+
+ User documentation for installation, configuration, features,
+ AirScout integration, log synchronization and contest workflow.
+
+
+
+
\ No newline at end of file