Skip to content

riscv-admin/antora-dev.riscv.org

 
 

Repository files navigation

Website

This website is built using Antora. This site is deployed via GitHub pages at https://riscv-admin.github.io/antora-dev.riscv.org/.

Installation

Install / antora dependencies (Ubuntu)

sudo apt-get install ruby-full
gem install bundler
bundle install
npm install

Local Development

To run the site with search run the following 2 commands:

Build

Install / run antora

cd antora
npx antora --fetch antora-playbook.yml --stacktrace

This command generates static content into the antora/build/ directory and can be served using any static contents hosting service.

URL behavior note:

  • The playbook is configured for explicit version folders (for example, /isa/v20260120/...).
  • Do not enable urls.latest_version_segment unless you intentionally want a symbolic latest path such as /isa/current/....

Deployment

This project deploys using GitHub pages for hosting.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.1%
  • HTML 9.0%
  • Python 1.9%
  • Shell 0.3%
  • Batchfile 0.3%
  • CSS 0.3%
  • Ruby 0.1%