summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck.cuny@gmail.com>2012-01-02 12:54:09 -0800
committerfranck cuny <franck.cuny@gmail.com>2012-01-02 12:54:09 -0800
commit6a8bb8c24fce405fb7e86dedcb38a00ab5c17266 (patch)
tree50e81a16b6f63940b4f99819e3acd3b934382675
parentnew images (diff)
downloadlumberjaph-6a8bb8c24fce405fb7e86dedcb38a00ab5c17266.tar.gz
refresh the design and update the about section
-rw-r--r--_layouts/default.html11
-rw-r--r--_layouts/post.html8
-rw-r--r--about/index.html17
3 files changed, 23 insertions, 13 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index d41e5fa..3d4b93b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -19,12 +19,13 @@
<div class="site">
<div class="title">
-
- <div class="intro">
- <a class="extra" rel="author" href="/about/">franck</a> writes stuff <a href="/" class="extra">here</a>, pushes <a href="http://github.com/franckcuny">code</a> and sometimes <a href="http://twitter.com/franckcuny">tweets</a>. Check the <a href="/archives.html" rel="archives" class="extra">archives</a> and the <a class="extra" href="/talks/">talks</a>.
- </div>
-
+ <div class="intro">
+ This is <a class="extra" rel="author" href="/about/">Franck</a>'s blog,
+ where he <a href="/archives.html" class="extra">writes about web
+ technologies, code, graph, and Perl</a>.
</div>
+ </div>
+
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html
index 66a9b4c..c3db531 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,10 +2,16 @@
layout: default
---
<div id="post">
- <h2 id="post_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a><span id="date"><g:plusone size="small"></g:plusone>published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></span></h2>
+ <h2 id="post_title">
+ <span id="gplus"><g:plusone size="medium" annotation="none"></g:plusone></span><span id="actual_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></span>
+ </h2>
+
+ <span id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></span>
+
<article>
{{ content }}
</article>
+
<hr />
{% include disqus.html %}
</div>
diff --git a/about/index.html b/about/index.html
index 8190557..53e1498 100644
--- a/about/index.html
+++ b/about/index.html
@@ -6,9 +6,11 @@ layout: default
<h2>About me</h2>
<p>
- <img class="floatright" src="http://f.lumberjaph.net/me/hacking.png" alt="me" />
+ <img class="floatright" src="/static/imgs/stargit.jpg" alt="me, photo (c) Rafael Garcia-Suarez" />
- My name is <span itemprop="name">franck cuny</span>, and I'm just another Perl hacker.
+ My name is <span itemprop="name">franck cuny</span>, and I'm just
+ another Perl hacker. I'm a french software engineer living in San
+ Francisco.
<br /><br />
@@ -20,13 +22,14 @@ layout: default
<br /><br />
- I'm a <span itemprop="title">software engineer</span> working at <a href="http://linkfluence.net/"><span itemprop="affiliation">Linkfluence</span></a>, where most of my time is spent working on our feed aggregator, collecting data from various web services, and handling the scalability of our architecture.
+ I'm a <span itemprop="title">software engineer</span> working at <a
+ href="http://saymedia.com/"><span itemprop="affiliation">SAY:
+ Media</span></a>, where most of my time is spent working on
+ our platform, and writing Perl and Python code.
<br /><br />
- I'm also a member
- of <a href="http://paris.mongueurs.net/">Paris.pm</a>, where I
- organize the technical meeting for the group.
+ I'm also a member of <a href="http://paris.mongueurs.net/">Paris.pm</a> and SF.pm.
<br /><br />
@@ -39,7 +42,7 @@ layout: default
<li><a itemprop="url" href="http://github.com/franckcuny">github</a></li>
<li><a itemprop="url" href="http://twitter.com/franckcuny">twitter</a></li>
<li><a itemprop="url" href="http://search.cpan.org/~franckc/">CPAN</a></li>
- <li><a itemprop="url" href="http://pinboard.in/u:franckcuny">pinboard</a></li>
+ <li><a itemprop="url" href="https://plus.google.com/114048512345425814599/posts">Google+</a></li>
<li><a itemprop="url" href="http://fr.linkedin.com/pub/franck-cuny/1a/362/506">linkedin</a></li>
</ul>
</p>