change config file to more generic settings
This commit is contained in:
parent
9710de902d
commit
7d4c8396b0
17
_config.yml
17
_config.yml
@ -1,11 +1,13 @@
|
|||||||
# Serving
|
# Serving
|
||||||
url: "http://daattali.github.io" # full site URL
|
url: "http://daattali.github.io/beautiful-jekyll" # full site URL
|
||||||
url-short: "daattali.github.io" # how to display the url
|
url-short: "daattali.github.io/beautiful-jekyll" # how to display the url
|
||||||
baseurl: "/beautiful-jekyll" # does not include hostname
|
baseurl: "/beautiful-jekyll" # does not include hostname
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Header meta
|
# Header meta
|
||||||
name: Dean Attali
|
name: Beautiful Jekyll
|
||||||
description: Dean Attali's website
|
description: Quickly build a beautiful Jekyll website
|
||||||
|
|
||||||
# Outputting
|
# Outputting
|
||||||
timezone: "America/Vancouver"
|
timezone: "America/Vancouver"
|
||||||
@ -21,7 +23,7 @@ defaults:
|
|||||||
values:
|
values:
|
||||||
layout: "default"
|
layout: "default"
|
||||||
|
|
||||||
title : Dean Attali
|
title : Beautiful Jekyll by Dean Attali
|
||||||
|
|
||||||
# Change all these values or delete the ones you don't want.
|
# 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.
|
# 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: ""
|
Home: ""
|
||||||
About Me: "aboutme"
|
About Me: "aboutme"
|
||||||
Contact: "contact"
|
Contact: "contact"
|
||||||
|
Blog: "blog"
|
||||||
Error page: "nothing"
|
Error page: "nothing"
|
||||||
|
|
||||||
disqus: "" # Your disqus shortname
|
# disqus: "" # Your disqus shortname
|
||||||
google_analytics: "" # Your Google Analytics ID
|
# google_analytics: "" # Your Google Analytics ID
|
||||||
|
|
||||||
# Exclude these files from production site
|
# Exclude these files from production site
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
Reference in New Issue
Block a user