mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:25:14 +03:00
Fix tea .
This commit is contained in:
parent
fe16f8c431
commit
c372e8a74e
19
README.md
19
README.md
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue