Skip to content

thibaudk/ossia.github.io

This branch is 1 commit ahead of, 4 commits behind ossia/ossia.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf06dc2 · Jan 22, 2025
Jan 30, 2024
Jun 13, 2020
Nov 5, 2024
Aug 12, 2022
Feb 5, 2024
Jul 23, 2022
Jan 22, 2025
Dec 24, 2022
Feb 5, 2022
Jul 13, 2024
Jan 21, 2023
Jun 17, 2020
Nov 27, 2022
Aug 19, 2021
Jun 28, 2020
Mar 9, 2022
Apr 22, 2021
Oct 17, 2024
Sep 20, 2020
Oct 17, 2024
Aug 11, 2020
Jun 13, 2020
Dec 8, 2021
Jan 17, 2025
Jan 10, 2025
Jun 13, 2020
Jul 13, 2024
Apr 19, 2021
Jan 17, 2025

Repository files navigation

Building the doc locally

First setup

First install rbenv and ruby-build through the package manager Then run the following commands in a shell:

$ eval "$(rbenv init -)"
$ rbenv install 2.7.3
$ rbenv shell 2.7.3
$ bundle update

Building the docs

$ eval "$(rbenv init -)"
$ rbenv shell 2.7.3

# Check that ruby is not /usr/bin/ruby with: 
$ which ruby

# If not do: 
$ export PATH=$HOME/.rbenv/versions/2.7.3/bin:$PATH

# Finally:
$ bundle exec jekyll serve

Wait a bit (30 seconds or something like that). Then the doc will be accessible from a web browser at http://localhost:4000 by default.

Color scheme

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.6%
  • CSS 31.4%
  • HTML 19.8%
  • Ruby 0.2%