Documentation is hosted with GitHub Pages
Public documentation: https://cre8magic.blazor-cms.org
GitHub Pages are powered by Jekyll.
Documentation use GitHub Pages supported theme: Hacker.
Prerequisites
- Install Ruby and Jekyll
- Download and install a Ruby+Devkit version from RubyInstaller Downloads, eg.
rubyinstaller-devkit-2.7.6-1-x64.exe
(orwinget install -e --id RubyInstallerTeam.RubyWithDevKit.2.7
,ridk install
).- use default options for installation
- in last step, choose option [3]
MSYS2 and MINGW development tool chain
gem install jekyll bundler
- Download and install a Ruby+Devkit version from RubyInstaller Downloads, eg.
Initial setup
git clone https://github.com/2sic/cre8magic.git
cd cre8magic/docs
bundle install
How to build jekyll locally?
-
bundle exec jekyll serve --livereload
-
browse http://127.0.0.1:4000/