https://github.com/oneclick/rubyinstaller.org-website
Jekyll based rubyinstaller.org website
https://github.com/oneclick/rubyinstaller.org-website
Last synced: 6 months ago
JSON representation
Jekyll based rubyinstaller.org website
- Host: GitHub
- URL: https://github.com/oneclick/rubyinstaller.org-website
- Owner: oneclick
- Created: 2017-05-17T16:05:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T20:21:41.000Z (6 months ago)
- Last Synced: 2026-01-17T09:09:12.446Z (6 months ago)
- Language: CSS
- Homepage: https://rubyinstaller.org
- Size: 3.64 MB
- Stars: 13
- Watchers: 10
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rubyinstaller.org - website
This repository holds the source code and the content for the Jekyll based https://rubyinstaller.org website.
The static website is built and published automatically on GitHub after each push to the master branch of the repository.
## Getting Started
We love contributions to our website.
To make sure the changes look as expected, you can view the site locally:
* Install Ruby 2.0 or newer
* Clone the repository and install required gems:
```sh
git clone https://github.com/oneclick/rubyinstaller.org-website
cd rubyinstaller.org-website
gem install bundler
bundle install
```
Now you can run the Jekyll generator and its embedded web server:
```sh
jekyll serve --drafts --incremental
```
Point your browser to http://localhost:4000 to view the result.
It shows the draft posts from the `_drafts` directory in addition to posts in `_posts`.