Moved the website code to ./web/ to make it easier to maintain for me. No code changes. (0.40.5)
This commit is contained in:
parent
bebe6dfda0
commit
71576be449
71 changed files with 3354 additions and 1 deletions
26
web/_includes/footer.html
Normal file
26
web/_includes/footer.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<footer class="site-footer">
|
||||
<div class="wrapper">
|
||||
<div class="footer-col-wrapper">
|
||||
<!--<p style="text-align:center;">{% if site.git %}Source: <a href="{{ site.git }}{{ site.branch }}{{ page.path }}" class="git" target="_blank">{{ site.git }}{{ site.branch }}{{ page.path }}</a>{% endif %}</p>-->
|
||||
<h2 style="display:none;">Navigation</h2>
|
||||
<ul style="list-style:none;margin-left:0px;text-align:center;">
|
||||
<li style="display:inline;"><a href="/" style="text-decoration:none;" title="Homepage" class="home">Homepage</a> -</li>
|
||||
<!--<li style="display:inline;"> <a href="/about/" style="text-decoration:none;" title="About" class="about">About</a> -</li>-->
|
||||
<li style="display:inline;"> <a href="/contact/" style="text-decoration:none;" title="Contact" class="mail">Contact</a> -</li>
|
||||
<li style="display:inline;"> <a href="/community/code-of-conduct/" style="text-decoration:none;" title="Code of Conduct" class="love">Code of Conduct</a> -</li>
|
||||
<li style="display:inline;"> <a href="/privacy/" style="text-decoration:none;" title="Privacy" class="privacy">Privacy</a> -</li>
|
||||
<!--<li style="display:inline;"> <a href="/search/" style="text-decoration:none;" title="Search" class="search">Search</a> -</li>-->
|
||||
<li style="display:inline;"> <a href="/feed/" style="text-decoration:none;" title="Blog Feed" class="rss">Blog Feed</a></li>
|
||||
</ul>
|
||||
<ul style="list-style:none;margin-left:0px;text-align:center;">
|
||||
<li style="display:inline;"> <a href="{{ site.git }}" style="text-decoration:none;" title="Git" class="git">Git</a> -</li>
|
||||
<li style="display:inline;"> <a href="{{ site.git }}issues" style="text-decoration:none;" title="Issues" class="bug">Issues</a> -</li>
|
||||
<li style="display:inline;"> <a href="{{ site.mastodon }}" style="text-decoration:none;" title="Mastodon" class="mastodon" rel="me">Mastodon</a> -</li>
|
||||
<li style="display:inline;"> <a href="{{ site.git }}wiki" style="text-decoration:none;" title="Wiki" class="wiki">Wiki</a></li>
|
||||
</ul>
|
||||
<p style="text-align:center;"><a href="/copyright/" style="text-decoration:none;" title="Copyright">Copyright</a> © {{ site.time | date: "%Y" }} - Johannes Findeisen (<a href="https://git.xw3.org/hanez" class="user">hanez</a>)</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
18
web/_includes/head.html
Normal file
18
web/_includes/head.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<head>
|
||||
<meta charset="{{ site.charset }}">
|
||||
<meta name="author" content="{{ site.author }}">
|
||||
<title>{{ site.title }} {{ page.title }} - {{ site.subtitle }}</title>
|
||||
<meta name="description" content="{{ site.title }} - {{ site.description | strip_html | strip_newlines | truncate: 160 }}{% if page.description %} - {{ page.description | strip_html | strip_newlines | truncate: 160 }}{% endif %}">
|
||||
{% if page.tags %}<meta name="keywords" content="{{ site.keywords | join: ',' }},{{ page.tags | join: ',' }}">{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="revisit-after" content="7 days">
|
||||
<meta name="robots" content="index,follow">
|
||||
<link rel="alternate" type="application/rss+xml" title="Blog Feed - {{ site.title }}" href="{{ site.url }}/feed/">
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}">
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.png">
|
||||
<link rel="stylesheet" type="text/css" href="/css/cookieconsent.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
||||
<script src="/js/jquery-3.6.4.min.js" charset="{{ site.charset }}"></script>
|
||||
<script src="/js/js-cookie-3.0.5.min.js" charset="{{ site.charset }}"></script>
|
||||
<script src="/js/matomo.min.js" charset="{{ site.charset }}"></script>
|
||||
</head>
|
||||
48
web/_includes/header.html
Normal file
48
web/_includes/header.html
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<header class="site-header">
|
||||
<div class="wrapper">
|
||||
<a class="site-title" href="/"><img src="/images/fun.png" alt="{{ site.title }}" style="border-radius: 12px; margin: 9px 0 18px 0" title="Fun"></a>
|
||||
<nav class="site-nav" style="border-radius:8px;">
|
||||
<a href="#" class="menu-icon"><span>≡</span></a>
|
||||
<div class="trigger">
|
||||
<h2 style="display:none;">Navigation</h2>
|
||||
<ul style="list-style: none;">
|
||||
<li><a class="page-link" href="/" style="text-decoration:none;" title="/">/</a></li>
|
||||
<li><a class="page-link" href="/about/" style="text-decoration:none;" title="/about/">/about/</a></li>
|
||||
<li><a class="page-link" href="/community/" style="text-decoration:none;" title="/community/">/community/</a></li>
|
||||
<li><a class="page-link" href="/contact/" style="text-decoration:none;" title="/contact/">/contact/</a></li>
|
||||
<!--<li><a class="page-link" href="/development/" style="text-decoration:none;" title="/development/">/development/</a></li>-->
|
||||
<li><a class="page-link" href="/documentation/" style="text-decoration:none;" title="/documentation/">/documentation/</a></li>
|
||||
<!--<li><a class="page-link" href="/examples/" style="text-decoration:none;" title="/examples/">/examples/</a></li>-->
|
||||
<!--<li><a class="page-link" href="/faq/" style="text-decoration:none;" title="/faq/">/faq/</a></li>-->
|
||||
<!--
|
||||
<li>----------------</li>
|
||||
<li><a class="page-link" href="/account/" style="text-decoration:none;" title="/account/">/account/</a></li>
|
||||
-->
|
||||
<!--
|
||||
https://www.w3schools.com/howto/howto_js_toggle_dark_mode.asp
|
||||
https://dev.to/warish/how-to-create-a-dark-mode-toggle-with-html-css-and-javascript-378m
|
||||
-->
|
||||
<!--
|
||||
<li><div class="toggle-container" id="themeToggle">
|
||||
<svg class="sun-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<circle cx="12" cy="12" r="5"></circle>
|
||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
||||
</svg>
|
||||
<svg class="moon-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
||||
</svg>
|
||||
</div></li>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue