diff --git a/flake.nix b/flake.nix index 048b181..1f2951c 100644 --- a/flake.nix +++ b/flake.nix @@ -13,10 +13,10 @@ inherit system; }; dev_serve = pkgs.writeShellScriptBin "serve" '' - ${pkgs.simple-http-server}/bin/simple-http-server -i + ${pkgs.zola}/bin/zola serve $@ ''; static_serve = pkgs.writeShellScriptBin "serve" '' - ${pkgs.zola}/bin/zola serve $@ + ${pkgs.simple-http-server}/bin/simple-http-server -i ''; static_homepage = pkgs.stdenv.mkDerivation { name = "homepage"; diff --git a/static/cloud/index.html b/static/cloud/index.html deleted file mode 100644 index 2d60bec..0000000 --- a/static/cloud/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -
- - - - - - - - - -hello world - - diff --git a/static/index.html b/static/index.html deleted file mode 100644 index 502abe1..0000000 --- a/static/index.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - -- Nextcloud is a suite of client-server software for creating and using file - hosting services. Our nextcloud server is integrated with OnlyOffice and can provide functionality similar to - Dropbox, Office 365 or Google Drive. -
- -- OnlyOffice is a free software - office suite and ecosystem of collaborative applications. It features online - editors for text documents, spreadsheets, presentations, forms and PDFs, and the - room-based collaborative platform. Our onlyoffice server is integreated with our nextcloud. -
- -