24 lines
453 B
Markdown
24 lines
453 B
Markdown
# Jekyll Doc Theme
|
|
|
|
Go to [the website](https://aksakalli.github.io/jekyll-doc-theme/) for detailed information and demo.
|
|
|
|
## Running locally
|
|
|
|
You need Ruby and gem before starting, then:
|
|
|
|
```bash
|
|
# install bundler
|
|
gem install bundler
|
|
|
|
# clone the project
|
|
git clone https://github.com/aksakalli/jekyll-doc-theme.git
|
|
cd jekyll-doc-theme
|
|
|
|
# run jekyll with dependencies
|
|
bundle exec jekyll serve
|
|
```
|
|
|
|
## License
|
|
|
|
Released under [the MIT license](LICENSE).
|