diff --git a/_config.yml b/_config.yml index 3b9727e28425..1b560acf075f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,25 +1,20 @@ # --- General options --- # -# To spare yourself from trouble, just leave url and baseurl undefined, -# GitHub can automatically set these properties accordingly for user -# page and project page. -# -# Indeed you can still set the properties yourself, in that case don't -# forget to change the username and projectname to YOUR username and project - -# url is the website URL up to host name, without trailing slash -#url: "https://username.github.io" - -# For GitHub user page, baseurl is empty string. Don't set to "/". -# For GitHub project page, set it to project name with leading slash, -# e.g. "/myproject". However, don't add trailing slash. -#baseurl: "" - # Name of website title: My website # Short description of your site -description: A virtual proof that name is awesome! +description: A virtual proof that I'm awesome + +# --- Local development options --- +# If your website is hosted locally rather than on GitHub, then you need to uncomment the next two parameters to set the url and baseurl +# *** If you're not sure what this mean, then leave this section as it is. Only modify the url and baseurl if you know what you're doing!*** + +# url is the the website domain URL without a trailing slash +#url: "https://example.com" + +# baseurl should be an empty string +#baseurl: "" # --- Navigation bar options --- # @@ -29,7 +24,6 @@ navbar-links: Resources: - Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/" - Learn markdown: "http://www.markdowntutorial.com/" - - GitHub Pages: "https://pages.github.com/" Author's home: "http://deanattali.com" # Image to show in the navigation bar - image must be a square (width = height)