This repository has been archived by the owner on Aug 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from iluxonchik/config-fix
Fix placeholder bio text
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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"] |