/www

deploys to https://tea.xyz

Primary LanguageHTMLOtherNOASSERTION

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

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

Dependencies

Project Version
gohugo.io >=0.99

Install them yourself or use tea:

$ sh <(curl tea.xyz)
$ tea +git-scm.org git clone https://github.com/teaxyz/www tea-www
$ cd tea-www
$ tea .

Build

Builds a static, deployable version of the website.

hugo --source src --destination ../public --minify