Here you will find a great daily OpenPaas tip that will teach you everything about this very big project.
Do not hesitate to send a beautiful PR! Follow those instructions.
Then your tip will directly be added and displayed with your name, in the official blog.
This blog is powered by the awesome jekyll-now. You can run it locally by using Jekyll or Docker as described below.
Install the github-pages
gem:
gem install github-pages
Then add a Gemfile file at the root of the repository with this content:
source 'https://rubygems.org'
gem 'pygments.rb'
gem 'github-pages'
Finally run:
gem install bundler
bundle install
jekyll serve
And browse http://127.0.0.1:4000/
You can render the current repository in a Docker container with this single command:
docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll -it -p 4000:4000 jekyll/jekyll
Then browse http://DOCKER_IP:4000/openpaas-tip-of-the-day/