diff options
Diffstat (limited to 'addons')
-rw-r--r-- | addons/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/README.md b/addons/README.md new file mode 100644 index 0000000..23bc758 --- /dev/null +++ b/addons/README.md @@ -0,0 +1,13 @@ +# Addons + +Place packages inside this directory to extend upon Ponzu core. Find more addons +from the official repository at https://github.com/ponzu-cms/addons + +All packages inside this directory get vendored upon executing `$ ponzu build` + +To submit an official addon, fork the repository at the URL above and make a +pull request including your addon inside a directory without its own git +repository. + +Questions? Reach out to @ponzu_cms on Twitter, or open an issue at +https://github.com/ponzu-cms/ponzu
\ No newline at end of file |