-
Hey guys,
Hope you are all well !
Would be awesome to plug resty with a front-end framework like [aio_admin](https://github.com/aio-libs/aiohttp_admin) for python but for golang.
- React: htt…
-
Will this CMS ever support flat file Database?
Similar to: https://github.com/getgrav/grav
s0kil updated
6 years ago
-
Am I missing something or is there just no way at the moment to handle routes other than /admin, /content and /api? All other routes are returning a 404 error and when I try to run ponzu with another …
-
We should close the `*gzip.Writer` in a defer after it's [created](https://github.com/ponzu-cms/ponzu/blob/master/system/api/gzip.go#L29) instead of in the `Write()` implementation:
https://github.c…
-
Hi,
Thank you first, Ponzu is really nice.
I am trying to figure out how to add ponzu in a existing app that is built with github.com/labstack/echo router. I want to use existing middleware and r…
-
Currently, it seems that caddy does not proxy server pushes.
So if my app relies on server push, I cannot put it behind a caddy-proxy, because the browser won't get the pushes that way.
Will you i…
-
how to put or post a record with api?
-
It would be great to have a "kitchen sink" demo that shows all available widgets. It would consist of a long "ponzu gen" command plus some additional instructions to modify the generated files to get …
-
Just ran the instructions in the README and ran `go get github.com/ponzu-cms/ponzu/...`
Then I run `ponzu new testproject` and then finally `ponzu run`, at which point I get:
```
Error: fork/ex…
ajmas updated
7 years ago
-
I am not using a fork of ponzu.
I git cloned the dev branch, but cant push the changes
````
# push to your origin:ponzu-dev branch and create a PR at ponzu-cms/ponzu
cd /Users/apple/workspace/…