-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actions: Ruby 3.3 and simplified to a single yml
Updated README to match www.openfl.org
- Loading branch information
1 parent
149e4b9
commit 18e4215
Showing
5 changed files
with
14 additions
and
66 deletions.
There are no files selected for viewing
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
This file was deleted.
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
_site/* | ||
*.DS_Store* | ||
.sass-cache | ||
Gemfile.lock |
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 |
---|---|---|
|
@@ -12,3 +12,5 @@ group :jekyll_plugins do | |
gem 'pygments.rb' | ||
gem 'kramdown-parser-gfm' | ||
end | ||
|
||
gem "webrick", "~> 1.8" |
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 |
---|---|---|
@@ -1,23 +1,11 @@ | ||
# Jekyll Doc Theme | ||
Lime.OpenFL.org | ||
=============== | ||
|
||
Go to [the website](https://aksakalli.github.io/jekyll-doc-theme/) for detailed information and demo. | ||
This is the source for https://lime.openfl.org. | ||
|
||
## Running locally | ||
You can build the site using [Jekyll](https://www.jekyllrb.com). It should work in a Unix environment, either from Linux, macOS or the Ubuntu Bash Shell for Windows. Make sure that Ruby is installed, and install Bundler (`gem install bundler`), then run the following in the openfl.org directory: | ||
|
||
You need Ruby and gem before starting, then: | ||
bundle install | ||
bundle exec jekyll serve | ||
|
||
```bash | ||
# install bundler | ||
gem install bundler | ||
|
||
# clone the project | ||
git clone https://github.com/aksakalli/jekyll-doc-theme.git | ||
cd jekyll-doc-theme | ||
|
||
# run jekyll with dependencies | ||
bundle exec jekyll serve | ||
``` | ||
|
||
## License | ||
|
||
Released under [the MIT license](LICENSE). | ||
Thanks for using Lime! |