Skip to content

Commit d239d67

Browse files
committed
Merge pull request daattali#1 from daattali/gh-pages
make config more generic
2 parents 709f591 + f24ddc8 commit d239d67

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

_config.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Serving
2-
url: "http://daattali.github.io" # full site URL
3-
url-short: "daattali.github.io" # how to display the url
4-
baseurl: "" # does not include hostname
2+
url: "http://daattali.github.io/beautiful-jekyll" # full site URL
3+
url-short: "daattali.github.io/beautiful-jekyll" # how to display the url
4+
baseurl: "/beautiful-jekyll" # does not include hostname
5+
6+
57

68
# Header meta
7-
name: Dean Attali
8-
description: Dean Attali's website
9+
name: Beautiful Jekyll by Dean Attali
10+
description: Quickly build a beautiful Jekyll website
911

1012
# Outputting
1113
timezone: "America/Vancouver"
@@ -21,7 +23,7 @@ defaults:
2123
values:
2224
layout: "default"
2325

24-
title : Dean Attali
26+
title : Beautiful Jekyll
2527

2628
# Change all these values or delete the ones you don't want.
2729
# You should keep the "name" parameter since it will be used as the name of blog posts' author.
@@ -51,10 +53,11 @@ navbar-links:
5153
Home: ""
5254
About Me: "aboutme"
5355
Contact: "contact"
56+
Blog: "blog"
5457
Error page: "nothing"
5558

56-
disqus: "" # Your disqus shortname
57-
google_analytics: "" # Your Google Analytics ID
59+
# disqus: "" # Your disqus shortname
60+
# google_analytics: "" # Your Google Analytics ID
5861

5962
# Exclude these files from production site
6063
exclude:

0 commit comments

Comments
 (0)