diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-05-15 18:33:00 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-05-15 18:33:00 -0400 |
commit | c7d5365f81552cae16bbb91696ca3e67b4a0a2e9 (patch) | |
tree | 76c57e41828a3492535cde7fe82bef98ccea0eb4 /public/atom.xml | |
parent | e4c2d5790bac6a74037638fde049c374fc44cc7b (diff) | |
download | my_new_personal_website-c7d5365f81552cae16bbb91696ca3e67b4a0a2e9.tar.xz my_new_personal_website-c7d5365f81552cae16bbb91696ca3e67b4a0a2e9.zip |
major refactoring, improved file watching, changed site to public to support rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading
Diffstat (limited to 'public/atom.xml')
-rw-r--r-- | public/atom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/atom.xml b/public/atom.xml index a4c87f35..816a6304 100644 --- a/public/atom.xml +++ b/public/atom.xml @@ -4,7 +4,7 @@ <title></title> <link href="http://yoursite.com/atom.xml" rel="self"/> <link href="http://yoursite.com/"/> - <updated>2011-04-11T16:23:20-05:00</updated> + <updated>2011-05-15T18:13:17-04:00</updated> <id>http://yoursite.com/</id> <author> <name>Your Name</name> @@ -17,7 +17,7 @@ <entry> <title>Test of Typography</title> <link href="http://yoursite.com/2011/04/07/test-of-typography/"/> - <updated>2011-04-07T19:17:00-05:00</updated> + <updated>2011-04-07T19:17:00-04:00</updated> <id>http://yoursite.com/2011/04/07/test-of-typography</id> <content type="html"><p>In the past I've always designed my own business cards, printed them on expensive card stock, and hand-cut them with an X-Acto knife. My cards were way nicer than those my clients had gotten <em>professionally</em> printed with bubbly ink, no-bleed designs, and cheap paper. Though I put tremendous care into my cards, I never was happy with the design.</p> @@ -76,7 +76,7 @@ people I work for I've never met in-person.</p> <entry> <title>Test Post</title> <link href="http://yoursite.com/2011/03/14/test-post/"/> - <updated>2011-03-14T00:00:00-05:00</updated> + <updated>2011-03-14T00:00:00-04:00</updated> <id>http://yoursite.com/2011/03/14/test-post</id> <content type="html"><p>This is a test!</p> </content> @@ -85,7 +85,7 @@ people I work for I've never met in-person.</p> <entry> <title>Hello World! I'm Octopress!</title> <link href="http://yoursite.com/2009/11/13/hello-world/"/> - <updated>2009-11-13T00:00:00-06:00</updated> + <updated>2009-11-13T00:00:00-05:00</updated> <id>http://yoursite.com/2009/11/13/hello-world</id> <content type="html"><p><strong>Octopress is a blogging framework designed for hackers</strong>, based on <a href="http://github.com/mojombo/jekyll">Jekyll</a> the blog aware static site generator powering <a href="http://pages.github.com/">Github pages</a>. If you don't know what Jekyll is, <a href="http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/">Jack Moffitt</a> wrote a good summary:</p> |