-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6eb14df
Showing
350 changed files
with
28,208 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ossia.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=""> |
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
assets/.sprockets-manifest-af886a8ea67e6ddcf0692c9c88f2e22e.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.