grav/user/plugins
Djamil Legato 7fe6d1fcd8 Ignoring any subfolder of user/themes/ and user/plugins/
Added instructions on how to pull the required theme and plugins
2014-08-06 17:01:41 -07:00
..
.gitkeep Ignoring any subfolder of user/themes/ and user/plugins/ 2014-08-06 17:01:41 -07:00
README.md Ignoring any subfolder of user/themes/ and user/plugins/ 2014-08-06 17:01:41 -07:00

About the themes and plugins folders

Grav packages come with the default antimatter theme, error plugin and problems plugin.

Because they are separate projects (and git subtree didn't really work great for us), we are not providing them in the repository. If you plan to clone Grav and use it right away, make sure you grab a copy of the required dependencies.

Dependencies

Grav can work perfectly as is but it's not of much use if you don't have at least a theme. It's also a good idea to keep the error and problems plugins installed.

So if you decide to use a git copy of Grav, rather than a package, once you cloned it you also want to get a copy of antimatter theme, error plugin and problems plugin.

These are what you should do via command line in order to get up and running.

git clone http://github.com/getgrav/grav
cd grav/themes
git clone http://github.com/getgrav/grav-theme-antimatter antimatter
cd ../grav/plugins
git clone http://github.com/getgrav/grav-plugin-error error
git clone http://github.com/getgrav/grav-plugin-problems problems