From 6d5879177d9d5eb77609202c618710f239f9280f Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Fri, 18 Mar 2016 17:21:26 -0400 Subject: [PATCH] What is even happening --- _config.yml | 6 ++++-- _includes/home-users-grid.html | 8 ++++---- _includes/sidebar.html | 2 +- _layouts/default.html | 2 +- {_sass => css}/main.scss | 3 --- 5 files changed, 10 insertions(+), 11 deletions(-) rename {_sass => css}/main.scss (99%) diff --git a/_config.yml b/_config.yml index a0640840..06ac8d69 100644 --- a/_config.yml +++ b/_config.yml @@ -1,10 +1,9 @@ title: Liquid Templating Engine description: "Liquid is a template language and accompanying rendering engine. It is built for security, so is perfect for rendering custom templates from your users." - repository: https://github.com/Shopify/liquid # Build settings -baseurl: "/liquid/" # the subpath of your site, e.g. /blog/ +baseurl: /liquid # the subpath of your site, e.g. /blog/ url: http://liquidmarkup.org # the base hostname & protocol for your site markdown: redcarpet redcarpet: @@ -14,6 +13,9 @@ permalink: pretty exclude: - README.md - CNAME + - Gemfile + - Gruntfile.js + - package.json - node_modules keep_files: ["css"] diff --git a/_includes/home-users-grid.html b/_includes/home-users-grid.html index 22cd1fdb..5beefbad 100644 --- a/_includes/home-users-grid.html +++ b/_includes/home-users-grid.html @@ -1,22 +1,22 @@
diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 04ea6be6..f631f102 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,6 +1,6 @@