Skip to content

Latest commit

 

History

History

docs

Xapiand docs site

This directory contains the code for the Xapiand docs site.

Contributing

For information about contributing, see the Contributing page.

Running locally

  1. gem install bundler --user-install
  2. bundle install --path ~/.gem
  3. bundle exec jekyll serve --livereload --incremental

Updating Font Awesome

Only a handful of fonts are included in the include Font Awesome fonts. To add more, it's needed to modify icomoon-selection.json and regenerate the fonts:

  1. Go to https://icomoon.io/app/
  2. Choose Import Icons and load icomoon-selection.json
  3. Choose Generate Font → Download
  4. Copy the font files and adapt the CSS to the paths we use