Skip to content

Commit

Permalink
published by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2024
0 parents commit 6eb14df
Show file tree
Hide file tree
Showing 350 changed files with 28,208 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ossia.io
8 changes: 8 additions & 0 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
guard 'jekyll-plus', :serve => true do
watch /.*/
ignore /^_site/
end

guard 'livereload' do
watch /.*/
end
63 changes: 63 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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
<img src="/assets/color_scheme.png" alt="">
344 changes: 344 additions & 0 deletions about.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
7 changes: 7 additions & 0 deletions assets/Linux_Platform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions assets/Pi64_Platform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6eb14df

Please sign in to comment.