Sha256: 76cf884c1bcd2d8eb8f00b55bbb8a15ce1893e5e3d49a0f6d31e9d16c4f2be8a
Contents?: true
Size: 537 Bytes
Versions: 1
Compression:
Stored size: 537 Bytes
Contents
It is assumed that your blog is in the home directory of your repo. Install it first: ```bash gem install jgd ``` Run it locally: ```bash jgd ``` Now your site is deployed to `gh-pages` branch of your repo. Done. This is how I configure [my Jekyll blog](https://github.com/yegor256/blog) to be deployed automatically by [travis-ci](http://www.travis-ci.org): ```yaml branches: only: - master env: global: - secure: ... install: - bundle script: jgd --url=http://yegor256:${PASSWORD}@github.com/yegor256/blog.git ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jgd-1.0 | README.md |