final touches
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
{#snippet SidebarLeft()}
|
||||
<div class="left-sidebar a_bit_of_padding">
|
||||
<div class="left-sidebar-inner sticky_top">
|
||||
<div class="left-sidebar-inner">
|
||||
<div>
|
||||
<div class="side-card">meow</div>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
{#snippet SidebarRight()}
|
||||
<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" style="">
|
||||
<div class="side-card-inner">
|
||||
|
||||
@@ -8,5 +8,30 @@
|
||||
"name":"catgirl",
|
||||
"url":"",
|
||||
"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 |
@@ -1 +1,6 @@
|
||||
<p>Slowly converting this website to svelte</p>
|
||||
<div>
|
||||
<h1>hi</h1>
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||
|
||||
@@ -7,3 +7,74 @@ catagory: main
|
||||
tags: Ammo_Scavenger Rust_Lang Ammo_Scavenger
|
||||
---
|
||||
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
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
.actual-content {
|
||||
flex: 1;
|
||||
background-color: var(--primary);
|
||||
/* border: */
|
||||
margin: 5px;
|
||||
}
|
||||
.sticky_top {
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ const config = {
|
||||
assets: 'build',
|
||||
fallback: undefined,
|
||||
precompress: false,
|
||||
strict: true
|
||||
strict: true,
|
||||
}),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user