change order in config file
This commit is contained in:
parent
39246396a3
commit
6ba0d82cc5
22
_config.yml
22
_config.yml
@ -3,20 +3,15 @@
|
|||||||
# url is the full website URL
|
# url is the full website URL
|
||||||
# baseurl is the website's URL without the hostname
|
# baseurl is the website's URL without the hostname
|
||||||
|
|
||||||
# If you are building a simple GitHub user page (<username>.github.io) then use these settings:
|
# If you are building a simple GitHub user page (username.github.io) then use these settings:
|
||||||
url: "http://<username>.github.io"
|
url: "http://username.github.io"
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
|
|
||||||
# If you are building a GitHub project page then use these settings:
|
# If you are building a GitHub project page then use these settings:
|
||||||
#url: "http://<username>.github.io/<project>"
|
#url: "http://username.github.io/projectname"
|
||||||
#baseurl: "/<project>"
|
#baseurl: "/projectname"
|
||||||
|
|
||||||
# Of course don't forget to change the <username> and <project> to YOUR username and project
|
# Of course don't forget to change the username and projectname to YOUR username and project
|
||||||
|
|
||||||
# --- Header meta --- #
|
|
||||||
# Brief name and description of the site
|
|
||||||
name: <name>'s website
|
|
||||||
description: A virtual proof that <name> is awesome!
|
|
||||||
|
|
||||||
# --- Navigation bar options --- #
|
# --- Navigation bar options --- #
|
||||||
|
|
||||||
@ -24,7 +19,7 @@ description: A virtual proof that <name> is awesome!
|
|||||||
# Remove this parameter if you don't want an image in the navbar
|
# Remove this parameter if you don't want an image in the navbar
|
||||||
avatar: "/img/avatar-icon.png"
|
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
|
title: My website
|
||||||
|
|
||||||
# List of links in the navigation bar
|
# List of links in the navigation bar
|
||||||
@ -60,6 +55,11 @@ footer-links-active:
|
|||||||
# Remove this if you don't want a link in the footer
|
# Remove this if you don't want a link in the footer
|
||||||
url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
|
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 --- #
|
# --- Misc --- #
|
||||||
|
|
||||||
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
|
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
|
||||||
|
Loading…
Reference in New Issue
Block a user