Skip to content

Commit

Permalink
pages update info
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Aug 5, 2012
1 parent bc90c91 commit cc0f4be
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,4 +6,5 @@ gem 'textpow1x', '>=1.2'
group :dev do
gem 'rake', '0.8.7'
gem 'rspec'
gem 'rack'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -4,6 +4,7 @@ GEM
diff-lcs (1.1.3)
oniguruma (1.1.0)
plist (3.1.0)
rack (1.4.1)
rake (0.8.7)
rspec (2.6.0)
rspec-core (~> 2.6.0)
Expand All @@ -21,6 +22,7 @@ PLATFORMS

DEPENDENCIES
oniguruma
rack
rake (= 0.8.7)
rspec
textpow1x (>= 1.2)
8 changes: 8 additions & 0 deletions Readme.md
Expand Up @@ -50,6 +50,14 @@ Ruby 1.8: [Install onigumura](https://github.com/grosser/textpow#ruby-18)

# Maintainer info

### Updating demo

cd _pages
bundle exec ruby generate.rb
bundle exec rackup

open http://localhost:9292

### Updating theme files

Currently only XHTML is "officially" supported by ultraviolet, nevertheless,
Expand Down
2 changes: 1 addition & 1 deletion _pages
Submodule _pages updated 4 files
+7 −0 config.ru
+345 −0 github-theme.css
+24 −2 index.html
+24 −2 source.html

0 comments on commit cc0f4be

Please sign in to comment.