/SAF-Test-Pages

test for generating pages parallel to specif

How to set up jekyll

Following the instructions from github..

https://docs.github.com/de/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll

Add the Jekyll workflow Github

https://github.com/GfSE/SAF-Test-Pages/actions/new

clone the repo

Download Ruby

https://rubyinstaller.org/downloads/

https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.1-1/rubyinstaller-3.2.1-1-x64.exe

Install Jekyll

https://jekyllrb.com/docs/installation/windows/

From the vscode terminal

  • gem install jekyll bundler
  • jekyll -v

make new jekyll page

  • mkdir docs
  • cd docs
  • jekyll new --skip-bundle .