https
This commit is contained in:
parent
4beb5f6347
commit
07b82e1cbc
3 changed files with 12 additions and 5 deletions
|
@ -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">
|
||||
|
||||
|
|
|
@ -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! -->
|
||||
|
|
|
@ -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' ]
|
||||
|
|
Loading…
Reference in a new issue