diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-05-30 00:30:16 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-05-30 00:30:16 -0400 |
commit | 8698a276f937cb1cd6f67f7f213e2ea438500d7e (patch) | |
tree | 3963ed8f9750cd565087ce54fe8de38d9f5c606d /public/sitemap.xml | |
parent | c7d5365f81552cae16bbb91696ca3e67b4a0a2e9 (diff) | |
download | my_new_personal_website-8698a276f937cb1cd6f67f7f213e2ea438500d7e.tar.xz my_new_personal_website-8698a276f937cb1cd6f67f7f213e2ea438500d7e.zip |
Cleaned out public from repository, updated gitignore, added syntax
highlighting tests, improved syntax highlighting and styling of pre
blocks.
Overriding dynamic gist styling.
Added a plugin for pygments caching which should speed things up
terrifically.
added ender.js as a lightweight way of scripting the DOM, events, etc.
Some general typography and semantic html improvements.
Diffstat (limited to 'public/sitemap.xml')
-rw-r--r-- | public/sitemap.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 1e1dba0c..00000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> - <url> - <loc>http://yoursite.com/about.haml</loc> - <lastmod>2011-05-14</lastmod> - </url> - <url> - <loc>http://yoursite.com/atom.xml</loc> - <lastmod>2011-05-12</lastmod> - </url> - <url> - <loc>http://yoursite.com/</loc> - <lastmod>2011-05-12</lastmod> - </url> - <url> - <loc>http://yoursite.com/test/syntax.html</loc> - <lastmod>2010-04-10</lastmod> - </url> - <url> - <loc>http://yoursite.com/test/typography.haml</loc> - <lastmod>2011-05-14</lastmod> - </url> - <url> - <loc>http://yoursite.com/2011/04/07/test-of-typography</loc> - <lastmod>2011-04-07</lastmod> - </url> - <url> - <loc>http://yoursite.com/2011/03/14/test-post</loc> - <lastmod>2011-03-14</lastmod> - </url> - <url> - <loc>http://yoursite.com/2009/11/13/hello-world</loc> - <lastmod>2009-11-13</lastmod> - </url> -</urlset>
\ No newline at end of file |