Go to file
2022-10-18 17:33:02 -04:00
.cdk Update to CDKv2 (I hate AWS EOL emails) 2022-08-21 00:53:48 -04:00
.github add slug to packages.json 2022-10-14 22:13:13 +08:00
src utlitiy adjustment 2022-10-18 17:33:02 -04:00
.gitignore - render dynamic content on package details page ie: /packages/cmake 2022-10-14 09:46:45 +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 Merge branch 'main' into website-version-3 2022-10-11 09:55:25 -04:00
README.md rm pre-build command in build command 2022-10-14 11:45:09 +08: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

Just once assuming there are no updates in /src/data/packages.json. This will create the package detail pages.

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

hugo can render your edits while you work:

hugo serve --watch --buildDrafts --source src

Dependencies

Install hugo yourself or use tea: sh <(curl tea.xyz) hugo.

Project Version
gohugo.io >=0.99

Build

Builds a static, deployable version of the website.

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