Skip to content

Commit

Permalink
Disable Jekyll Mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed May 17, 2015
1 parent 13705e5 commit a1dcbc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ history: "//github.com/twin/twin.github.io/commits/master/"
gems:
- jemoji
- jekyll-redirect-from
- jekyll-mentions
# - jekyll-mentions

sass:
sass_dir: styles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Now we can run our tests with `gulp test`. Though if we add this to our `package

we can run them with `npm test`. If we ever decide to switch to another task runner (which happens fairly often :stuck_out_tongue:), our test command will stay the same.

This command will work even if gulp isn't installed globally, because npm will first look inside your local `node_modules/.bin` before traversing up the directory tree. (Thanks, @niksy!)
This command will work even if gulp isn't installed globally, because npm will first look inside your local `node_modules/.bin` before traversing up the directory tree. (Thanks, [@niksy]!)

## Fixtures

Expand Down Expand Up @@ -288,7 +288,7 @@ It's all about callbacks, baby.

## Credits

Thanks to @christian-bromann, the maintainer of WebdriverIO, for reviewing this tutorial.
Thanks to [@christian-bromann], the maintainer of WebdriverIO, for reviewing this tutorial.

[webdriverio]: http://webdriver.io/
[webdrivercss]: http://webdriver.io/guide/plugins/webdrivercss.html
Expand All @@ -307,3 +307,6 @@ Thanks to @christian-bromann, the maintainer of WebdriverIO, for reviewing this
[saucelabs]: https://github.com/webdriverio/webdriverio/blob/492c5ee7e5c5a592744b3e417caff26cfbf7b9cf/examples/webdriverio.saucelabs.js
[browserstack]: https://github.com/webdriverio/webdriverio/blob/492c5ee7e5c5a592744b3e417caff26cfbf7b9cf/examples/webdriverio.browserstack.js
[testingbot]: https://github.com/webdriverio/webdriverio/blob/492c5ee7e5c5a592744b3e417caff26cfbf7b9cf/examples/webdriverio.testingbot.js

[@niksy]: https://github.com/niksy
[@christian-bromann]: https://github.com/christian-bromann

0 comments on commit a1dcbc6

Please sign in to comment.