diff --git a/posts/bettercolors/post.md b/posts/bettercolors/post.md new file mode 100644 index 0000000..2e102ec --- /dev/null +++ b/posts/bettercolors/post.md @@ -0,0 +1,5 @@ +So uh hi guys... + +I guess I'm kinda cheating today, today's update is kinda basic, I only swapped out a few colors in the website to improve text readability + +I will try to get more work done tomorrow but today I was extremely burnt out after an argument I had \ No newline at end of file diff --git a/posts/bettercolors/post_frontmatter.toml b/posts/bettercolors/post_frontmatter.toml new file mode 100644 index 0000000..638385b --- /dev/null +++ b/posts/bettercolors/post_frontmatter.toml @@ -0,0 +1,9 @@ +title = 'got lazy today' +file_name = 'bettercolors' +description = 'Pathethic excuse of an update' +tags = ["Website update"] +posted = '2024. oct. 03.' +estimated_reading_time = 5 +author = 'IMK' # feel free to swap with your own name +order = 1 +pinned = false diff --git a/posts/wokedot/post.md b/posts/wokedot/post.md new file mode 100644 index 0000000..9108eb4 --- /dev/null +++ b/posts/wokedot/post.md @@ -0,0 +1,13 @@ +# WELCOME TO MY BLOG!!! + +So I accidentally deleted the original text from here like an idiot :3 +(FUCK GIT) + +I made this blog with a random The Medium article + +built with rust and shitttt + +yeahhh +I will try to post daily + +thats all have fun bai bai :3 diff --git a/posts/wokedot/post_frontmatter.toml b/posts/wokedot/post_frontmatter.toml new file mode 100644 index 0000000..e331a3e --- /dev/null +++ b/posts/wokedot/post_frontmatter.toml @@ -0,0 +1,9 @@ +title = 'GODOT GONE WOKE???K' +file_name = 'wokedot' +description = 'Ranting about the ridiculous godot controversy' +tags = ["Rant"] +posted = '2024. oct. 03.' +estimated_reading_time = 5 +author = 'IMK' # feel free to swap with your own name +order = 1 +pinned = false diff --git a/static/css/index.css b/static/css/index.css index f28521e..fe0406a 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -17,6 +17,8 @@ a { text-decoration: none; } + + .pinned-false { display: none; } @@ -81,6 +83,14 @@ div.post { } +div.post h2 { + filter: brightness(60%); +} + +div.post li { + filter: brightness(60%); +} + h1.htitle{ text-align: right; text-size: 6vw;