forked from M-Labs/nix-scripts
Build website for PH as well
To make robots.txt and sitemap fully correct Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
c486ea6288
commit
56aff0b2e7
5
web.nix
5
web.nix
@ -11,6 +11,11 @@ in
|
||||
export DOMAINNAME=m-labs-intl.com
|
||||
${pkgs.zola}/bin/zola build -o $out -u https://$DOMAINNAME
|
||||
'';
|
||||
web-ph = pkgs.runCommand "web-ph" {}
|
||||
''
|
||||
cd ${web-src}
|
||||
DOMAINNAME=m-labs.hk ${pkgs.zola}/bin/zola build -o $out -u https://m-labs.ph
|
||||
'';
|
||||
sphinxcontrib-platformpicker = pkgs.python3Packages.buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-platformpicker";
|
||||
version = "1.3";
|
||||
|
Loading…
Reference in New Issue
Block a user