File: README_website

package info (click to toggle)
ruby-parslet 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,260 kB
  • sloc: ruby: 6,157; sh: 8; javascript: 3; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Parslets website is built with middleman. Just do a 'bundle install' in this
directory and you should be good to go. 

'bundle exec middleman server' will give you a development server. 

Once you want to publish the website to github, you need to set the gh-pages
branch to the build directory below this website directory. The script
publish-gh-pages.sh will do this using a little black git magic. (Panic!)