Skip to content

riscv-admin/antora.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.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.

Deployment

This project deploys using GitHub pages for hosting.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.2%
  • HTML 11.2%
  • Python 2.4%
  • Shell 0.4%
  • Batchfile 0.4%
  • CSS 0.3%
  • Ruby 0.1%