diff --git a/.github/build-package-pages.sh b/.github/build-package-pages.sh index 974ae06..5774526 100755 --- a/.github/build-package-pages.sh +++ b/.github/build-package-pages.sh @@ -18,11 +18,10 @@ for row in $(jq -r '.[] | @base64' < "$1"); do touch "$2"/"+$full_name".md content="--- type: page -title: \"Install $(_jq '.name')\" +title: \"$(_jq '.name')\" maintainer: \"$(_jq '.maintainer')\" Description: \"$(_jq '.desc' | tr '\"' "'")\" -og_image: \"$(_jq '.thumb_image_url')\" layout: \"package-detail\" ---" echo "$content" > "$2"/"+$full_name".md -done +done \ No newline at end of file diff --git a/src/config.toml b/src/config.toml index ec7f084..5c8c7be 100644 --- a/src/config.toml +++ b/src/config.toml @@ -5,14 +5,6 @@ title = 'Equitable Open-Source for Web3' # menu links via config file [menu] - - [[menu.main]] - identifier = 'home' - name = 'Home' - title = 'home' - url = '/' - weight = 1 - [[menu.main]] identifier = 'docs' name = 'Docs' diff --git a/src/content/_index.md b/src/content/_index.md index 231c3a1..54bd8de 100644 --- a/src/content/_index.md +++ b/src/content/_index.md @@ -1,6 +1,7 @@ --- -title: "Install tea" +title: "Home" Description: "the next-generation, cross‐platform package manager" layout: "index" -og_image: "https://s3.amazonaws.com/www.tea.xyz/cover.png" +menu: main +weight: 1 --- diff --git a/src/content/careers.md b/src/content/careers.md index bc0ecdb..735c40e 100644 --- a/src/content/careers.md +++ b/src/content/careers.md @@ -1,5 +1,5 @@ --- -title: "tea Careers" +title: "Careers" Description: "We're Hiring! Apply Today!" layout: "careers" --- diff --git a/src/content/packages.md b/src/content/packages.md index 2b00c78..f7efa18 100644 --- a/src/content/packages.md +++ b/src/content/packages.md @@ -1,6 +1,6 @@ --- -title: "tea Pantry" -Description: "Browse and Install Open-Source Software" +title: "Pantry" +Description: "Browse our packages" layout: "packages" menu: main weight: 1 diff --git a/src/layouts/index.html b/src/layouts/index.html index 3d759a7..afffd61 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -160,6 +160,7 @@
tea is a stand‐alone binary, see our docs for more installation methods.
The open source package registry can be thought of as a directed graph, with each package version representing node and dependency relationships as edges. An on-chain graph could align incentives between open source maintainers and users across different projects. It can evaluate the impact of these projects based on their dependencies, and even proportionately reward them. It is difficult to design & implement such a network -- one that knows about every open source package & their dependencies -- but we believe the aligned incentives will yield much better outcomes for our open source maintainers. +
Chai_v1 is the system that collects all the nodes & edges across all package managers, and verifies the maintainers for each one. It will be pre-populated with packages from tea (300 & counting), brew (6k), crates (104k), PyPI (300k), and npm (1.6M) as nodes, and all their dependencies as edges to ascertain the impact of each one to open source. It will eventually enable users to formalize their project maintainer status with an additional commit message to the main branch of their repo.
+ + + +