🐧 | New & Redesigned Wiki & Documentation website [maintainer=@xelopsys]
https://xinux.uz/
- MDX 55.8%
- JavaScript 21.1%
- CSS 16.4%
- Nix 6.7%
xinux.uz
The official website of Xinux.
Local Development
With Nix (Xinux/NixOS or Nix package manager)
Make sure flakes are enabled (already enabled on Xinux). If not, add this to your configuration.nix or flake.nix:
nix.settings.experimental-features = [ "nix-command" "flakes" ];
Enter the dev shell (automatically runs pnpm install and sets up PATH):
nix develop
Start the dev server:
pnpm dev
The site will be available at http://localhost:3000.
Build the Nix package (produces a static export in ./result/ folder):
nix build
Without Nix
Install dependencies:
pnpm install
Start dev server:
pnpm dev
The site will be available at http://localhost:3000.
Build for production:
pnpm build
TODO: @orzklv keep identicity of posts before start-using-home-manager.nix