diff --git a/_config.yml b/_config.yml index 66972f6..bcf8703 100755 --- a/_config.yml +++ b/_config.yml @@ -133,6 +133,7 @@ email: "your@email.here" # The author blurb goes underneath blog posts. # This works best when your author blurb image has a transparent background, or matches your site background color. +# if the author_blurb is not set, then this feature is skipped author_blurb: "John Smith is an awesome person. He lives in Flatland, where he works on two-dimensional engineering projects. In his spare time, John likes to eat cotton candy." author_blurb_image: "/img/author.png" diff --git a/_posts/2015-06-19-writing-posts.md b/_posts/2015-06-19-writing-posts.md index 6bf9240..29be66c 100644 --- a/_posts/2015-06-19-writing-posts.md +++ b/_posts/2015-06-19-writing-posts.md @@ -82,3 +82,20 @@ int main() ### Emoji support You can add emojis to your posts by simply typing their [emoji code](http://www.emoji-cheat-sheet.com/) :wink: + +### Author Blurb + +You can add a short description of yourself bellow your posts, by setting the next two variables in the site config + +

+################
+# Author Blurb #
+################
+
+# The author blurb goes underneath blog posts.
+# This works best when your author blurb image has a transparent background, or matches your site background color.
+
+# if the author_blurb is not set, then this feature is skipped
+author_blurb: "John Smith is an awesome person. He lives in Flatland, where he works on two-dimensional engineering projects. In his spare time, John likes to eat cotton candy."
+author_blurb_image: "/img/author.png"
+