mirror of
https://git.floss.uz/orzklv/web.git
synced 2026-02-25 03:12:15 +00:00
🌐 | My personal website made with Zola to keep track of my blog posts and resources. https://orzklv.uz
https://orzklv.uz
- SCSS 39.6%
- HTML 24.1%
- CSS 18.8%
- JavaScript 16.4%
- Nix 1%
| .github | ||
| content | ||
| i18n | ||
| static | ||
| themes/duckquill | ||
| .envrc | ||
| .gitignore | ||
| .gitmodules | ||
| config.toml | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| license | ||
| module.nix | ||
| readme.md | ||
| shell.nix | ||
My personal website via Zola and Duckquill.
About
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!
Development
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.git
or, if you cloned, but no submodules, let's fetch'em all, shall we?
cd web
git submodule update --init
Afterwards, you need nix to open development environment via flakes:
nix develop -c $SHELL
Build
I'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
Thanks
- Zola for making my life easier and not suffer with frontend hell.
- Duckquill & daudix for this website’s theme and inspiration.
License
This project is licensed under the CC-BY-4.0 License - see the LICENSE file for details.