Merge branch 'master' into sass
authorMark Otto <markdotto@gmail.com>
Sun, 19 Apr 2015 05:44:30 +0000 (22:44 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 19 Apr 2015 05:44:30 +0000 (22:44 -0700)
1  2 
_config.yml
_includes/head.html

diff --cc _config.yml
index 34baf41697d3051e598c2e2aacbde46bceedacf8,49fbc1b6a6998924e53817c356f06df8f1295659..5a14f8e094358be0a4681f84fa193e0a439546fb
@@@ -9,26 -3,17 +9,26 @@@ permalink:           prett
  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
index 8962bbbd470a4b3d3bdd09a1fbbf0d78dc96d208,f530a7f2eeb7efb49953aa488f6894da22be2b75..61d5dd9fb7dd0a75d80bc4b257214d5f728c33f7
    </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>