parent
b49407e899
commit
31e49d714d
3 changed files with 19 additions and 0 deletions
10
_config.yml
10
_config.yml
|
|
@ -126,6 +126,16 @@ timeline-img: "/img/timeline/default.png"
|
|||
|
||||
email: "your@email.here"
|
||||
|
||||
################
|
||||
# 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.
|
||||
|
||||
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"
|
||||
|
||||
##################
|
||||
# Social Buttons #
|
||||
##################
|
||||
|
|
|
|||
|
|
@ -40,6 +40,15 @@
|
|||
{% include comments.html %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
<hr />
|
||||
|
||||
<div class="author row">
|
||||
<img class="col-xs-4 col-sm-3 col-md-2" src="{{site.baseurl}}{{site.author_blurb_image}}" alt="Me" />
|
||||
<p class="col-xs-8 col-sm-9 col-md-10">
|
||||
{{ site.author_blurb }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
BIN
img/author.png
Normal file
BIN
img/author.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Loading…
Add table
Add a link
Reference in a new issue