Add PT/EN bilingual site: PT default at /, EN at /en/

This commit is contained in:
ltadeu6 2026-05-25 18:18:52 -03:00
parent 253be35dac
commit 44f79092f2
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D
3 changed files with 75 additions and 16 deletions

View file

@ -19,8 +19,9 @@ let
pandas
]);
site = pkgs.runCommand "tadix-site" { } ''
mkdir -p $out
mkdir -p $out/en
cp ${./site/index.html} $out/index.html
cp ${./site/en/index.html} $out/en/index.html
cp ${./site/style.css} $out/style.css
'';
biolabSrc = pkgs.fetchFromGitea {