diff --git a/.github/_config.yml b/.github/_config.yml index b342f4a..b28afd3 100644 --- a/.github/_config.yml +++ b/.github/_config.yml @@ -4,6 +4,13 @@ # https://github.com/CollectionBuilder/collectionbuilder-csv ########## +### HOW TO DEPLOY THIS SITE +# git push gitea main +# ssh server +# sudo yunohost app shell my_webapp +# ./deploy.sh + + ########## # URL VARIABLES # diff --git a/.github/_includes/footer.html b/.github/_includes/footer.html index 3873616..d6de0f7 100644 --- a/.github/_includes/footer.html +++ b/.github/_includes/footer.html @@ -41,7 +41,7 @@
-

Last updated {{ site.time | date: "%Y-%m-%d" }} | Built with CollectionBuilder

+

Last updated {{ site.time | date: "%Y-%m-%d" }} | Built with CollectionBuilder-CSV

\ No newline at end of file