KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
haywire-grav
★ 46
Open GitHub ↗
:rocket: Starter theme for Grav CMS
Download README (.md)
Explore Similar Repositories
grav-theme-quark
:
No description available.
hypertext
:
An incredibly fast, compatible, and efficient Grav CMS theme.
grav-theme-antimatter
:
Grav Antimatter Theme
grav-theme-resume
:
Resume Theme for Grav
grav-theme-masonry
:
Masonry, grid-based blog theme for Grav
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
haywire-grav
?
Download (.md)
[](https://github.com/robbinworks/haywire-grav/releases) [](https://github.com/robbinworks/haywire-grav/issues) [](https://github.com/robbinworks/haywire-grav/blob/master/LICENSE) > #### This theme is in no longer being maintained actively as I do not use Grav myself, please [feel free to contribute](/.github/CONTRIBUTING.md) if you need something to be updated. # Starter theme for Grav CMS Starter theme for [Grav CMS](https://github.com/getgrav/grav) using modern tools and frameworks such as [Laravel Mix](https://github.com/JeffreyWay/laravel-mix), [Vuejs](https://github.com/vuejs/vue), [Bulma](https://github.com/jgthms/bulma). ## Features * Laravel Mix * Vuejs * Bulma ## Installation / Usage ### (Recommended) bin/gpm ([Grav Package Manager](http://learn.getgrav.org/advanced/grav-gpm)) ```shell # @ path/to/grav/installation $ bin/gpm install haywire $ cd user/themes/haywire $ yarn && yarn production ``` ### Manual installation ```shell # @ path/to/grav/installation $ cd user/themes/ $ git clone https://github.com/robbinworks/haywire-grav.git haywire $ cd haywire $ yarn && yarn production ``` ### Activate theme After installation navigate to `user/config/system.yaml` and update the theme: ``` yaml pages: theme: haywire ``` ### Demo Installing through bin/gpm will prompt you to install the demo content automatically. However if you install the theme manually, copy the contents of `user/themes/haywire/_demo/pages/` into your `user/pages/` folder for a quick demo content of your site. ### Laravel Mix Laravel Mix is preconfigured when installing a fresh instance of this theme. However it might be a good idea to review the full documentation [on GitHub.](https://github.com/JeffreyWay/laravel-mix/tree/master/docs#readme) ```shell # Compile assets without minification $ yarn dev # Watch working assets $ yarn watch # Minify and compile assets for production $ yarn production ``` > Compiled assets goes into the `dist/` directory, these files are generated for you through Laravel Mix, you should **not** edit these files manually! Your working directory is `resources/`. ## Updating ### bin/gpm update The easiest way to update this theme is via the Grav Package Manager: ```shell $ bin/gpm update haywire ``` ## Contribute If you're interested in contributing, please read the [contribution guidelines.](.github/CONTRIBUTING.md) ## Credits * [Robbin Johansson](https://github.com/robbinworks) * [All Contributors](https://github.com/robbinworks/haywire-grav/graphs/contributors) ## License Haywire grav theme is an open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).