From 6f3f02f060021d140294ee41d72d89d16dff49c1 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Thu, 13 Aug 2015 07:50:55 -0700 Subject: [PATCH] content updates --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 630a10d..5adc584 100644 --- a/_config.yml +++ b/_config.yml @@ -1,14 +1,16 @@ ## This content is duplicated here from configs/config_designers.yml because I'm building this site through Github Pages, and Github Pages just looks for the _config.yml file in the root directory to create the build. +# project definitions project: doc audience: designers product: all platform: all version: all -destination: /Applications/XAMPP/xamppfiles/htdocs/jekyll-documentation-theme/designers +destination: ../doc_designers topnav_title: Jekyll Documentation Theme homepage_title: Jekyll Documentation Theme — Designers site_title: Jekyll Documentation Theme — Designers disqus_shortname: idrbwjekyll +google_analytics: UA-66296557-1 # variables @@ -50,12 +52,10 @@ defaults: values: layout: "page" comments: true - search: true - scope: path: "" type: "posts" values: layout: "post" - comments: true - search: true + comments: true \ No newline at end of file