Skip to content

jhheider/www

This branch is 1714 commits ahead of will0101/www:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 15, 2022
Dec 21, 2022
Jul 19, 2023
Jul 19, 2023
Nov 14, 2022
Jan 18, 2023
May 17, 2022
May 17, 2022
Apr 24, 2023
Nov 10, 2022
Jan 6, 2023
Nov 10, 2022
Apr 24, 2023

Repository files navigation

tea

Deploys to tea.xyz.

Legal

You may not publish this website in an attempt to masquerade as tea.inc. The tea logo and wordmark are registered trademarks of tea.inc.

Contributing

Getting Started

hugo can render your edits while you work:

hugo serve --watch --buildDrafts --source src
# or
just serve

Package Pages

The detail pages of each package are not committed to the repository for the simple reason of that would be too much repeating data. Execute the following command just once per version of /src/data/packages.json. This will create the package detail pages in /src/content/+[package.full_name].md. Which resembles the installation tag in tea cli

.github/build-package-pages.sh src/data/packages.json src/content
# or
just package-pages

Dependencies

Project Version
gohugo.io >=0.99
nodejs.org =18.13.0
npmjs.com >=9<9.6.5
just.systems ~1

Build

Builds a static, deployable version of the website.

npm ci
hugo --source src --destination ../public --minify
# or
just build

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.4%
  • JavaScript 18.5%
  • CSS 14.5%
  • TypeScript 0.6%