diff --git a/_config.yml b/_config.yml index 1ede02f..37d7bde 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # For more see: http://jekyllrb.com/docs/permalinks/ permalink: /:categories/:year/:month/:day/:title -exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] +exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "vendor"] highlighter: pygments # Themes are encouraged to use these universal variables @@ -23,7 +23,7 @@ author : # Else if you are pushing to username.github.io, replace with your username. # Finally if you are pushing to a GitHub project page, include the project name at the end. # -production_url : http://blog.edanschwartz.com +production_url : http://eschwartz.github.io # All Jekyll-Bootstrap specific configurations are namespaced into this hash # diff --git a/_includes/JB/setup b/_includes/JB/setup index efcd84b..bc1233d 100644 --- a/_includes/JB/setup +++ b/_includes/JB/setup @@ -16,7 +16,7 @@ {% if site.JB.ASSET_PATH %} {% assign ASSET_PATH = site.JB.ASSET_PATH %} {% else %} - {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %} + {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %} {% endif %} {% endif %} {% endcapture %}{% assign jbcache = nil %} \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 8accb91..119d706 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,7 +17,7 @@ - +
diff --git a/_layouts/page.html b/_layouts/page.html index 3b6f018..23a6970 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,5 +1,6 @@ --- layout: default +stylesheet: 'post-list' --- {% include JB/setup %} diff --git a/index.html b/index.html index 2b920fa..8a068ad 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ --- layout: page -stylesheet: 'post-list' ---