start from scratch

This commit is contained in:
yuki 2025-10-10 06:52:09 -03:00
parent 6ca2842b45
commit d1d6790784
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
13 changed files with 16 additions and 34 deletions

View file

@ -8,13 +8,11 @@
<div class="header-wrapper">
<img class="header-banner" src="/img/banner-alt.png" alt="yukinets">
</div>
{% include "topmost_navbar.njk" %}
<marquee class="motd" behavior="scroll" direction="left">
<img src="/img/Witch-on-broom.gif" alt="">
<p>{{ motd if motd else meta.motd }}</p>
</marquee>
<nav class="navbar-wrapper">
<img class="nav-button" src="/img/hbutton.png" alt="Home">
</nav>
{{ content | safe }}
</div>
</body>

View file

@ -1,4 +1,4 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if title %} {{ title }} | {{ meta.sitename }} {% else %} {{ meta.sitename }} {% endif %}</title>
<link rel="stylesheet" href="/css/{{ style if style else "main" }}.css">
<link rel="stylesheet" href="/css/{{ style if style else "main" }}.css">

View file

@ -1,2 +1,3 @@
$bg: #e4ffdc;
$border: #000;
$bg: #000;
$border: hsl(0, 0%, 0%);
$link: #ad3040;

View file

@ -0,0 +1,6 @@
<!-- <nav class="navbar-wrapper">
<ul>
<li><a href="/">home</a></li>
<li><a href="/blog">blog</a></li>
</ul>
</nav> -->

View file

@ -3,30 +3,8 @@
body {
background-color: mp.$bg;
background-image: url("/img/bgpat.png");
background-repeat: repeat;
}
.header-wrapper {
width: 100%;
img {
border: 1px solid mp.$border;
display: block;
margin-bottom: 8px;
}
}
.motd {
img { display: inline; }
p { display: inline; }
}
.navbar-wrapper {
margin: 0;
padding: 0;
.nav-button {
border: 1px solid mp.$border;
}
/*background-image: url("/img/bgpat.png");
background-repeat: repeat;*/
a { color: mp.$link; }
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 412 B

View file

@ -1,5 +1,4 @@
---
layout: base
title: home
---
goodbye...