Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 908 Bytes

File metadata and controls

25 lines (17 loc) · 908 Bytes

Contributing to Reqnroll WebSite

Building the site locally

Prerequisites:

  • Ruby v3.3 or later

Install dependencies

  • Invoke bundle install

In order to test your changes, there are multiple options:

  • Build the site and host it locally with live reload (recommended)
  • Build the site once and host it locally
  • Build the site once
    • Invoke bundle exec jekyll build
    • The generated site is in the _site folder

In order to create draft posts, you can find ideas in this article by Fizer Khan. You can force displaying future posts with the --future flag (e.g. bundle exec jekyll serve --livereload --future).