cronyakatsuki.xyz/layouts/index.html

42 lines
1.5 KiB
HTML
Raw Normal View History

2023-10-05 21:05:32 +02:00
{{ define "main" }}
<p>Hi I'm Crony Akatsuki. 20 y/o linux and foss enthusiaist.</p>
<p>
2024-03-21 10:52:26 +01:00
Love thinkering with my system. Used to run gentoo, but am currently running
nixos and having fun with it.
2023-10-05 21:05:32 +02:00
</p>
<p>
I love making stupid little programs (mostly in python rn), create "gui's"
with dmenu, and create a lot of bash scripts with sometimes no real use other
than learning.
</p>
<p>
2024-03-21 10:52:26 +01:00
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 <a href="/services">services</a> page also accessible on the
header ;)
2023-10-05 21:05:32 +02:00
</p>
<p>
2024-03-21 10:52:26 +01:00
I use multiple vps's and a dedicated hetzner server. Almost all programs are
2023-10-05 21:05:32 +02:00
hosted with docker (Glory to docker) while some rare programs that don't have
2024-03-21 10:52:26 +01:00
an official docker image are hosted directly on the system. For example some
of my personal projects like
2023-10-05 21:05:32 +02:00
<a href="https://upfast.cronyakatsuki.xyz">Upfast</a>
</p>
2024-03-21 10:52:26 +01:00
<p>
Currently mostly playing games and learning about nix and nixos, sometimes I
2024-04-04 21:30:00 +02:00
throw in a movie or a tv show in the mix tho. Here is my nixos
<a href="https://code.cronyakatsuki.xyz/crony/nixos">config.</a>
2024-03-21 10:52:26 +01:00
</p>
2023-10-05 21:05:32 +02:00
<p>
I'm an cli only person except when browsing the web or browsing the web, in
which case I use librewolf ( I love privacy )
</p>
<p>
2024-03-21 10:52:26 +01:00
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.
2023-10-05 21:05:32 +02:00
</p>
{{ end}}