minor rewording
Anirudh Oppiliappan 1 day ago 2 files (+16, -15)
MODIFIED
flake.nix
MODIFIED
flake.nix
@@ -63,14 +63,6 @@ ${vite.packages.${system}.vite}/bin/vite build''}/bin/vite-build";cwd = ./.;};- deploy = {- type = "app";- program = "${pkgs.writeShellScriptBin "s3-sync" ''- #!/usr/bin/env bash- ${vite.packages.${system}.vite}/bin/vite build- ${pkgs.awscli2}/bin/aws s3 sync build s3://site/ --size-only- ''}/bin/s3-sync";- };serve = {type = "app";program = "${pkgs.writeShellScriptBin "vite-serve" ''@@ -87,6 +79,14 @@${vite.packages.${system}.vite}/bin/vite serve &find pages/ static/ templates/ | ${pkgs.entr}/bin/entr ${vite.packages.${system}.vite}/bin/vite build --drafts''}/bin/vite-serve";+ };+ deploy = {+ type = "app";+ program = "${pkgs.writeShellScriptBin "deploy" ''+ #!/usr/bin/env bash+ ${vite.packages.${system}.vite}/bin/vite build+ ${pkgs.wrangler}/bin/wrangler pages deploy --project-name tangled-blog ./build+ ''}/bin/deploy";};});
MODIFIED
pages/blog/intro.md
MODIFIED
pages/blog/intro.md
@@ -22,11 +22,12 @@ applications with a central identity.-Our addition to this model is the idea of "knots". Knots are-lightweight, headless servers that enable users to host git repositories-with ease. Knots are designed for either single or multi-tenant use-which is perfect for "community" servers. By default, Tangled provides-managed knots where you can host your repositories for free.+Our approach to this is the idea of "knots". Knots are lightweight,+headless servers that enable users to host Git repositories with ease.+Knots are designed for either single or multi-tenant use which is+perfect for self-hosting on a Raspberry Pi at home, or larger+"community" servers. By default, Tangled provides managed knots where+you can host your repositories for free.The [App View][appview] at [tangled.sh](https://tangled.sh) acts as aconsolidated "view" into the whole network, allowing users to access,@@ -34,8 +35,8 @@ clone and contribute to repositories hosted across different knots --completely seamlessly.Tangled is still in its infancy, and we're building out several of its-core features as we [dogfood it ourselves][dogfood]. We developed these three core-tenets to guide our decisions:+core features as we [dogfood it ourselves][dogfood]. We developed these+three tenets to guide our decisions:1. Ownership of data2. Low barrier to entry