diff --git a/layouts/index.html b/layouts/index.html index 970fadc..b97e175 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,8 +2,8 @@

Hi I'm Crony Akatsuki. 20 y/o linux and foss enthusiaist.

- Love thinkering with my system. The fact I run gentoo on my main machine might - also make you think I love suffering (Maybe I do?). + Love thinkering with my system. Used to run gentoo, but am currently running + nixos and having fun with it.

I love making stupid little programs (mostly in python rn), create "gui's" @@ -11,27 +11,30 @@ than learning.

- I also love selfhosting a lot. This website and domain is also a home of a lot - of other different frontends and opensource software and games I self host - which you can check on my services page also - accessible on the header ;) + I also love selfhosting a lot. This domain is also a home of a lot of other + different frontends and opensource software and games I self host which you + can check on my services page also accessible on the + header ;)

- I use a vps for selfhosting using debian as the os. Almost all programs are + I use multiple vps's and a dedicated hetzner server. Almost all programs are hosted with docker (Glory to docker) while some rare programs that don't have - an official docker image are hosted directly on the system. Like some of my - personal projects like + an official docker image are hosted directly on the system. For example some + of my personal projects like Upfast

-

Currently learning about websockets, pentesting, ... for fun ( I never trully learn anything and just kill time )

+

+ Currently mostly playing games and learning about nix and nixos, sometimes I + throw in a movie or a tv show in the mix tho. +

I'm an cli only person except when browsing the web or browsing the web, in which case I use librewolf ( I love privacy )

- NEOVIM THE ONLY EDITOR YOU NEED!!!!!!! ( Have to justify my personal couple - thousand loc nvim - config) + I use neovim for all my coding/editing configs/writting for this website and + am not able to move to any other editor except it. Currently my newest neovim + config iteration is a nix module called nixvim that I really like.

{{ end}} diff --git a/public/about/index.html b/public/about/index.html index 2b96e65..341fb3f 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -19,7 +19,6 @@ - diff --git a/public/blog/hardening-level-pro-notify-on-ssh-login/index.html b/public/blog/hardening-level-pro-notify-on-ssh-login/index.html index b69fe52..fb2e518 100644 --- a/public/blog/hardening-level-pro-notify-on-ssh-login/index.html +++ b/public/blog/hardening-level-pro-notify-on-ssh-login/index.html @@ -19,7 +19,6 @@ - diff --git a/public/blog/index.html b/public/blog/index.html index 2674bb8..1a205b0 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -17,7 +17,6 @@ - diff --git a/public/blog/miniflux-setup/index.html b/public/blog/miniflux-setup/index.html index bcd8b5a..659f14f 100644 --- a/public/blog/miniflux-setup/index.html +++ b/public/blog/miniflux-setup/index.html @@ -20,7 +20,6 @@ For this tutorial I expect that you already have a server seted up with nginx an - diff --git a/public/blog/piped-video-not-loading/index.html b/public/blog/piped-video-not-loading/index.html index 88093f4..ae7117b 100644 --- a/public/blog/piped-video-not-loading/index.html +++ b/public/blog/piped-video-not-loading/index.html @@ -20,7 +20,6 @@ What creates the issue? From what I have been able to find on the issues over on - diff --git a/public/blog/setup-dns-pihole-unbound/index.html b/public/blog/setup-dns-pihole-unbound/index.html index 2531893..7f7adb8 100644 --- a/public/blog/setup-dns-pihole-unbound/index.html +++ b/public/blog/setup-dns-pihole-unbound/index.html @@ -19,7 +19,6 @@ - diff --git a/public/blog/setup-traefik/index.html b/public/blog/setup-traefik/index.html index 6a978ce..2bdb39f 100644 --- a/public/blog/setup-traefik/index.html +++ b/public/blog/setup-traefik/index.html @@ -21,7 +21,6 @@ Setting up Traefik In this part we will setup traefik, with the dashboard enable - diff --git a/public/blog/using-mblaze/index.html b/public/blog/using-mblaze/index.html index 2d35569..30aa65e 100644 --- a/public/blog/using-mblaze/index.html +++ b/public/blog/using-mblaze/index.html @@ -20,7 +20,6 @@ Helper function’s I guess you haven’t read my other blog on setting - diff --git a/public/blog/virgin-mutt-user-meet-mblaze/index.html b/public/blog/virgin-mutt-user-meet-mblaze/index.html index 6121314..4cb10c4 100644 --- a/public/blog/virgin-mutt-user-meet-mblaze/index.html +++ b/public/blog/virgin-mutt-user-meet-mblaze/index.html @@ -19,7 +19,6 @@ - diff --git a/public/categories/index.html b/public/categories/index.html index 1aa8bb7..6c4dbf0 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -17,7 +17,6 @@ - diff --git a/public/index.html b/public/index.html index 9b9a090..1b48a96 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + @@ -18,7 +18,6 @@ - @@ -41,8 +40,8 @@

Hi I'm Crony Akatsuki. 20 y/o linux and foss enthusiaist.

- Love thinkering with my system. The fact I run gentoo on my main machine might - also make you think I love suffering (Maybe I do?). + Love thinkering with my system. Used to run gentoo, but am currently running + nixos and having fun with it.

I love making stupid little programs (mostly in python rn), create "gui's" @@ -50,27 +49,30 @@ than learning.

- I also love selfhosting a lot. This website and domain is also a home of a lot - of other different frontends and opensource software and games I self host - which you can check on my services page also - accessible on the header ;) + I also love selfhosting a lot. This domain is also a home of a lot of other + different frontends and opensource software and games I self host which you + can check on my services page also accessible on the + header ;)

- I use a vps for selfhosting using debian as the os. Almost all programs are + I use multiple vps's and a dedicated hetzner server. Almost all programs are hosted with docker (Glory to docker) while some rare programs that don't have - an official docker image are hosted directly on the system. Like some of my - personal projects like + an official docker image are hosted directly on the system. For example some + of my personal projects like Upfast

-

Currently learning about websockets, pentesting, ... for fun ( I never trully learn anything and just kill time )

+

+ Currently mostly playing games and learning about nix and nixos, sometimes I + throw in a movie or a tv show in the mix tho. +

I'm an cli only person except when browsing the web or browsing the web, in which case I use librewolf ( I love privacy )

- NEOVIM THE ONLY EDITOR YOU NEED!!!!!!! ( Have to justify my personal couple - thousand loc nvim - config) + I use neovim for all my coding/editing configs/writting for this website and + am not able to move to any other editor except it. Currently my newest neovim + config iteration is a nix module called nixvim that I really like.

diff --git a/public/services/index.html b/public/services/index.html index 95922db..37f7de7 100644 --- a/public/services/index.html +++ b/public/services/index.html @@ -19,7 +19,6 @@ - diff --git a/public/tags/browser/index.html b/public/tags/browser/index.html index cb846ec..48883f1 100644 --- a/public/tags/browser/index.html +++ b/public/tags/browser/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/dns/index.html b/public/tags/dns/index.html index 98527f3..065eafc 100644 --- a/public/tags/dns/index.html +++ b/public/tags/dns/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/index.html b/public/tags/index.html index ca5c923..d56af41 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html index 64b8091..c1e9369 100644 --- a/public/tags/linux/index.html +++ b/public/tags/linux/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/mail/index.html b/public/tags/mail/index.html index 4af5bdb..7db7d1f 100644 --- a/public/tags/mail/index.html +++ b/public/tags/mail/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/mblaze/index.html b/public/tags/mblaze/index.html index 43f149a..aa70d41 100644 --- a/public/tags/mblaze/index.html +++ b/public/tags/mblaze/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/ntfy/index.html b/public/tags/ntfy/index.html index 9e05b8f..8f036b1 100644 --- a/public/tags/ntfy/index.html +++ b/public/tags/ntfy/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/pi-hole/index.html b/public/tags/pi-hole/index.html index 948548d..0f1d1b5 100644 --- a/public/tags/pi-hole/index.html +++ b/public/tags/pi-hole/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/piped/index.html b/public/tags/piped/index.html index 20bf9d3..425b5ea 100644 --- a/public/tags/piped/index.html +++ b/public/tags/piped/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/rss/index.html b/public/tags/rss/index.html index 46ae563..5892d98 100644 --- a/public/tags/rss/index.html +++ b/public/tags/rss/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/security/index.html b/public/tags/security/index.html index fca1629..299a72d 100644 --- a/public/tags/security/index.html +++ b/public/tags/security/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/self-host/index.html b/public/tags/self-host/index.html index ce4bfc7..299a3cf 100644 --- a/public/tags/self-host/index.html +++ b/public/tags/self-host/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/ssh/index.html b/public/tags/ssh/index.html index bc9badf..5dc80a7 100644 --- a/public/tags/ssh/index.html +++ b/public/tags/ssh/index.html @@ -17,7 +17,6 @@ - diff --git a/public/tags/unbound/index.html b/public/tags/unbound/index.html index 7a3f481..09633a0 100644 --- a/public/tags/unbound/index.html +++ b/public/tags/unbound/index.html @@ -17,7 +17,6 @@ -