diff --git a/README.md b/README.md index 24d94c2..297db64 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # onFOSS.org -This is the main homepage of the onFOSS organization. It is build with Jekyll. \ No newline at end of file +This is the main homepage of the onFOSS organization. It is build with [Jekyll](https://jekyllrb.com/). + +## Contribution +This is the repository for the sourcecode of the homepage. If you want to contribute install Jekyll and always test with `bundle exec jekyll serve` if the site is running. + +## Deployment +To deploy the homepage, you have to build the site with `bundle exec jekyll build` and copy the `_site` directory into the [deploy repostitory](https://git.libregaming.org/onFOSS/onFOSS.org-Deploy). The changes are getting deployed every 10 minutes automatically. + +## Atribution +We use [Bootstrap](https://getbootstrap.com/) that is licenced as MIT.