This commit is contained in:
Lorin Werthen 2016-06-09 20:12:08 +02:00
parent 4beb5f6347
commit 07b82e1cbc
3 changed files with 12 additions and 5 deletions

View file

@ -7,12 +7,12 @@
<title>A Brand New Nanoc Site - <%= @item[:title] %></title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/stylesheet.css">

View file

@ -3,13 +3,14 @@
<head>
<meta charset="utf-8">
<title>A Brand New Nanoc Site - <%= @item[:title] %></title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="/stylesheet.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
<!-- you don't need to keep this, but it's cool for stats! -->

View file

@ -88,3 +88,9 @@ checks:
# E.g.:
# exclude_files: ['blog/page']
exclude_files: []
deploy:
public:
kind: rsync
dst: zeusweb-beta@zeus.ugent.be:/home/zeusweb-beta/public
options: [ '-glpPrtvz', '-e', 'ssh -p 2222' ]