Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #144 from iluxonchik/config-fix
Browse files Browse the repository at this point in the history
Fix placeholder bio text
  • Loading branch information
mmistakes committed Apr 11, 2016
2 parents bb8ba98 + 049726e commit 8fd9634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ url:
owner:
name: Your Name
avatar: avatar.jpg
bio: "Your bio goes here. It shouldn't be super long but a good two sentences or two should suffice."
bio: "Your bio goes here. It shouldn't be super long but a good sentence or two should suffice."
email: [email protected]
# Social networking links used in footer. Update and remove as you like.
twitter:
Expand Down Expand Up @@ -78,4 +78,4 @@ page_layout: page
titlecase: true

include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]
exclude: ["lib", "config.rb", "Capfile", "config", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]

0 comments on commit 8fd9634

Please sign in to comment.