lib/nanoc/cli/commands/create-site.rb in nanoc-3.4.3 vs lib/nanoc/cli/commands/create-site.rb in nanoc-3.5.0b1
- old
+ new
@@ -2,11 +2,11 @@
usage 'create-site [options] path'
aliases :create_site, :cs
summary 'create a site'
description <<-EOS
-Create a new site at the given path. The site will use the filesystem_unified data source by default, but this can be changed using the --datasource commandline option.
+Create a new site at the given path. The site will use the `filesystem_unified` data source by default, but this can be changed using the `--datasource` commandline option.
EOS
required :d, :datasource, 'specify the data source for the new site'
module Nanoc::CLI::Commands
@@ -206,23 +206,23 @@
letter-spacing: -1px;
}
#main p {
margin: 20px 0;
-
+
font-size: 15px;
-
+
line-height: 20px;
}
#main ul, #main ol {
margin: 20px;
}
#main li {
font-size: 15px;
-
+
line-height: 20px;
}
#main ul li {
list-style-type: square;
@@ -271,10 +271,10 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A Brand New nanoc Site - <%= @item[:title] %></title>
- <link rel="stylesheet" type="text/css" href="/style.css" media="screen">
+ <link rel="stylesheet" href="/style.css">
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="nanoc <%= Nanoc::VERSION %>">
</head>
<body>