commit 6231ea4beaa46825c90455eb89b1cc4399067fba parent 3f70ae7209a77cac19ee3ebda40bfd8a552fba7b Author: Samdal <samdal@protonmail.com> Date: Sat, 1 Mar 2025 02:33:25 +0100 move stolen art into folder, Diffstat:
15 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/_config.yml b/_config.yml @@ -1,7 +1,7 @@ site: n-channel url: #yoururl title: N-Channel MOSFET -description: A Blog about electronics and programming +description: A Blog about electronics and programming 𓆟 permalink: pretty baseurl: "" diff --git a/_includes/inline.scss b/_includes/inline.scss @@ -1 +1 @@ -@import "main"; -\ No newline at end of file +@use "main"; diff --git a/_includes/navigation.html b/_includes/navigation.html @@ -1,8 +1,8 @@ <header aria-hidden="true" class="no-print"> <a href="/" style> <div class="header-img-outer"> - <img class="header-img" style="margin-bottom: 0.5rem; max-width: 9.5rem;" src="/assets/images/templeos.jpeg" width="250" height="288"> - <img class="header-img" style="margin-bottom: 0.5rem; max-width: 8.0rem;" src="/assets/images/c-programming-language-chito.png" width="180" height="244"> + <img class="header-img" style="margin-bottom: 0.5rem; max-width: 9.5rem;" src="/assets/images/modified_stolen_art/templeos.jpeg" width="250" height="288"> + <img class="header-img" style="margin-bottom: 0.5rem; max-width: 8.0rem;" src="/assets/images/modified_stolen_art/c-programming-language-chito.png" width="180" height="244"> </div> </a> <nav role="navigation" aria-hidden="true"> diff --git a/_pages/about.md b/_pages/about.md @@ -11,7 +11,7 @@ I'm from the second largest city in Norway, Bergen. I mostly do systems programming and electronics, so that's what you will see here. I'm a year away from completing my Bachelor's in Electronic Engineering, but I have a full-time job doing programming and electronics for some guys making arcade machines. - + {: style="text-align: center;"} Here's my [GitHub](https://github.com/Samdal/) account. Sadly, I don't have any non-private socials. diff --git a/_pages/search.html b/_pages/search.html @@ -37,7 +37,7 @@ title: Search <div id="search-container"> <div style="background: rgb(236, 237, 238); display: flex; flex-direction: row;"> <input style="flex-grow:999;" type="text" id="search-input" placeholder="Search..."> - <img style="flex-basis: 150px; flex-grow: 1; width: 150px; height: auto;" src="/assets/images/nuko_calm.png" width=342 height=127> + <img style="flex-basis: 150px; flex-grow: 1; width: 150px; height: auto;" src="/assets/images/modified_stolen_art/nuko_calm.png" width=342 height=127> </div> <p> <b>Tags: </b> diff --git a/_posts/2025-02-28-build-sh.md b/_posts/2025-02-28-build-sh.md @@ -3,7 +3,7 @@ layout: post title: "Compiling C on Unix: build.sh" description: The no bullshit way to compile C (on Unix) comments: true -tags: [writing, programming, C] +tags: [misc, programming, C] --- ## What do I want from a build system? diff --git a/_sass/_main.scss b/_sass/_main.scss @@ -80,7 +80,7 @@ section { background-size: 100% default; background-repeat: repeat-x; background-position: center 0%; - background-image: url("/assets/images/grass.png"); + background-image: url("/assets/images/modified_stolen_art/grass.png"); } /*********** header ************/ diff --git a/assets/images/c-programming-language-chito.png b/assets/images/modified_stolen_art/c-programming-language-chito.png Binary files differ. diff --git a/assets/images/couch.png b/assets/images/modified_stolen_art/couch.png Binary files differ. diff --git a/assets/images/grass.png b/assets/images/modified_stolen_art/grass.png Binary files differ. diff --git a/assets/images/kettenkrad.gif b/assets/images/modified_stolen_art/kettenkrad.gif Binary files differ. diff --git a/assets/images/nuko_calm.png b/assets/images/modified_stolen_art/nuko_calm.png Binary files differ. diff --git a/assets/images/silly.png b/assets/images/modified_stolen_art/silly.png Binary files differ. diff --git a/assets/images/templeos.jpeg b/assets/images/modified_stolen_art/templeos.jpeg Binary files differ. diff --git a/index.html b/index.html @@ -4,9 +4,9 @@ layout: default <section class="posts"> - <img class="invertable-image" style="margin-left: 1.5rem; margin-bottom: 0.5rem; max-width: 150px; width: 100%; height: auto;" src="/assets/images/kettenkrad.gif" width=200 height=200> + <img class="invertable-image" style="margin-left: 1.5rem; margin-bottom: 0.5rem; max-width: 150px; width: 100%; height: auto;" src="/assets/images/modified_stolen_art/kettenkrad.gif" width=200 height=200> <ul style="padding: 0px; margin: 0px;"> -{% for post in site.posts != 1 %} +{% for post in site.posts %} <li {% cycle 'alternate-color': 'style="color: #799f7c;"', 'style="color: #b3b781;"'%} > <a style="color: inherit" href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> <time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%m-%d-%Y" }}</time> @@ -14,7 +14,7 @@ layout: default {% endfor %} </ul> - <img style="margin: 2rem auto 0px auto; max-width: 150px; width: 100%; height: auto;" src="/assets/images/silly.png" width=200 height=200> + <img style="margin: 2rem auto 0px auto; max-width: 150px; width: 100%; height: auto;" src="/assets/images/modified_stolen_art/silly.png" width=200 height=200> <p style="margin: 0px; text-align: center; font-size: 90%; color:gray;"><i>You've reached the bottom of the stack</i></p> </section>