Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimsav/temp-docs
https://github.com/dimsav/temp-docs
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimsav/temp-docs
- Owner: dimsav
- Created: 2020-01-13T08:26:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T21:44:43.000Z (almost 2 years ago)
- Last Synced: 2023-04-05T13:09:33.592Z (over 1 year ago)
- Language: Ruby
- Size: 348 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Installation
# Running
```
bundle exec jekyll serve
```# Build for deploy
```
bundle exec jekyll build --config _config.yml,_config_prod.yml -d docs
```