All Projects → ronin-rb → ronin-rb.github.io

ronin-rb / ronin-rb.github.io

Licence: GPL-3.0 license
The new Ronin Ruby website.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
XSLT
1337 projects
ruby
36898 projects - #4 most used programming language

ronin-rb.github.io

ronin-rb.github.io is the Jekyll powered static website and blog for the Ronin project.

Directory Structure

  • _config.yml: Configuration file used by jekyll.
  • _layouts: Top-level HTML/XML layout templates.
  • _includes: Commonly included HTML content.
  • _includes/images/: SVG images that are inlined into the HTML.
  • images: Contains the static images to be published.
  • css: Contains the CSS files to be published.
  • js: Contains the static JavaScript files to be published.
  • static: Contains static files provided by various Ronin libraries.
  • examples/*/_posts/: Contains the random examples displayed on the front page.
  • blog/_posts: Contains the posts for the Development Blog.

A Word about Markdown

For ease of editing and proof-reading many of the files in this repository are written as Markdown documents. Files containing Markdown syntax are denoted by the .md file extension.

Requirements

Setup

$ git clone https://github.com/ronin-rb/ronin-rb.github.io.git
$ gem install bundler
$ cd ronin-rb.github.io/
$ bundle install # this may take a while
$ bundle exec jekyll serve

License

Copyright (c) 2006-2021 Hal Brodigan (postmodern.mod3 at gmail.com)

ronin-rb.github.io is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ronin-rb.github.io is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with ronin-rb.github.io. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].