https://github.com/bitstarr/grav-chassis
chassis theme test track
https://github.com/bitstarr/grav-chassis
Last synced: 3 months ago
JSON representation
chassis theme test track
- Host: GitHub
- URL: https://github.com/bitstarr/grav-chassis
- Owner: bitstarr
- Created: 2022-09-21T18:26:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T11:45:04.000Z (11 months ago)
- Last Synced: 2025-07-18T17:34:34.954Z (10 months ago)
- Language: Makefile
- Size: 13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# chassis theme test track
testing [chassis theme](https://github.com/bitstarr/grav-theme-chassis/)
## Installation
To get up and running:
````
make install
ddev start
````
### What install does
* Download and extract the latest grav
* Remove unneccesary stuff from the download
* Move the downloaded grav to root directory, so its also your webroot
* Install Plugins and themes defined in ``user/.dependencies``
* Upgrade grav and its plugins and themes, just to be sure
## CLI commands for convinience:
| command | function |
|---|---|
| `make install` | install everything to run the project |
| `make update` | update grav and plugins to latest stable version |
| `make clear` | clear cache |
### [chassis](https://github.com/bitstarr/grav-theme-chassis) theme specific
| command | function |
|---|---|
| `make favicon` | bring favicons in place (for live enviroment) |
| `make themeinit` | install dependencies for theme builds |
| `make watch` | development mode |
| `make lint` | lint frontend code |
| `make build` | build frontend code for release |
| `make jsmin` | quick build of js for release |
| `make cssmin` | quick build of css for release |
You can remove these from the `Makefile` if you don't use the chassis themes or modify it to your liking.
### development specific
| command | function |
|---|---|
| `make user` | create a new user |
| `make theme` | create a new blank theme |
| `make plugin` | create a new blank plugin |
You can remove these from the `Makefile` if you don't need this functionality.