1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
Remote multi-server automation tool
Find a file
Matt Brictson de195ee374 "No thanks" should apply to entire site
This fixes a bug where dismissing the modal with "no thanks" would hide it for
the current page, but the modal would then reappear when navigating to another
page.
2016-02-29 10:49:18 -08:00
_includes Add google search box to navigation 2016-02-01 12:10:13 +01:00
_layouts "No thanks" should apply to entire site 2016-02-29 10:49:18 -08:00
_posts fix an example in command mapping 2015-07-08 16:44:41 +03:00
css Introduce banner for Harrow.io 2015-09-01 19:51:21 +02:00
documentation Merge pull request #177 from MarkMT/patch-1 2016-02-26 12:02:08 -08:00
fonts Pushing all the WIP documentation 2013-06-22 18:34:07 +02:00
images More cold-start documentation 2013-06-25 08:35:16 +02:00
js Introduce banner for Harrow.io 2015-09-01 19:51:21 +02:00
.gitignore Introduce banner for Harrow.io 2015-09-01 19:51:21 +02:00
_config.yml Replace pygments w/ rouge to fix GH Pages warning 2016-02-05 16:15:10 -08:00
CNAME Using capistranorb.com without www 2014-01-04 20:54:54 +01:00
favicon.ico Lots more improvements 2013-06-30 17:26:18 +02:00
Gemfile use correct gem versions according to GitHub Pages 2015-01-22 21:48:07 +00:00
Gemfile.lock Update gems, including jekyll 2.4.0 → 3.0.2 2016-02-05 16:13:30 -08:00
index.markdown Add link to documentation source repo 2016-02-01 11:38:09 +01:00
README.md Redo README to explain how to run the site locally 2016-01-17 18:27:47 -08:00

capistranorb.com

This is the repository that 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-documentation project, run:

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.