Files
Sourcetrail/web/blog/README.md
T
Eberhard Graether c4ef18fb6d web: Added jekyll blog with hpstr theme and first post for release 0.6
The README contains the commands for building the blog in all different configurations.
2016-05-10 14:10:21 +02:00

21 lines
302 B
Markdown

# Local Testing
## Staging
$ jekyll serve --watch --config _config.yml,_config_staging.yml,_config_local.yml
## Production
$ jekyll serve --watch --config _config.yml,_config_local.yml
# Building
## Staging
$ jekyll build --config _config.yml,_config_staging.yml
## Production
$ jekyll build