final touches

This commit is contained in:
2026-04-20 17:46:53 +01:00
parent 777f7e7608
commit f67abeb0bf
12 changed files with 107 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{#snippet SidebarLeft()} {#snippet SidebarLeft()}
<div class="left-sidebar a_bit_of_padding"> <div class="left-sidebar a_bit_of_padding">
<div class="left-sidebar-inner sticky_top"> <div class="left-sidebar-inner">
<div> <div>
<div class="side-card">meow</div> <div class="side-card">meow</div>
</div> </div>
+1 -1
View File
@@ -4,7 +4,7 @@
{#snippet SidebarRight()} {#snippet SidebarRight()}
<div class="right-sidebar a_bit_of_padding"> <div class="right-sidebar a_bit_of_padding">
<div class="right-sidebar-inner sticky_top"> <div class="right-sidebar-inner">
<div class="side-card">meow</div> <div class="side-card">meow</div>
<div class="side-card" style=""> <div class="side-card" style="">
<div class="side-card-inner"> <div class="side-card-inner">
+25
View File
@@ -8,5 +8,30 @@
"name":"catgirl", "name":"catgirl",
"url":"", "url":"",
"path":"catgirl.gif" "path":"catgirl.gif"
},
{
"name":"blender",
"url":"https://www.blender.org/",
"path":"blender.png"
},
{
"name":"ENA",
"url":"https://joelgc.com/",
"path":"ena.png"
},
{
"name":"Linux",
"url":"https://kernel.org/",
"path":"linux.png"
},
{
"name":"RainWorld",
"url":"https://rainworldgame.com/",
"path":"rainworld.gif"
},
{
"name":"Source Engine",
"url":"https://developer.valvesoftware.com/wiki/Source",
"path":"sourceEngine.webp"
} }
] ]
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

+6 -1
View File
@@ -1 +1,6 @@
<p>Slowly converting this website to svelte</p> <div>
<h1>hi</h1>
</div>
<style lang="scss">
</style>
+71
View File
@@ -7,3 +7,74 @@ catagory: main
tags: Ammo_Scavenger Rust_Lang Ammo_Scavenger tags: Ammo_Scavenger Rust_Lang Ammo_Scavenger
--- ---
Test post, this tests the frontmatter processing Test post, this tests the frontmatter processing
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
meow
+1
View File
@@ -57,6 +57,7 @@
.actual-content { .actual-content {
flex: 1; flex: 1;
background-color: var(--primary); background-color: var(--primary);
/* border: */
margin: 5px; margin: 5px;
} }
.sticky_top { .sticky_top {
+1 -1
View File
@@ -34,7 +34,7 @@ const config = {
assets: 'build', assets: 'build',
fallback: undefined, fallback: undefined,
precompress: false, precompress: false,
strict: true strict: true,
}), }),
}, },
}; };