This is my personal website where I write my own thoughts on whatever comes to my mind, whatever I see, whatever makes me emotional on a certain thing. This is, the world in which you can see things from my point of view!
This project has a submodule (or maybe more in the future), so in order to unnecessary commands, just clone my repository with its submodules from the beginning:
git clone --recurse-submodules git://github.com/orzklv/web.gitor, if you cloned, but no submodules, let's fetch'em all, shall we?
cd web
git submodule update --initAfterwards, you need nix to open development environment via flakes:
nix develop -c $SHELLI've spent some time to write a flake package which you can use to build my website instantly. All you need to do is:
# params necessary, blame
# nix submodule problem
nix build ".?submodules=1#" -L- Zola for making my life easier and not suffer with frontend hell.
- Duckquill & daudix for this website’s theme and inspiration.
This project is licensed under the CC-BY-4.0 License - see the LICENSE file for details.

