Sha256: 338f329d0f4d728c7d0c1b6203436d650231c381c566242481cf2aa5bcc80dcf
Contents?: true
Size: 773 Bytes
Versions: 1
Compression:
Stored size: 773 Bytes
Contents
h3. INSTALL 安装 rblosxom gem: <pre> $ gem install rblosxom --source http://gemcutter.org </pre> 运行 demo: <pre> $ rblosxom-demo </pre> 通过浏览器访问 http://127.0.0.1:7878/ h3. HACKING clone source <pre> $ hg clone https://liupeng@bitbucket.org/liupeng/rblosxom </pre> 调试运行, 需要安装 sinatra haml RedCloth <pre> $ for g in sinatra haml RedCloth ;do gem install $g;done $ rackup config/rackup.ru </pre> 定制 theme(css), 需要安装 itsucks-compass-960-plugin: <pre> $ gem install itsucks-compass-960-plugin $ compass -r ninesixty -f 960 --sass-dir=sass --css-dir=stylesheets --javascript-dir=javascripts --images-dir=images public ... $ compass -u public </pre> 制作 gem, 需要安装 echoe: <pre> $ gem install echoe $ rake gem </pre>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rblosxom-0.1.6 | INSTALL |