4
0
Fork
You've already forked website
0
🐧 | New & Redesigned Wiki & Documentation website [maintainer=@xelopsys] https://xinux.uz/
  • MDX 55.8%
  • JavaScript 21.1%
  • CSS 16.4%
  • Nix 6.7%
bahrom04 1ef1939fb8 Merge pull request 'new 26.05 release notes' ( #8 ) from rc-26.05 into main
Reviewed-on: https://git.oss.uzinfocom.uz/xinux/website/pulls/8
Reviewed-by: lambdajon <lambdajon@noreply.git.oss.uzinfocom.uz>
2026年07月08日 10:46:49 +00:00
.forgejo/workflows fix: actions + links 2026年05月27日 02:48:08 +05:00
app update links 2026年07月08日 15:43:48 +05:00
components chore: get last successful build instead of queued 2026年05月27日 02:58:18 +05:00
data chore: add new links for ilovalar 2026年05月08日 18:53:51 +05:00
public wallpapers 2026年07月08日 15:31:15 +05:00
.envrc chore: add downloads page 2025年05月18日 14:37:18 +05:00
.gitignore fix: search bar is fixed 2026年05月20日 18:30:30 +05:00
.npmrc remaking website with newer version 2024年07月29日 18:00:35 +05:00
default.nix chore: flake update + hash 2026年06月03日 16:29:41 +05:00
flake.lock chore: flake update + hash 2026年06月03日 16:29:41 +05:00
flake.nix chore: flake update + hash 2026年06月03日 16:29:41 +05:00
jsconfig.json refactor: pretty clean and very neat codebase, without shitty monorepo 2025年07月08日 15:09:34 +05:00
mdx-components.jsx chore: update dependency versions 2026年02月20日 18:44:33 +09:00
module.nix fix: actions + links 2026年05月27日 02:48:08 +05:00
next-sitemap.config.js refactor: pretty clean and very neat codebase, without shitty monorepo 2025年07月08日 15:09:34 +05:00
next.config.mjs fix: download iso ssr problem ( #29 ) 2026年03月28日 15:27:41 +05:00
package.json fix: search bar is fixed 2026年05月20日 18:30:30 +05:00
pnpm-lock.yaml chore: pin the exact dependency versions 2026年02月20日 20:21:24 +09:00
pnpm-workspace.yaml feat: add releases and detail pages, fix some design issues ( #23 ) 2026年04月09日 16:31:24 +05:00
postcss.config.js chore: update dependency versions 2026年02月20日 18:44:33 +09:00
README.md docs: add local development instructions 2026年02月19日 20:31:51 +09:00
shell.nix chore: flake update + hash 2026年06月03日 16:29:41 +05:00
styles.css chore: who the fuck even added bg color to navbar? 2026年06月07日 23:27:14 +05:00

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