From 9710de902d46b0c521ef7165b04d7d82a95e80f4 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 2 Mar 2015 12:17:42 -0800 Subject: [PATCH 1/3] change baseurl towork with project page --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f4c9be5..f1097f4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Serving url: "http://daattali.github.io" # full site URL url-short: "daattali.github.io" # how to display the url -baseurl: "" # does not include hostname +baseurl: "/beautiful-jekyll" # does not include hostname # Header meta name: Dean Attali From 7d4c8396b0a5dbcdfee146d8cb0ab6a390a885be Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 2 Mar 2015 12:22:21 -0800 Subject: [PATCH 2/3] change config file to more generic settings --- _config.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index f1097f4..4bb18d6 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,13 @@ # Serving -url: "http://daattali.github.io" # full site URL -url-short: "daattali.github.io" # how to display the url +url: "http://daattali.github.io/beautiful-jekyll" # full site URL +url-short: "daattali.github.io/beautiful-jekyll" # how to display the url baseurl: "/beautiful-jekyll" # does not include hostname + + # Header meta -name: Dean Attali -description: Dean Attali's website +name: Beautiful Jekyll +description: Quickly build a beautiful Jekyll website # Outputting timezone: "America/Vancouver" @@ -21,7 +23,7 @@ defaults: values: layout: "default" -title : Dean Attali +title : Beautiful Jekyll by Dean Attali # Change all these values or delete the ones you don't want. # You should keep the "name" parameter since it will be used as the name of blog posts' author. @@ -51,10 +53,11 @@ navbar-links: Home: "" About Me: "aboutme" Contact: "contact" + Blog: "blog" Error page: "nothing" -disqus: "" # Your disqus shortname -google_analytics: "" # Your Google Analytics ID +# disqus: "" # Your disqus shortname +# google_analytics: "" # Your Google Analytics ID # Exclude these files from production site exclude: From f24ddc87b9d8e251e82a1623406c381490561424 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 2 Mar 2015 12:23:14 -0800 Subject: [PATCH 3/3] change config name, too long --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 4bb18d6..4db7457 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ baseurl: "/beautiful-jekyll" # does not include hostname # Header meta -name: Beautiful Jekyll +name: Beautiful Jekyll by Dean Attali description: Quickly build a beautiful Jekyll website # Outputting @@ -23,7 +23,7 @@ defaults: values: layout: "default" -title : Beautiful Jekyll by Dean Attali +title : Beautiful Jekyll # Change all these values or delete the ones you don't want. # You should keep the "name" parameter since it will be used as the name of blog posts' author.