Go to file
Thomas Smith 2ffca106c7
Merge pull request #188 from teaxyz/change-OG-description
Changed OG text to what Marc provided
2022-11-09 17:37:08 -05:00
.cdk Update to CDKv2 (I hate AWS EOL emails) 2022-08-21 00:53:48 -04:00
.github remove lambdas moved to kettle repo 2022-11-08 12:10:45 +08:00
src Changed OG text to what Marc provided 2022-11-09 16:57:49 -05:00
.gitignore load images from airtable attachments as a static file within our deployment 2022-10-20 12:45:29 +08:00
.markdownlint.json some cleanup during audit 2022-05-17 14:21:31 -04:00
LICENSE.md some cleanup during audit 2022-05-17 14:21:31 -04:00
lychee.toml Twitter failing link checker 2022-11-09 17:09:09 -05:00
README.md Fix tea . 2022-11-08 11:10:35 -05:00

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/packages/[package_slug].md.

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

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