Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ponzu-cms/examples
Full examples of Ponzu systems to demonstrate and test features
https://github.com/ponzu-cms/examples
Last synced: 2 days ago
JSON representation
Full examples of Ponzu systems to demonstrate and test features
- Host: GitHub
- URL: https://github.com/ponzu-cms/examples
- Owner: ponzu-cms
- License: bsd-3-clause
- Created: 2017-04-12T04:00:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T22:14:10.000Z (about 7 years ago)
- Last Synced: 2024-11-03T21:34:33.070Z (5 days ago)
- Language: Go
- Size: 1.92 MB
- Stars: 7
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ponzu-cms/examples - Full examples of Ponzu systems to demonstrate and test features (others)
README
# Ponzu Examples
Examples of full Ponzu systems, scripts, data files, and more to demonstrate and test features## Contents
### [News Article Demo](https://github.com/ponzu-cms/examples/tree/master/news)
News includes a demo featuring a news/publication with articles and authors as content types.The types implement `item.Pushable` and `db.Searchable` to demonstrate the HTTP/2 Server Push and full-text search support. To test the HTTP/2 Server Push feature, you must run ponzu with the `--dev-https` flag like so:
```bash
$ ponzu run --dev-https
```
- This generates self-signed certificates and starts up a TLS server, which is required by HTTP/2.### [Docker Example](https://github.com/ponzu-cms/examples/tree/master/docker)
The Docker example includes an nginx container which proxies `/admin` and `/api` into the ponzu container.---
## Contributions
Please feel free to contribute your own examples. They help the community and save people time! Please follow the format specified above, and keep your example up to date with new versions. Thanks!