=======
This GitHub repository provides the source for the openSUSE community website which provides public-facing documentation and one-click installers for multimedia codecs and more.
It is a combination of Markdown, HTML, CSS which is rendered by Jekyll.
The page and it's content is provided by members of the openSUSE community. While we welcome the openness and open source base of our favorite distribution, we also want to make the lives of our community easy and smooth: therefor, we provide a simple way to install the needed software which can not be provided directly by openSUSE.
- install docker:
zypper install docker - run docker:
systemctl enable --now docker - make sure, your $user is in the docker group:
groupmod -a -U $user docker - checkout the GIT repo:
git clone git@github.com:opensuse-community/os-com.github.io.git - copy the template:
cp -v docker-compose.override.yml.example docker-compose.override.yml - adjust the template to your needs (set 'JEKYLL_UID' and 'JEKYLL_GID' to your $user IDs)
- start the container:
docker-compose up - access the page at http://localhost:4000
- edit the files and enjoy
- don't forget to submit back:
git commit -m "I made the world better" -a && git push;-)
Happy documentation writing.