https://github.com/jruby/jruby.github.io
The JRuby.org site
https://github.com/jruby/jruby.github.io
Last synced: 4 months ago
JSON representation
The JRuby.org site
- Host: GitHub
- URL: https://github.com/jruby/jruby.github.io
- Owner: jruby
- Created: 2015-01-20T21:02:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T20:20:16.000Z (4 months ago)
- Last Synced: 2025-02-11T21:23:41.487Z (4 months ago)
- Language: HTML
- Size: 9.57 MB
- Stars: 0
- Watchers: 6
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.markdown
- Changelog: news.html
- Security: security.markdown
Awesome Lists containing this project
README
This repository contains the content for https://www.jruby.org/ as
[Jekyll][]-generated site.# Building
The site is generated with Jekyll, and while you can use the regular
`jekyll` executable, the preferred steps are the following:1. (One time only) Install Bundler (`gem install bundler`) and run
`bundle install` once.
1a. (env) export LANG="en_US.UTF-8"
1b. (env) export LC_ALL="en_US.UTF-8"
2. Run rake to see the available tasks:JRuby.org documentation site. Available tasks:
rake clean # Clean the site
rake deploy # Deploy the files to jruby.org
rake generate # Generate the site using Jekyll
rake server # Run a file server that serves and regenerates the files3. `rake server` runs a server with a small Rack shim that emulates
the web server configuration on jruby.org, so you can browse the site.
It also emulates Jekyll's `--auto` mode so that files are refreshed
as you save changes to them.# Contributing
If you wish to contribute content updates for jruby.org, please fork,
make changes, and send pull requests or submit documentation bugs to
[JRuby's bug tracker][JIRA]. The bugs can either reference commits in
a fork on Github or attach patches.We can't guarantee that we'll accept and deploy all patches, so please
consult with the JRuby team before making large changes. Thanks![Jekyll]: https://github.com/jekyll/jekyll/wiki
[JIRA]: http://jira.codehaus.org/browse/JRUBY# TODO
Clear content under Creative Commons and publish a license for the
content as such.