An open API service indexing awesome lists of open source software.

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

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 |