Test site for Jekyll packages in Fedora. The test site is inteded to use all Jekyll plugins included in Fedora. The site can be used to manually test that Fedora Jekyll works.
Preparation:
$ git clone ssh://git@pagure.io/jekyll-fedora/jekyll-test-site.git $ cd jekyll-test-site/test-site $ sudo ./setup.sh # Install Jekyll and all plugins
Test run:
$ rm Gemfile.lock # Clean up after previous run $ jekyll build $ jekyll serve
and check that there are no errors and the generated site looks correct.