Add PT/EN bilingual site: PT default at /, EN at /en/
This commit is contained in:
parent
253be35dac
commit
44f79092f2
3 changed files with 75 additions and 16 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue