This website is built using Antora. This site is deployed via GitHub pages at https://riscv-admin.github.io/antora.riscv.org/.
Install / antora dependencies (Ubuntu)
sudo apt-get install ruby-full
gem install bundler
bundle install
npm installTo run the site with search run the following 2 commands:
Install / run antora
cd antora
npx antora --fetch antora-playbook.yml --stacktraceThis command generates static content into the antora/build/ directory and can be served using any static contents hosting service.
This project deploys using GitHub pages for hosting.