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 @@