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

github.com/pdevty/material-design.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlynxiayel <lxytcmn@gmail.com>2015-05-22 00:14:10 +0300
committerlynxiayel <lxytcmn@gmail.com>2015-05-22 00:14:10 +0300
commit03cbf74ff679b9f4d4ae3b67b09af69de3c672a1 (patch)
tree47b21750f0d6e299645f3e81306cd063eb922b44 /README.md
parent37f075e929f10b944962c12bf4e21d3b39b5db45 (diff)
added support for Google+ link
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a81af15..e0da201 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ demo : [http://pdevty.github.io/blog/](http://pdevty.github.io/blog/)
- Google Analytics (optional)
- Pagination
- Disqus (optional)
-- Twitter, Facebook, GitHub links (optional)
+- Twitter, Facebook, GitHub, Google+ links (optional)
- Tags
- Categories
- Cover image (optional)
@@ -51,6 +51,7 @@ copyright = "© 2015 Copyright Text"
twitter = "Your Twitter Name" # optional
github = "Your Github Name" # optional
facebook = "Your facebook Name" # optional
+ gplus = "Your Google+ profile name" # optional
headerCover = "images/headerCover.png" # optional
footerCover = "images/footerCover.png" # optional
googleAnalyticsUserID = "Your Analytics User Id" # optional
@@ -65,4 +66,4 @@ copyright = "© 2015 Copyright Text"
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
-5. Create new Pull Request \ No newline at end of file
+5. Create new Pull Request