diff --git a/.gitignore b/.gitignore index 7c797f2..d7c2e9c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,5 @@ dist .sass-cache bower_components test/bower_components -awsConfig.json -.awspublish-th-splash -deployConfig.json +deployConfig.js diff --git a/README.md b/README.md new file mode 100644 index 0000000..1720f90 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +example config `deployConfig.js` + +```js +module.exports = { + staging: { + host: '123', + user: 'ubuntu', + keyLocation: '/Users/mattia/.ssh/xxx.pem', + remotePath: '/var/www/techhub.com/splash' + }, + production: { + host: '123', + user: 'ubuntu', + keyLocation: '/Users/mattia/.ssh/id_rsa', + remotePath: '/var/www/techhub.com/splash' + } +} +``` \ No newline at end of file diff --git a/app/index.html b/app/index.html index df47178..868e2ef 100644 --- a/app/index.html +++ b/app/index.html @@ -78,6 +78,12 @@ exports.loadCSS = n : e.loadCSS = n }("undefined" != typeof global ? global : this); loadCSS('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'); + var trackOutboundLink = function(url) { + ga('send', 'event', 'outbound', 'click', url, { + 'transport': 'beacon', + 'hitCallback': function(){document.location = url;} + }); + } @@ -192,7 +198,7 @@

The global community 
for technology startups

Join the Community - Attend an Event + Attend an Event