add proper readme file
parent
da6fa1a0e8
commit
bd10b00f95
11
README.md
11
README.md
|
@ -1,3 +1,12 @@
|
|||
# onFOSS.org
|
||||
|
||||
This is the main homepage of the onFOSS organization. It is build with Jekyll.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue