1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/docs
mohamed b25e90c7a6
Rename verify_commit option to git_verify_commit
Conforming with naming conventions for git specific variables
2021-02-26 10:16:22 -08:00
..
_includes Update docs website icons, optimize images (#2056) 2020-04-19 21:48:51 -07:00
_layouts Update docs website icons, optimize images (#2056) 2020-04-19 21:48:51 -07:00
_posts
assets Update docs website icons, optimize images (#2056) 2020-04-19 21:48:51 -07:00
documentation Rename verify_commit option to git_verify_commit 2021-02-26 10:16:22 -08:00
_config.yml Switch from redcarpet to GH-flavored kramdown 2016-08-30 18:14:09 -07:00
CNAME
Gemfile
Gemfile.lock Bump rubyzip from 1.2.2 to 2.2.0 in /docs (#2051) 2020-03-03 20:30:47 -08:00
index.markdown
README.md Switch a number of http links and dependencies to https 2018-06-24 11:22:13 -05:00

capistranorb.com

This docs/ directory generates the capistranorb.com site. Feel free to send pull requests to make improvements to Capistrano's documentation!

Quick start

This is a GitHub Pages project, which means it is built using Jekyll. To run the site locally, you'll need a functioning Ruby environment.

After checking out the capistrano repository, run:

cd docs
bundle install

Then start the Jekyll server with:

bundle exec jekyll serve

You should now be able to preview the site on http://localhost:4000. After making any changes to markdown or HTML files, just refresh your browser to see the results. You do not have to restart the Jekyll process.

More information: Using Jekyll with Pages.