diff --git a/src/assets/style.css b/src/assets/style.css index 93feb5f..c0e98e3 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -59,3 +59,7 @@ a { border-color: black; border-style: solid none none none; } + +.monospace { + letter-spacing: 1px; +} diff --git a/src/favicon.ico b/src/favicon.ico index 9b4ce4b..0ad995b 100644 Binary files a/src/favicon.ico and b/src/favicon.ico differ diff --git a/src/favicon.png b/src/favicon.png index e3e2892..b693d8e 100644 Binary files a/src/favicon.png and b/src/favicon.png differ diff --git a/src/footer.th b/src/footer.th index 22c1ed3..118c170 100644 --- a/src/footer.th +++ b/src/footer.th @@ -1,5 +1,5 @@ -
--
Proudly made with vim and bsd make.
+
--
hacked together with vim and make
diff --git a/src/header.th b/src/header.th index 683fde9..0fae4d5 100644 --- a/src/header.th +++ b/src/header.th @@ -1,4 +1,4 @@ - + CODEVOID @@ -8,7 +8,7 @@
- codevoid + CODEVOID
diff --git a/src/images/tag.svg b/src/images/tag.svg deleted file mode 100644 index 2dc7d2f..0000000 --- a/src/images/tag.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/index.ps b/src/index.ps index 2965e37..f9be06d 100644 --- a/src/index.ps +++ b/src/index.ps @@ -18,7 +18,7 @@ cat <<'EOF' EOF # print list -ls -r1 | while read line +ls -r1 *.ps *.pm *.ph *.pa *.pt 2>/dev/null | while read line do TITLE="$(echo "${line%%.*}" | tr '_' ' ')" URI="posts/${line%%.*}.html" diff --git a/src/posts/2019-04-27_Manage_dotfiles_with_git.pm b/src/posts/2019-04-27_Manage_dotfiles_with_git.pm index 755f91a..c6752f2 100644 --- a/src/posts/2019-04-27_Manage_dotfiles_with_git.pm +++ b/src/posts/2019-04-27_Manage_dotfiles_with_git.pm @@ -1,4 +1,4 @@ -# Manage Dotfiles With Git +# Manage Dotfiles with Git I'm managing my dotfiles with git. My method serves me well for a few years already and so I think it's time to write it down. diff --git a/src/posts/2019-10-24_Building_an_OpenBSD_Kernel.pm b/src/posts/2019-10-24_Building_an_OpenBSD_kernel.pm similarity index 100% rename from src/posts/2019-10-24_Building_an_OpenBSD_Kernel.pm rename to src/posts/2019-10-24_Building_an_OpenBSD_kernel.pm diff --git a/src/posts/2020-05-17_browser-dark-mode.pm b/src/posts/2020-05-17_Browser-Dark-Mode.pm similarity index 97% rename from src/posts/2020-05-17_browser-dark-mode.pm rename to src/posts/2020-05-17_Browser-Dark-Mode.pm index f8192cf..36aac76 100644 --- a/src/posts/2020-05-17_browser-dark-mode.pm +++ b/src/posts/2020-05-17_Browser-Dark-Mode.pm @@ -8,7 +8,7 @@ However, in other operating systems, there is a global toggle for dark mode, which also switches the browser into it. This is not the case on linux and unix systems. -# Chrome / Chromium / Iridium +# Chromium based browsers Chrome and Chromium starting with version 73 can be tought to start in dark mode: diff --git a/src/posts/2023-05-13_Curious_about_spam.pm b/src/posts/2023-05-13_Curious_about_spam.bak similarity index 100% rename from src/posts/2023-05-13_Curious_about_spam.pm rename to src/posts/2023-05-13_Curious_about_spam.bak