feat: blog index intro
continuous-integration/drone/push Build is failing Details

This commit is contained in:
ktyl 2023-08-03 22:41:00 +02:00
parent bcab110594
commit 59af865ac5
3 changed files with 9 additions and 5 deletions

View File

@ -48,10 +48,6 @@
background: transparent; background: transparent;
} }
.page .blog .separator {
margin: 2em;
}
.page .blog p code { .page .blog p code {
height: 0.8em; height: 0.8em;
padding: 0.07em 0.25em; padding: 0.07em 0.25em;

View File

@ -19,7 +19,12 @@
<h1>Just Testing</h1> <h1>Just Testing</h1>
<div class="text-panel"> <div class="text-panel">
<p><span>Hello, World! Opinions are my own. Content subject to change. Updates published to my <a href="https://ktyl.dev/blog/index.xml">RSS feed</a>!</span></p>
</div>
<div class="separator"></div>
<div class="text-panel">
<ul class="blog-index"> <ul class="blog-index">
#include index.html #include index.html
</ul> </ul>

View File

@ -3,7 +3,6 @@
:root { :root {
--title-height: min(20vmin, 90px); --title-height: min(20vmin, 90px);
} }
body { body {
font-family: sans-serif; font-family: sans-serif;
margin: 0; margin: 0;
@ -40,6 +39,10 @@ a.fsText {
color: var(--foreground); color: var(--foreground);
} }
.separator {
margin-top: 2em;
margin-bottom: 2em;
}
#include socials.css #include socials.css
#include gallery.css #include gallery.css