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