Oh I'm just adding the entire website

This commit is contained in:
root 2025-02-06 18:05:35 +01:00
commit 459862595a
67 changed files with 4073 additions and 0 deletions

1
themes/duckquill Submodule

@ -0,0 +1 @@
Subproject commit 66d2504350d37921be8a31c9cb24c151360fbd6e

View file

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="robots" content="index, follow">
<title>{{ section.title }}</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<style>
body {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100vh;
}
</style>
</head>
<body>
<main>
{{ section.content | safe }}
</main>
<footer>
<div id="footer-container">
<p>YunoHost</p>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,2 @@
name = "yunohost"
description = "The default theme for the YunoHost Zola package"