From caf0c93527851809a05c949af9832614dd3434e9 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 12 Apr 2023 03:31:07 -0400 Subject: feat: powered by nix thanks @sakecode --- src/_includes/components/footer.njk | 2 +- src/_includes/components/headerbar.njk | 2 +- src/_includes/components/postlist.njk | 2 +- src/_includes/layouts/base.njk | 2 +- src/_includes/layouts/index.njk | 12 ++- src/_includes/layouts/page.njk | 2 +- src/blog/index.njk | 2 +- src/imgs/gifs/fedora.gif | Bin 1914 -> 0 bytes src/imgs/gifs/poweredbynix.svg | 187 +++++++++++++++++++++++++++++++++ src/lul.njk | 2 +- 10 files changed, 204 insertions(+), 9 deletions(-) delete mode 100644 src/imgs/gifs/fedora.gif create mode 100755 src/imgs/gifs/poweredbynix.svg (limited to 'src') diff --git a/src/_includes/components/footer.njk b/src/_includes/components/footer.njk index d34e2e7..f9aacaa 100644 --- a/src/_includes/components/footer.njk +++ b/src/_includes/components/footer.njk @@ -3,4 +3,4 @@ source commit: {{ gitRevision }} - \ No newline at end of file + diff --git a/src/_includes/components/headerbar.njk b/src/_includes/components/headerbar.njk index 54ea25a..21fa357 100644 --- a/src/_includes/components/headerbar.njk +++ b/src/_includes/components/headerbar.njk @@ -10,4 +10,4 @@ github - \ No newline at end of file + diff --git a/src/_includes/components/postlist.njk b/src/_includes/components/postlist.njk index 66a4337..d1fdb22 100644 --- a/src/_includes/components/postlist.njk +++ b/src/_includes/components/postlist.njk @@ -11,4 +11,4 @@

no posts yet! 🥸

{% endfor %} - \ No newline at end of file + diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk index 42e03ba..027dae0 100644 --- a/src/_includes/layouts/base.njk +++ b/src/_includes/layouts/base.njk @@ -21,4 +21,4 @@ {% include "components/footer.njk" %} {% endblock %} - \ No newline at end of file + diff --git a/src/_includes/layouts/index.njk b/src/_includes/layouts/index.njk index 7bf9545..6eb1fe7 100644 --- a/src/_includes/layouts/index.njk +++ b/src/_includes/layouts/index.njk @@ -10,7 +10,14 @@ layout: "layouts/base.njk"
legalize now! acab - powered by fedora + + + powered by fedora + let's crush capitalism!
@@ -37,4 +44,5 @@ layout: "layouts/base.njk" chris troll
- \ No newline at end of file + + diff --git a/src/_includes/layouts/page.njk b/src/_includes/layouts/page.njk index 19fe21a..76eaa35 100644 --- a/src/_includes/layouts/page.njk +++ b/src/_includes/layouts/page.njk @@ -6,4 +6,4 @@ layout: layouts/base.njk
{{ content | safe }}
- \ No newline at end of file + diff --git a/src/blog/index.njk b/src/blog/index.njk index b60bb58..2a2cc51 100644 --- a/src/blog/index.njk +++ b/src/blog/index.njk @@ -5,4 +5,4 @@ description: "getchoo's blog posts" --- {% set postList = search.pages("type=posts", "date=desc", 3) %} -{% include "components/postlist.njk" %} \ No newline at end of file +{% include "components/postlist.njk" %} diff --git a/src/imgs/gifs/fedora.gif b/src/imgs/gifs/fedora.gif deleted file mode 100644 index 5953e46..0000000 Binary files a/src/imgs/gifs/fedora.gif and /dev/null differ diff --git a/src/imgs/gifs/poweredbynix.svg b/src/imgs/gifs/poweredbynix.svg new file mode 100755 index 0000000..0bc8c80 --- /dev/null +++ b/src/imgs/gifs/poweredbynix.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/lul.njk b/src/lul.njk index beb7e53..2030fc7 100644 --- a/src/lul.njk +++ b/src/lul.njk @@ -8,4 +8,4 @@ layout: layouts/base.njk - \ No newline at end of file + -- cgit v1.2.3