:rocket: Starter theme for Grav CMS
The Haywire theme is a starter theme for Grav CMS that uses modern tools and frameworks such as Laravel Mix, Vuejs, and Bulma. This theme is no longer actively maintained, but contributions are welcomed from the community. It provides a preconfigured setup for Laravel Mix and generates compiled assets in the dist/ directory.
To install the Haywire theme, you have two options: using the Grav Package Manager (gpm) or manual installation.
bin/gpm install haywire. This will download and install the theme.user/config/system.yaml and updating the theme setting to “haywire”.Note: If you choose this method, the demo content will be automatically installed.
user/themes/ in your Grav installation directory.user/config/system.yaml and updating the theme setting to “haywire”.After installation, you can access a quick demo content of your site by copying the contents of user/themes/haywire/_demo/pages/ into user/pages/ folder.
The Haywire theme is a starter theme for Grav CMS that incorporates modern tools like Laravel Mix, Vuejs, and Bulma. Although it is no longer actively maintained, it provides a preconfigured build system for compiling assets and offers integration with the Vue.js and Bulma frameworks. The theme can be installed either through the Grav Package Manager or by manual installation. Contributions to the project are welcome, and the theme is open source and licensed under the MIT license.