kanthaus.online/README.md
Antonin Delpeuch 581559ad59
Some checks failed
/ test (push) Failing after 1m25s
Update references to gitlab.com
2023-12-19 09:41:46 +01:00

1.9 KiB

Website for kanthaus.online, based on the Grav CMS.

Licence

  • Our website content is CC0 except third party content is referenced. Refer to CC0 Licence text.
  • The grav CMS is licenced under MIT. Refer to MIT Licence text.

Requirements

QuickStart

git clone https://git.kanthaus.online/kanthaus/kanthaus.online.git
cd kanthaus.online
composer install
php -S localhost:8000 system/router.php

Now open http://localhost:8000 in your browser.

Check out the install procedures for more information.

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

Getting Started

Exploring More