https://github.com/dimsav/temp-docs
https://github.com/dimsav/temp-docs
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimsav/temp-docs
- Owner: dimsav
- Archived: true
- Created: 2020-01-13T08:26:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T00:22:13.000Z (over 3 years ago)
- Last Synced: 2025-02-12T10:24:25.513Z (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
```