The next version of OpenTabletDriver.Web
35
stars
720
commits
HTML
primary language
Sep 14, 2026
updated
The next version of OpenTabletDriver.Web
bundle --version to check if you have it installed.
ruby-bundler, ruby-default-gems, or similar package.gem install bundler (note that it may not be on PATH by default).git submodule update --init # submodules contain plugin metadata
cd site/
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 > site/assets/css/rougehl.css
Any EditorConfig compliant linter like editorconfig-checker
For Markdown specifically we use markdownlint-cli. Example command:
cd <website root>
markdownlint --ignore site/vendor/ --ignore site/_data/plugin-repository/ --ignore site/_includes/ . 2>&1 | less
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:
HTML
56.3%
Ruby
13.8%
JavaScript
8.5%
SCSS
8.2%
Shell
6.6%
CSS
6.6%
The next version of OpenTabletDriver.Web
35
stars
720
commits
HTML
primary language
Sep 14, 2026
updated
The next version of OpenTabletDriver.Web
bundle --version to check if you have it installed.
ruby-bundler, ruby-default-gems, or similar package.gem install bundler (note that it may not be on PATH by default).git submodule update --init # submodules contain plugin metadata
cd site/
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 > site/assets/css/rougehl.css
Any EditorConfig compliant linter like editorconfig-checker
For Markdown specifically we use markdownlint-cli. Example command:
cd <website root>
markdownlint --ignore site/vendor/ --ignore site/_data/plugin-repository/ --ignore site/_includes/ . 2>&1 | less
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:
HTML
56.3%
Ruby
13.8%
JavaScript
8.5%
SCSS
8.2%
Shell
6.6%
CSS
6.6%