Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoozecn committed Jan 16, 2015
1 parent 2828ebf commit adbfa36
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
3 changes: 3 additions & 0 deletions about.html
Expand Up @@ -56,6 +56,9 @@ <h1 class="title"><a href="/">A bite of code</a></h1>
<a href="https://plus.google.com/+ZhiminWu">plus.google.com/+ZhiminWu</a><br />
</p>
</div>
<p class="contact gravatar">
<img src="//s.gravatar.com/avatar/0595d2bfd5707fe87e0115023974eff6?s=160" alt="">
</p>
</div>

</div>
Expand Down
11 changes: 11 additions & 0 deletions css/main.css
Expand Up @@ -170,3 +170,14 @@ body {
.footer {
font-family: Helvetica, Arial, sans-serif;
}

.footer .gravatar {
float: right;
}

.gravatar img {
border-radius: 80px;
width: 80px;
height: 80px;
}

3 changes: 3 additions & 0 deletions index.html
Expand Up @@ -66,6 +66,9 @@ <h1>Blog Posts</h1>
<a href="https://plus.google.com/+ZhiminWu">plus.google.com/+ZhiminWu</a><br />
</p>
</div>
<p class="contact gravatar">
<img src="//s.gravatar.com/avatar/0595d2bfd5707fe87e0115023974eff6?s=160">
</p>
</div>


Expand Down
9 changes: 4 additions & 5 deletions jekyll/update/2014/04/29/welcome-to-jekyll.html
Expand Up @@ -49,12 +49,11 @@ <h2>Welcome to Jekyll!</h2>

<p>Jekyll also offers powerful support for code snippets:</p>

<div class="highlight"><pre><code class="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
<span class="nb">puts</span> <span class="s2">&quot;Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">&quot;</span>
<div class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
<span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
<span class="k">end</span>
<span class="n">print_hi</span><span class="p">(</span><span class="s1">&#39;Tom&#39;</span><span class="p">)</span>
<span class="c1">#=&gt; prints &#39;Hi, Tom&#39; to STDOUT.</span>
</code></pre></div>
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
<span class="c1">#=&gt; prints 'Hi, Tom' to STDOUT.</span></code></pre></div>

<p>Check out the <a href="http://jekyllrb.com">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/mojombo/jekyll">Jekyll&#39;s GitHub repo</a>.</p>

Expand Down

0 comments on commit adbfa36

Please sign in to comment.