Migrated blog to HTML5
I've finally migrated my blog to HTML5. I learned lots.
<article>
, <header>
and
<footer>
tags make everything seem more organized.
I'm not sure if <time>
tags are worth all the fuss. They
don't work with historic dates. I would love them if one could change the format
of <time>
dates using CSS. However, as far as I can tell, it
isn't possible.
<figure>
and <figcaption>
also do a lot
to make a page more structured. I can now style figures more consistently
instead of having a bunch of images without rime or reason. Captions are now
logically associated with the image they're for.
Porting wasn't difficult and there's lots of excellent documentation on the web about HTML5. I'll let you find it though.
Comments: To comment on this post, send me an email following the template below. Your email address will not be posted, unless you choose to include it in the link: field. If your web browser is configured to handle mailto: links, click comment to load the template into your mail client.
To: Ryan Kavanagh <rak@rak.ac> Subject: [blog-comment] /blog/2010-04-06-migrated-blog-to-html5/ post_id: /blog/2010-04-06-migrated-blog-to-html5/ author: [How should you be identified? Usually your name or "Anonymous"] link: [optional link to your website] Your comments here. Markdown syntax accepted.
2 Comments
mirabilos
Rather get rid of the Disqus. It’s horrible. Make your blog Lynx compatible, please.Ryan Kavanagh
The site is currently generated with Jekyll and agree with your evaluation of Disqus, but I don’t know of any decent non-JS/non-PHP means of handling comments. I have in mind a blog engine similar to Debbugs, where I post by sending my blog an email, and users can comment by sending the post’s address an email. But I have yet to implement such a thing :) I’ll try to figure something out.