Oh I'm just adding the entire website
This commit is contained in:
commit
459862595a
67 changed files with 4073 additions and 0 deletions
1
themes/duckquill
Submodule
1
themes/duckquill
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 66d2504350d37921be8a31c9cb24c151360fbd6e
|
33
themes/yunohost/templates/index.html
Normal file
33
themes/yunohost/templates/index.html
Normal 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>
|
2
themes/yunohost/theme.toml
Normal file
2
themes/yunohost/theme.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = "yunohost"
|
||||
description = "The default theme for the YunoHost Zola package"
|
Loading…
Add table
Add a link
Reference in a new issue