From 6ba0d82cc51aad8a89fcafd7884b85ee5665938f Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Tue, 3 Mar 2015 00:38:58 -0800 Subject: [PATCH] change order in config file --- _config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_config.yml b/_config.yml index e89ee5e..0716cc5 100644 --- a/_config.yml +++ b/_config.yml @@ -3,20 +3,15 @@ # url is the full website URL # baseurl is the website's URL without the hostname -# If you are building a simple GitHub user page (.github.io) then use these settings: -url: "http://.github.io" +# If you are building a simple GitHub user page (username.github.io) then use these settings: +url: "http://username.github.io" baseurl: "" # If you are building a GitHub project page then use these settings: -#url: "http://.github.io/" -#baseurl: "/" +#url: "http://username.github.io/projectname" +#baseurl: "/projectname" -# Of course don't forget to change the and to YOUR username and project - -# --- Header meta --- # -# Brief name and description of the site -name: 's website -description: A virtual proof that is awesome! +# Of course don't forget to change the username and projectname to YOUR username and project # --- Navigation bar options --- # @@ -24,7 +19,7 @@ description: A virtual proof that is awesome! # Remove this parameter if you don't want an image in the navbar avatar: "/img/avatar-icon.png" -# Name of website to show in the navbar +# Name of website to show in the navigation bar title: My website # List of links in the navigation bar @@ -59,6 +54,11 @@ footer-links-active: # How to display the link to the website in the footer # Remove this if you don't want a link in the footer url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll" + +# --- Header meta --- # +# Brief name and description of the site +name: name's website +description: A virtual proof that name is awesome! # --- Misc --- #