An open API service indexing awesome lists of open source software.

https://github.com/js-devtools/gh-pages-theme

The GitHub Pages theme for JavaScript Dev Tools projects
https://github.com/js-devtools/gh-pages-theme

Last synced: about 1 month ago
JSON representation

The GitHub Pages theme for JavaScript Dev Tools projects

Awesome Lists containing this project

README

          

GitHub Pages theme for jstools.dev
=======================================
This is the [GitHub Pages](https://pages.github.com/) theme for the JavaScript Dev Tools projects.

## Examples
* [ono](https://jstools.dev/ono/)
* [static-mock-data](https://jstools.dev/static-mock-data/)
* [globify](https://jstools.dev/globify/)
* [simplifyify](https://jstools.dev/simplifyify/)
* [sourcemapify](https://jstools.dev/sourcemapify/)
* [readdir-enhanced](https://jstools.dev/readdir-enhanced/)
* [eslint-config-modular](https://jstools.dev/eslint-config-modular/)
* [tslint-modular](https://jstools.dev/tslint-modular/)
* [browserify-banner](https://jstools.dev/browserify-banner/)
* [version-bump-prompt](https://jstools.dev/version-bump-prompt/)
* [karma-config](https://jstools.dev/karma-config/)
* [host-environment](https://jstools.dev/host-environment/)
* [karma-host-environment](https://jstools.dev/karma-host-environment/)
* [ez-spawn](https://jstools.dev/ez-spawn/)
* [chai-exec](https://jstools.dev/chai-exec/)
* [file-path-filter](https://jstools.dev/file-path-filter/)
* [rehype-toc](https://jstools.dev/rehype-toc/)
* [rehype-inline-svg](https://jstools.dev/rehype-inline-svg/)
* [rehype-url-inspector](https://jstools.dev/rehype-url-inspector/)
* [coverage-istanbul-loader](https://jstools.dev/coverage-istanbul-loader/)
* [template-node-typescript](https://jstools.dev/template-node-typescript/)

Local Development
--------------------------
To build the project locally on your computer:

1. __Clone this repo__

`git clone https://github.com/JS-DevTools/gh-pages-theme.git`

2. __Install Jekyll Prerequisites__

Make sure you have the [Jekyll requirements](https://jekyllrb.com/docs/installation/) installed. **Don't** install Jekyll itself though. The correct version of Jekyll will automatically be installed as a dependency of github-pages.

3. __Install GitHub Pages__

`gem install github-pages`

4. __Run Jekyll__

`jekyll serve`

Big Thanks To
--------------------------
Thanks to these awesome companies for their support of Open Source developers ❤

[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)