Source repository for Kanthaus' website https://kanthaus.online
Go to file
djahnie c47e82e4c8
All checks were successful
/ test (push) Successful in 2m16s
add CoMe #343
2024-05-06 11:19:21 +02:00
.forgejo/workflows Revert "Re-enable tests" 2023-12-21 11:13:05 +01:00
.phan upgrade grav 2023-01-07 20:20:03 +01:00
ansible@4f41cd8934 really update submodule 2018-01-04 16:19:07 +01:00
assets upgrade grav 2023-01-07 20:20:03 +01:00
backup switch to grav 2017-12-20 23:10:41 +01:00
bin upgrade grav 2023-01-07 20:20:03 +01:00
cache switch to grav 2017-12-20 23:10:41 +01:00
ci Update references to gitlab.com 2023-12-19 09:41:46 +01:00
images switch to grav 2017-12-20 23:10:41 +01:00
logs switch to grav 2017-12-20 23:10:41 +01:00
scripts add script to add newest come 2019-09-15 13:45:07 +02:00
system upgrade grav to 1.7.25 2023-01-07 20:20:05 +01:00
tests switch to grav 2017-12-20 23:10:41 +01:00
tmp switch to grav 2017-12-20 23:10:41 +01:00
user add CoMe #343 2024-05-06 11:19:21 +02:00
webserver-configs upgrade grav 2023-01-07 20:20:03 +01:00
.dependencies switch to grav 2017-12-20 23:10:41 +01:00
.editorconfig switch to grav 2017-12-20 23:10:41 +01:00
.gitignore Remove user/data from gitignore 2018-01-03 14:57:22 +01:00
.gitmodules use ansible master branch 2018-01-04 16:03:26 +01:00
CHANGELOG.md upgrade grav to 1.7.25 2023-01-07 20:20:05 +01:00
cleanup.sh Add cleanup.sh to remove grav stuff 2018-01-07 15:33:31 +01:00
composer.json upgrade grav to 1.7.25 2023-01-07 20:20:05 +01:00
composer.lock upgrade grav to 1.7.25 2023-01-07 20:20:05 +01:00
deploy-user.enc Add ssh key to travis 2017-12-23 23:23:34 +01:00
index.php upgrade grav to 1.7.25 2023-01-07 20:20:05 +01:00
LICENSE change mit license to cc0 2017-08-28 14:02:37 +02:00
LICENSE.txt upgrade grav 2018-11-19 18:27:59 +01:00
now.json upgrade grav 2023-01-07 20:20:03 +01:00
README.md Update references to gitlab.com 2023-12-19 09:41:46 +01:00
robots.txt switch to grav 2017-12-20 23:10:41 +01:00
start.sh start script 2023-01-07 20:20:05 +01:00
test.sh test commit on master 2023-01-07 20:20:28 +01:00
upgrade_grav.sh upgrade grav 2023-01-07 20:20:03 +01:00

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