Skip to content

Commit

Permalink
More cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeurer committed Jul 23, 2011
1 parent 4985af4 commit 637173f
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 97 deletions.
5 changes: 3 additions & 2 deletions 404.html
Expand Up @@ -2,5 +2,6 @@
layout: page
title: 404 Page Not Found
---

The page you are looking for is nowhere to be found.
<p>
The page you are looking for is nowhere to be found.
</p>
1 change: 0 additions & 1 deletion _config.yml
Expand Up @@ -11,7 +11,6 @@ atom: http://feeds.feedburner.com/benediktmeurer
paginate: 5

exclude:
- CNAME
- Rakefile
- README.markdown

10 changes: 4 additions & 6 deletions _layouts/default.html
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html>

<head>
<!--
========================================================================================================================
Name: Modern1 v1
Description: This theme is developed as a result of experimenting with HTML5 and CSS3 elements.
Credits: Inspiration http://www.shetanimedia.com/
Icons Wireframe mono [http://www.iconfinder.com/search/?q=iconset%3Acc_mono_icon_set]
Yanone Kaffeesatz from Google Font Firectory - http://code.google.com/webfonts/family?family=Yanone+Kaffeesatz
Yanone Kaffeesatz from Google Font Directory - http://code.google.com/webfonts/family?family=Yanone+Kaffeesatz
Design by: Jiew Meng [http://jiewmeng.tumblr.com]
Changelog:
Expand Down Expand Up @@ -46,7 +47,7 @@
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />

<!-- jQuery -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>

<!-- Google +1 -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
Expand All @@ -57,9 +58,6 @@
<!-- GitHub -->
<script type="text/javascript" src="/js/github.js"></script>

<!-- Konami Code Easter Egg Code; Happy Birthday Panda! -->
<script type="text/javascript" src="/js/konami.js"></script>

<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand Down
4 changes: 2 additions & 2 deletions _layouts/iphoneapp.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html>

<head>
<meta charset="UTF-8" />
Expand All @@ -22,7 +22,7 @@
<link href="/{{ page.folder }}/favicon.ico" rel="shortcut icon" type="image/x-icon" />

<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>

<!-- SlideShow -->
<script src="/js/slideshow.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion archive.html
Expand Up @@ -4,4 +4,4 @@
tab: archive
---
{% assign posts = site.posts %}
{% include archive.html %}
{% include archive.html %}
83 changes: 0 additions & 83 deletions js/konami.js

This file was deleted.

4 changes: 2 additions & 2 deletions robots.txt
@@ -1,5 +1,5 @@
Sitemap: http://benediktmeurer.de/sitemap.xml

User-agent: *
Allow: /

Sitemap: http://benediktmeurer.de/sitemap.xml

8 changes: 8 additions & 0 deletions sitemap.xml
Expand Up @@ -54,7 +54,15 @@ layout: nil
<loc>{{ site.url }}{{ post.url }}</loc>
<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.4</priority>
</url>
{% for tag in post.tags %}
<url>
<loc>{{ site.url }}/tag/{{ tag }}</loc>
<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
<changefreq>weekly</changefreq>
<priority>0.2</priority>
</url>
{% endfor %}
{% endfor %}
</urlset>

0 comments on commit 637173f

Please sign in to comment.