From 2b38daafc25ff39a86821993c4aedcf2c327bc37 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 20 Sep 2010 15:55:36 +0200 Subject: playing with HTML5 --- _includes/disqus.html | 23 ++++++++++++++ _layouts/default.html | 41 +++++++++++++------------ _layouts/post.html | 37 +++++----------------- about/index.html | 43 ++++++++++++++------------ static/css/screen.css | 10 +++--- talks/index.html | 85 ++++++++++++++++++++++++++++----------------------- 6 files changed, 127 insertions(+), 112 deletions(-) create mode 100644 _includes/disqus.html diff --git a/_includes/disqus.html b/_includes/disqus.html new file mode 100644 index 0000000..8b07c75 --- /dev/null +++ b/_includes/disqus.html @@ -0,0 +1,23 @@ +
+
+ + + blog comments powered by Disqus + +
diff --git a/_layouts/default.html b/_layouts/default.html index 0bff272..283b40c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,19 +1,18 @@ - + - - + {{ page.title }} - - + + - - + + - + {% include analytics.html %} @@ -21,17 +20,20 @@
- - + + {{ content }} - + +
+
diff --git a/_layouts/post.html b/_layouts/post.html index c79b965..1760051 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,34 +2,11 @@ layout: default ---
-

- {{ page.title }} -

-
published {{ page.date | date_to_string }}
- {{ content }} +

{{ page.title }}

+
+
published
+ {{ content }} +

-
-
- - -blog comments powered by Disqus - - -
-
\ No newline at end of file + {% include disqus.html %} + diff --git a/about/index.html b/about/index.html index d39bf8a..90448dd 100644 --- a/about/index.html +++ b/about/index.html @@ -1,24 +1,29 @@ --- layout: default --- -

About

-

- -

+

+

About

+

+ -My name is franck cuny, and I'm just another Perl hacker. I'm passionate about graphs, code, and the web.
+

-

-I'm a software engineer at Linkfluence, -where I work mainly on our feed aggregator, data collecting, and the scalability of our -infrastructure. -

-Other places where you can find me: -

-

+ My name is franck cuny, and I'm just another Perl hacker. I'm passionate about graphs, code, and the web.
+ +
+ + I'm a software engineer working at Linkfluence, where I work mainly on our feed aggregator, data collecting, and the scalability of our infrastructure. + +
+ + Other places where you can find me: + + +

+
diff --git a/static/css/screen.css b/static/css/screen.css index 9130e89..c01c5e1 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -140,7 +140,7 @@ ul.posts { color: #aaa; } - .site .footer { + .site footer { font-size: 80%; color: #666; border-top: 4px solid #eee; @@ -148,22 +148,22 @@ ul.posts { overflow: hidden; } - .site .footer .contact { + .site footer .contact { float: left; margin-right: 3em; } - .site .footer .contact a { + .site footer .contact a { color: #8085C1; } - .site .footer .rss { + .site footer .rss { margin-top: 1.1em; margin-right: -.2em; float: right; } - .site .footer .rss img { + .site footer .rss img { border: 0; } diff --git a/talks/index.html b/talks/index.html index 5a07b0e..0430263 100644 --- a/talks/index.html +++ b/talks/index.html @@ -2,48 +2,55 @@ layout: default ---

Previous and Upcoming Talks

+

2010

- + +
+ June 2010, FPW 2010 — Github Explorer +

+ Presentation de github-explorer +
+ Slides - PDF +

+
+ +
+ June 2010, FPW 2010 — Introduction à Plack +

+ Introductoin à Plack: PSGI, les Handlers, les Middlewares, ... +
+ Slides - PDF +

2009

- + +
+ October 2009, OSDC.fr — Introduction à Moose +

+ Introduction à Moose: survol rapide des roles, du MOP, ... +
+ Slides - PDF +

+
+ +
+ August 2009, YAPC::EU 2009 — CPAN Explorer +

+ A talk about the shape of the CPAN, and a map of his community. +
+ Slides - PDF +

+
+ +
+ June 2009, FPW 2009 — CPAN Explorer +

+ Présentation réalisée au FPW09, sur la communauté des developpeurs Perl via le CPAN et le web. +
+ Slides - PDF +

+
+

Articles