diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-19 12:43:03 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-19 12:43:03 -0800 |
commit | e224f760e63a6257ca317ca3431abb7b3ffb6d90 (patch) | |
tree | 0100969c3f37a22e3b5b145d00bac5aa3fe7ff66 /addons | |
parent | c6b298731607da050521f38ee3b0e7e0b3775003 (diff) |
adding README to addons
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 |