Fix tea .

This commit is contained in:
Max Howell 2022-11-08 11:10:35 -05:00
parent fe16f8c431
commit c372e8a74e
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -16,12 +16,6 @@ The tea logo and wordmark are registered trademarks of tea.inc.
* Repeated components are in [`./src/layouts/partials/`].
## Getting Started
The detail pages of each package are not committed to the repository for the simple reason of that would be too much to 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`.
```sh
.github/build-package-pages.sh src/data/packages.json src/content/packages
```
hugo can render your edits while you work:
@ -29,6 +23,19 @@ 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`.
```sh
.github/build-package-pages.sh src/data/packages.json src/content/packages
```
## Dependencies
| Project | Version |