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/images | |
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 '')
-rw-r--r-- | public/images/code_bg.png | bin | 239 -> 0 bytes |
-rw-r--r-- | public/images/rss.png | bin | 504 -> 0 bytes |
-rw-r--r-- | public/images/search.png | bin | 333 -> 0 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/public/images/code_bg.png b/public/images/code_bg.png Binary files differdeleted file mode 100644 index a57bab56..00000000 --- a/public/images/code_bg.png +++ /dev/null diff --git a/public/images/rss.png b/public/images/rss.png Binary files differdeleted file mode 100644 index f458e57d..00000000 --- a/public/images/rss.png +++ /dev/null diff --git a/public/images/search.png b/public/images/search.png Binary files differdeleted file mode 100644 index 1220ff4e..00000000 --- a/public/images/search.png +++ /dev/null |