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
- Host: GitHub
- URL: https://github.com/js-devtools/gh-pages-theme
- Owner: JS-DevTools
- Created: 2018-10-11T10:32:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T12:34:06.000Z (about 6 years ago)
- Last Synced: 2025-06-10T15:11:28.744Z (9 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ❤
[](https://travis-ci.com)
[](https://saucelabs.com)
[](https://coveralls.io)