The next version of OpenTabletDriver.Web
rubygems
$ gem install jekyll bundler
$ cd <website root> # (currently git root)
$ git submodule init # submodules contain plugin data
$ git submodule update
$ bundle install
$ bundle exec jekyll serve --livereload
To add or edit a wiki entry, modify the appropriate markdown file in the _wiki/
folder.
For pages with single-path URLs (e.g., site/Wiki), they are permalinked to files in the _sections
folder.
To update the Rouge highlighter style, use the following command:
bundle exec rougify style > assets/css/rougehl.css
You can check for internal links without the {% link %}
paradigm using the following command:
cd <website root>
grep -R --exclude-dir vendor --include="*.md" '](' | grep -v '](#' | grep -v ']({%' | grep -v '](http' | grep -v '](//'
This site has been ported directly from the old repository to Jekyll and may contain code, assets, information, or other contributions by the following individuals: