This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html lang="en-US"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Sample Foursquare Widget</title> | |
| </head> | |
| <body> | |
| <h1>Sample Foursquare Widget</h1> | |
| <!-- Place this anchor tag where you want the button to go --> | |
| <a href="https://foursquare.com/intent/venue.html" class="fourSq-widget" data-variant="wide" data-vid="412d2800f964a520df0c1fe3">Save to foursquare</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set :application, "My Static Content" | |
| set :servername, 'test.example.com' | |
| # no git? simply deploy a directory | |
| set :scm, :none | |
| set :repository, "." # the directory to deploy | |
| # using git? deploy from local git repository | |
| # set :scm, :git | |
| # set :repository, 'file//.' # path to local git repository |