Link to github repository: https://github.com/Claug19/IT-Books
Clone or download the repository
Install Ruby and Bundler, then install the site dependencies:
bundle install
Add the books to the corresponding subfolder in Books. (must be PDF format)
-t flag specifies the treshold under wich files are not checked for compression
--clean flag deletes the list of files that were already checked then compresses all the files again.
--cleanonly flag only deletes the list of files that were already checked.--local flag
Run: ./Scripts/generate_site_pages --local
Run Jekyll locally from the repository root: bundle exec jekyll serve
Then open the local URL that Jekyll prints, usually http://127.0.0.1:4000/.