Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILUXONCHIK ILUXA <iluxon4ik@hotmail.com>2016-04-10 18:22:00 +0300
committerILUXONCHIK ILUXA <iluxon4ik@hotmail.com>2016-04-10 18:22:00 +0300
commit049726ee0572b98de6fcb3637a01bf9cceec6ccf (patch)
treebef5e6ab8c0efa5407e112125147e129c4eb20c2
parentbb8ba987938f86536a9c9897bcfc100de931d7d5 (diff)
Fix placeholder bio text
The text that was there before didn't make sense semanthically.
-rw-r--r--_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 7c25f68..4bc7487 100644
--- a/_config.yml
+++ b/_config.yml
@@ -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: you@email.com
# 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"] \ No newline at end of file
+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"]