The Fluent Assertions landing page is using Jekyll and GitHub Pages.
- Ruby 3.1.
- An easy way to install is to use
choco install ruby. - Or use the
Ruby+Devkitinstaller from RubyInstaller for Windows. - Note that you may have to reopen your command shell to get the
ruby --versioncommand to work,
- An easy way to install is to use
- The
bundler- Run
gem install bundlerto install it. If you receive SSL-related errors while running gem install, try runningrefreshenvfirst.
- Run
- Clone this repository
- Run
bundle install - Run
bundle exec jekyll serveorrun.bat.
- Do you receive an error around
jekyll-remote-themeandlibcurl? See this issue on the pages-gem repo. - Do you receive an error
Liquid Exception: SSL_connect returned=1 errno=0 state=error: certificate verify failed? Check out this solution in the Jekyll repo.