postmodern / ronin.rubyforge.org
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (1)
- Wiki (3)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jan 19 16:33:45 -0800 2010 | |
| |
COPYING.txt | Thu Jul 16 16:13:43 -0700 2009 | |
| |
README.md | Thu Jan 28 17:07:23 -0800 2010 | |
| |
Rakefile | Wed Jan 20 03:21:49 -0800 2010 | |
| |
_config.yml | Sat Feb 06 00:26:03 -0800 2010 | |
| |
helpers/ | Wed Jan 20 03:18:50 -0800 2010 | |
| |
images/ | Fri Sep 18 23:45:33 -0700 2009 | |
| |
site/ | Mon Feb 08 01:29:03 -0800 2010 |
ronin.rubyforge.org
ronin.rubyforge.org is the Jekyll powered static website and blog for the Ronin project.
Directory Structure
Rakefile: The top-level rake file which builds the HTML files.config.yml: Configuration file used by the Thorfile.images: Contains image project files (XCFs or SVGs).site: Contains the site templates and other site data.site/_config.yml: Configuration file used by Jekyll.site/_layouts: Top-level layout templates.site/_includes: Commonly included content.site/css: Contains the CSS files to be published.site/images: Contains the static images to be published.site/scripts: Contains the static JavaScript files to be published.site/static: Contains static files provided by various Ronin libraries.site/examples/_posts/: Contains the random examples displayed on the front page.site/blog/_posts: Contains the posts for the Development Blog.www: Contains the files to be published.
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
Synopsis
Building the website locally:
$ rake
Run the site locally on localhost:2222:
$ rake site:preview
Publishing the website:
$ rake site:publish[user]
- Publishing to ronin.rubyforge.org requires ssh access.
License
ronin.rubyforge.org.
Copyright (c) 2006-2010 Hal Brodigan (postmodern.mod3 at gmail.com)
This program 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 2 of the License, or (at your option) any later version.
This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
