little edits

Signed-off-by: zayd <wanderer@envs.net>
This commit is contained in:
zayd 2025-02-11 00:09:13 -05:00
parent d1cf1ab896
commit 8c3b6badd3
No known key found for this signature in database
GPG key ID: 531E06E93F21354C
5 changed files with 18 additions and 1 deletions

View file

@ -20,5 +20,8 @@ title = "Zaydblog"
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true highlight_code = true
[link_checker]
skip_prefixes = []
[extra] [extra]
# Put all your custom variables here # Put all your custom variables here

View file

@ -76,7 +76,6 @@ body {
main, footer { main, footer {
color: white; color: white;
font-family: Fira Sans, sans-serif; font-family: Fira Sans, sans-serif;
font-size: 20px;
} }
main h2 { main h2 {
@ -101,6 +100,7 @@ main h2 {
} }
main p { main p {
font-size: 20px;
margin-top: 5px; margin-top: 5px;
} }
@ -115,4 +115,5 @@ a:hover {
footer { footer {
color: white; color: white;
font-size: 15px;
} }

5
assets/svg/kopimi.svg Normal file
View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" height="602.67" width="579.07" stroke="#ffffff" stroke-width="1.3028" viewBox="0 0 612 792">
<path d="m441.08 720.52l-93.24 66.61-417.03-295.1 0.004-251.03 93.239-65.58 149.6 104.51v-210.05l93.24-66.6 94.27 66.604v210.05l67.62-47.13 79.93 56.36 80.94-57.39 94.26 66.61v251.03l-94.26 65.58-80.94-57.38-67.63 48.15z"/>
<path d="m-43.573 241l67.626 48.16 68.65-48.16-68.65-48.16zm80.948 57.38l67.625 48.15 68.65-48.15-67.62-48.17zm79.925 57.37l68.64 48.16 68.66-48.16-68.66-48.15zm149.59-334.03l-68.65 48.16 68.65 48.156 68.65-48.156zm0 114.76l-68.65 48.16 68.65 48.16 67.63-49.18zm0 113.74l-68.65 48.16 68.65 48.15 67.63-48.15zm-68.65 162.91l68.65 47.14 67.63-48.16-67.63-47.14zm80.95 56.35l68.65 48.16 67.62-48.16-67.62-48.15zm149.59-219.26l-68.65 48.16 67.63 48.15 68.65-48.15zm160.87 0l-67.63 48.16 67.63 48.15 68.65-48.15z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 943 B

View file

@ -31,5 +31,9 @@
<a href="irc+insecure://[200:7f:cdc2:733a:9eb5:4de7:8fa2:9d5a]:6667">Yggdrasil</a> <a href="irc+insecure://[200:7f:cdc2:733a:9eb5:4de7:8fa2:9d5a]:6667">Yggdrasil</a>
</p> </p>
</main> </main>
<footer>
<img src="/assets/svg/kopimi.svg" width="15px" alt="" style="vertical-align: middle">
Kopimi 2025 steal my shit now
</footer>
</body> </body>
</html> </html>

View file

@ -135,5 +135,9 @@
<img src="/assets/images/badges/misc/sucks.gif" <img src="/assets/images/badges/misc/sucks.gif"
alt="This website sucks"> alt="This website sucks">
</main> </main>
<footer>
<img src="/assets/svg/kopimi.svg" width="15px" alt="" style="vertical-align: middle">
Kopimi 2025 steal my shit now
</footer>
</body> </body>
</html> </html>