mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
|
|
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| README.md | ||
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