Skip to content

Commit 590c580

Browse files
committed
fix default content metadata
1 parent 7b7a4db commit 590c580

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Site settings
2-
title: Your awesome title
3-
4-
description: > # this means to ignore newlines until "baseurl:"
5-
Write an awesome description for your new site here. You can edit this
6-
line in _config.yml. It will appear in your document head meta (for
7-
Google search results) and in your feed.xml site description.
2+
title: Prismatic Blog
3+
4+
#description: > # this means to ignore newlines until "baseurl:"
5+
# Write an awesome description for your new site here. You can edit this
6+
# line in _config.yml. It will appear in your document head meta (for
7+
# Google search results) and in your feed.xml site description.
88
baseurl: "/blog" # the subpath of your site, e.g. /blog/
9-
url: "http://yourdomain.com" # the base hostname & protocol for your site
10-
twitter_username: jekyllrb
11-
github_username: jekyll
9+
url: "http://github.com/prismatic/"
10+
#twitter_username: jekyllrb
11+
#github_username: jekyll
1212

1313
# Build settings
1414
markdown: kramdown

0 commit comments

Comments
 (0)