https://github.com/bitstarr/kitchen
Personal Recipe Collection, based on Grav CMS
https://github.com/bitstarr/kitchen
Last synced: 9 months ago
JSON representation
Personal Recipe Collection, based on Grav CMS
- Host: GitHub
- URL: https://github.com/bitstarr/kitchen
- Owner: bitstarr
- Created: 2020-03-17T22:37:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T11:32:47.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:43:47.602Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 568 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# kitchen
This is my personal recipe collection which uses [grav](https://getgrav.org) as CMS.
## Installation
To get up and running:
````
make install
ddev start
````
### What it 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
* Ask to add a new user
### you may also like:
| command | function |
|---|---|
| make install | install grav and dependencies |
| make update | update grav and plugins to latest stable version |
| make clear | clear grav cache |
| make watch | start watching frontend code |
| make build | build frontend |
| make cssmin | quick frontend CSS minifing |
| make jsmin | quick frontend JS minifing |