ronin-rb.github.io is the Jekyll powered static website and blog for the Ronin project.
_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.stylesheet
: Contains the CSS files to be published.javascript
: Contains the static JavaScript files to be published.blog/_posts
: Contains the posts for the Development Blog.
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.
- Fork It!
- Clone It!
git clone https://github.com/your-user/ronin-rb.github.io.git
cd ronin-rb.github.io/
- Install It!
bundle install
(Note: this may take a while) git checkout -b my-changes
- Start It!
bundle exec jekyll serve
- Code It!
- Review It!
- Push It!
git push origin my-changes
Copyright (c) 2006-2024 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/.