Skip to content

nathaliesz/foodsaving.today

 
 

Repository files navigation

Foodsaving Today!

Foodsaving Today is a blog about foodsaving. This is the grav site for it, based on the multilang skeleton site.

Requirements

Running Locally

First install the dev dependencies by running composer update from the root, then:

$ php -S 127.0.0.1:8000 system/router.php

And the site will be running at localhost:8000.

Adding Functionality

You can download plugins or themes manually from the appropriate tab on the Downloads page on https://getgrav.org, but the preferred solution is to use the Grav Package Manager or GPM:

$ bin/gpm index

This will display all the available plugins and then you can install one or more with:

$ bin/gpm install <plugin/theme>

Updating

To update Grav you should use the Grav Package Manager or GPM:

$ bin/gpm selfupgrade

To update plugins and themes:

$ bin/gpm update

Contributing

We appreciate any contribution to Foodsaving Today, whether it is related to bugs, grammar, or simply a suggestion or improvement. Blog posts are especially welcome though. Please tell us how foodsaving is working in your community!

You can contribute by:

  • github pull request
  • joining yunity slack #foodsaving-worldwide channel

License

See LICENSE

About

Grav site for Foodsaving Today blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.5%
  • CSS 4.3%
  • HTML 1.8%
  • Other 0.4%