See the website here.
- GEM >= 3.3.5
- ruby >= 3.0.2p107
- bundle >= 2.5.9
- quarto >= 1.6.42
Install ruby and gem:
sudo apt install jekyll
sudo apt-get install ruby ruby-dev make gcc
sudo apt-get install rubygems-integrationInstall gem dependencies:
sudo gem install just-the-docs
sudo gem install json -v '2.9.1'
sudo gem install forwardable-extended colorator http_parser.rb eventmachine pathutil kramdown sass-embedded jekyll-sass-converter em-websocket i18n ffi rb-inotify listen jekyll-watch jekyll jekyll-include-cache jekyll-seo-tag bigdecimal google-protobufThen, install components:
bundle installFinally, serve:
bundle exec jekyll serveFirst, install quarto from here.
Then, create a .qmd file and render:
quarto render /path/to/file.qmd --to revealjs