Skip to content

gonX/opentabletdriver.github.io

 
 

Repository files navigation

The next version of OpenTabletDriver.Web

Local Development

Requirements

  • rubygems

Steps

$ 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

FAQ

How do I add a wiki entry?

To add or edit a wiki entry, modify the appropriate markdown file in the _wiki/ folder.

I can't find the "index" page for a page! (e.g., site/Wiki)

For pages with single-path URLs (e.g., site/Wiki), they are permalinked to files in the _sections folder.

How do I update the Rouge highlighter style?

To update the Rouge highlighter style, use the following command:

bundle exec rougify style > assets/css/rougehl.css

How can I check if I have internal links that don't use the {% link %} paradigm?

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 '](//'

Contributors to Old OpenTabletDriver.Web

View Contributors

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:

About

The next version of OpenTabletDriver.Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.8%
  • CSS 9.2%
  • JavaScript 7.7%
  • SCSS 5.4%
  • Ruby 3.9%