# list each of the sidebar modules you want to include, in the order you want them to appear.
# To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'
# default_asides: [asides/recent_posts.html, asides/github.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html]
default_asides: [
+ custom/asides/about.html,
asides/recent_posts.html,
custom/asides/category_list.html,
custom/asides/tag_cloud.html,
asides/github.html,
asides/delicious.html,
asides/pinboard.html,
asides/googleplus.html
]
# list each of the sidebar modules you want to include, in the order you want them to appear.
# To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'
# default_asides: [asides/recent_posts.html, asides/github.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html]
default_asides: [
- custom/asides/about.html,
asides/recent_posts.html,
custom/asides/category_list.html,
custom/asides/tag_cloud.html,
asides/github.html,
asides/delicious.html,
asides/pinboard.html,
asides/googleplus.html
]
souce/_include/custom/asides/about.html編集
about.htmlを以下のように変更
12345678
<section>
<h1>Profile</h1>
<img src="http://www.gravatar.com/avatar/d193dda398c5fa836f1d8007d64be8de" alt="Gravatar of wivern" title="Gravatar of wivern" align="left" style="margin-right:10px;" />
Hoge Hoge
<br clear="left">
</section>
about.html編集後
Gravatarの画像イメージサイズはgravatar.htmlを編集することで可能
1
<img src="http://www.gravatar.com/avatar/d193dda398c5fa836f1d8007d64be8de?s=200" alt="Gravatar of wivern " title="Gravatar of wivern" />