relative_permalinks: true
# Setup
-title: Poole
-tagline: The Jekyll Butler
-url: http://getpoole.com
-paginate: 1
-basename: ""
+title: Poole
+tagline: The Jekyll Butler
+url: http://getpoole.com
+paginate: 1
- baseurl: /
++baseurl: ""
+
+# Assets
+#
+# We specify the directory for Jekyll so we can use @imports.
+sass:
+ sass_dir: _sass
+ style: :compressed
+
+# About/contact
author:
- name: Mark Otto
- url: https://twitter.com/mdo
- email: markdotto@gmail.com
+ name: Mark Otto
+ url: https://twitter.com/mdo
+ email: markdotto@gmail.com
# Custom vars
-version: 1.0.0
+version: 1.0.0
github:
- repo: https://github.com/poole/poole
+ repo: https://github.com/poole/poole
</title>
<!-- CSS -->
- <link rel="stylesheet" href="{{ site.baseurl }}css/styles.css">
- <link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
- <link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
++ <link rel="stylesheet" href="{{ site.baseurl }}/css/styles.css">
<!-- Icons -->
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}public/apple-touch-icon-precomposed.png">
- <link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/public/apple-touch-icon-precomposed.png">
+ <link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.ico">
<!-- RSS -->
- <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}atom.xml">
+ <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/atom.xml">
</head>