figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 23b672fd503e4bf35bd23b0dafb24207e9e1db6a
parent 94dcb71e5b0ebb707ad8fe6cdd3b3bce358e8537
Author: FIGBERT <figbert@figbert.com>
Date:   Sun, 28 Jan 2024 13:10:35 -0800

Add cool image to /ketamine

Diffstat:
Dcontent/ketamine.md | 21---------------------
Acontent/ketamine/_index.md | 23+++++++++++++++++++++++
Acontent/ketamine/the-bare-necessities.jpg | 0
Mtemplates/index.html | 2+-
4 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/content/ketamine.md b/content/ketamine.md @@ -1,21 +0,0 @@ -+++ -+++ -<pre> -69 66 79 6F 75 77 69 6C 6C 69 74 69 74 69 73 6E 6F 64 72 65 61 6D - - ,d8888b d8, d8b - 88P' `8P ?88 d8P -d888888P 88b d888888P - ?88' 88b d888b8b 888888b d8888b 88bd88b ?88' - 88P 88Pd8P' ?88 88P `?8bd8b_,dP 88P' ` 88P - d88 d88 88b ,88b d88, d8888b d88 88b -d88' d88' `?88P'`88bd88'`?88P'`?888P'd88' `?8b - )88 - ,88P __ ___ ______ ______ ____ ___ _______ - `?8888P |. | /_ |____ ||____ | |__ |_ | ___ | - | | | | | | | | | | |_|\_\ | | - | |___| | | |_____| |_____| | _____| | - |_______| |_/________/____/\_\ |_______| - -69 66 79 6F 75 77 69 6C 6C 69 74 69 74 69 73 6E 6F 64 72 65 61 6D -</pre> diff --git a/content/ketamine/_index.md b/content/ketamine/_index.md @@ -0,0 +1,23 @@ ++++ ++++ +<pre> +69 66 79 6F 75 77 69 6C 6C 69 74 69 74 69 73 6E 6F 64 72 65 61 6D + + ,d8888b d8, d8b + 88P' `8P ?88 d8P +d888888P 88b d888888P + ?88' 88b d888b8b 888888b d8888b 88bd88b ?88' + 88P 88Pd8P' ?88 88P `?8bd8b_,dP 88P' ` 88P + d88 d88 88b ,88b d88, d8888b d88 88b +d88' d88' `?88P'`88bd88'`?88P'`?888P'd88' `?8b + )88 + ,88P __ ___ ______ ______ ____ ___ _______ + `?8888P |. | /_ |____ ||____ | |__ |_ | ___ | + | | | | | | | | | | |_|\_\ | | + | |___| | | |_____| |_____| | _____| | + |_______| |_/________/____/\_\ |_______| + +69 66 79 6F 75 77 69 6C 6C 69 74 69 74 69 73 6E 6F 64 72 65 61 6D +</pre> + +![The simple bare necessities of life](the-bare-necessities.jpg) diff --git a/content/ketamine/the-bare-necessities.jpg b/content/ketamine/the-bare-necessities.jpg Binary files differ. diff --git a/templates/index.html b/templates/index.html @@ -30,7 +30,7 @@ <a href="{{ get_url(path="@/posts/_index.md") }}">/posts</a> <a href="{{ get_url(path="@/projects/_index.md") }}">/projects</a> <a href="{{ get_url(path="@/reading/_index.md") }}">/reading</a> - <a href="{{ get_url(path="@/ketamine.md") }}">/ketamine</a> + <a href="{{ get_url(path="@/ketamine/_index.md") }}">/ketamine</a> </nav> </header> <main>