🌐 | My personal website made with Zola to keep track of my blog posts and resources. https://orzklv.uz
  • SCSS 39.6%
  • HTML 24.1%
  • CSS 18.8%
  • JavaScript 16.4%
  • Nix 1%
Find a file
Sokhibjon Orzikulov 714d5df69a
All checks were successful
Deploy CI / deploy (push) Successful in 3s
fix: domain endpoint
2026-02-20 14:24:26 +05:00
.github chore: test for building package 2026-02-20 10:30:01 +05:00
content chore: remove japanese 2026-02-20 10:03:12 +05:00
i18n chore: remove japanese 2026-02-20 10:03:12 +05:00
static chore: more media configs 2026-01-26 20:48:04 +05:00
themes/duckquill chore: going nix way 2026-02-20 10:20:33 +05:00
.envrc chore: renovating project 2025-06-14 21:28:58 +05:00
.gitignore chore: renovating project 2025-06-14 21:28:58 +05:00
.gitmodules chore: remove submodules 2026-02-20 10:16:09 +05:00
config.toml chore: remove japanese 2026-02-20 10:03:12 +05:00
default.nix chore: going nix way 2026-02-20 10:20:33 +05:00
flake.lock chore: moving to parts + nixfmt 2026-01-15 04:50:35 +05:00
flake.nix refactor: naming in module 2026-02-20 14:20:48 +05:00
license feat: readme + license, some adjustments 2025-03-20 05:03:56 +05:00
module.nix fix: domain endpoint 2026-02-20 14:24:26 +05:00
readme.md fix: repo name typo 2025-03-20 05:04:33 +05:00
shell.nix chore: moving to parts + nixfmt 2026-01-15 04:50:35 +05:00

Orzklv's {Website}

My personal website via Zola and Duckquill.

Top Used Language Deploy CI

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 websites theme and inspiration.

License

This project is licensed under the CC-BY-4.0 License - see the LICENSE file for details.

Orzklv's {Website}