Yocto is a lightweight and hyper-fast Grav theme that is built for professional writers, bloggers and content marketers.
Yocto is a Grav conversion of the Wordpress theme of the same name.
- Archives
- Pagination
- Recent Posts
- SimpleSearch
Installing the Yocto theme can be done in one of two ways.
To install this theme, just download the zip version of this repository and unzip it under /your/site/grav/user/themes. Then, rename the folder to yocto. You can find these files either on GitHub or via GetGrav.org.
You should now have all the theme files under
/your/site/grav/user/themes/yocto
The admin plugin provides an easy-to-use web-based user interface to install this theme.
Before installing this theme, you must allow installing packages without the official GPM (Grav Package Manager).
- Navigate to Configuration page from the sidebar.
- Set Official GPM Only option inside "Advanced" section to No.
- Save your changes.
- Navigate to
/your/site/grav/user/config. - Open the system.yaml file.
- Change the
official_gpm_only:setting insidegpmtoofficial_gpm_only: false. - Save your changes.
Then, go to Tools page from the sidebar. You can copy the url https://github.com/vrabe/grav-theme-yocto/archive/master.zip , paste it to the input field, and click Install button.
This will install the Yocto theme into your /user/themes directory within Grav. Its files can be found under /your/site/grav/user/themes/yocto.
As development for the Yocto theme continues, new versions may become available that add additional features and functionality, improve compatibility with newer Grav releases, and generally provide a better user experience.
Manually updating Yocto is pretty simple. Here is what you will need to do to get this done:
- Delete the
your/site/user/themes/yoctodirectory. - Downalod the new version of the Yocto theme from either GitHub or GetGrav.org.
- Unzip the zip file in
your/site/user/themesand rename the resulting folder toyocto. - Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in terminal and typing
bin/grav clear-cache.
Note: Any changes you have made to any of the files listed under this directory will also be removed and replaced by the new set. Any files located elsewhere (for example a YAML settings file placed in
user/config/themes) will remain intact.
Manually updating Yocto via Admin Panel is also pretty simple. Just follow steps listed in Manual Installation via Admin Panel.