Commit Graph

85 Commits (b0a3a5525df2c4aec28d80cde67cc70a7fd484ba)

Author SHA1 Message Date
Thomas Quinot b0a3a5525d Update
Thomas Quinot 81fbdf1880 Initial posts!
Brandon Mathis c814560c86 removed accidentally added file
Brandon Mathis c18de55875 Titles in code plugins can have slashes in them. Closes
Brandon Mathis 6cba214513 removed /source
Brandon Mathis d8b796acb9 Another massive commit:
1. Major improvements to the responsive styling.
2. Toggleable sidebar
3. Upgraded to modernizr 2.0 which includes Respond.js
4. IE7-9 testing and fixes
5. New theming system which should make forkers happy
6. New rake task for installing Octopress themes
7. Magic
Brandon Mathis 8698a276f9 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.
Brandon Mathis c7d5365f81 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
Brandon Mathis e4c2d5790b irrisponsibly massive commit
Martin Elwin 362c7834d7 Return months when > 31 days.
Tom Hoover 38fd8d6ee9 corrected "upated" to "updated" in index.haml
Tom Hoover 493a2cef68 corrected "upated" to "updated"
Henrik Sjökvist 7ae5309642 Enforce UTF-8 in meta tag to avoid character set problems.
Kevin W. Gisi f6caf533d8 Requiring latest version of active_support
Jerod Santo 80b276c21e Explicitly require ActiveSupport 2.3.2.
Rails 3's ActiveSupport does not include Fixnum#ordinalize. Any system with this version of ActiveSupport installed will encounter a NoMethodError when running the 'generate' rake task.
B Mathis 7a837a7238 added a link to the wiki to first post
B Mathis 16aab4abb2 updated syntax styling to have nice headers for code windows
B Mathis 42251dddca improved layout flexibility
B Mathis 33bca7246e added support for "updated" metadata in a blog post
B Mathis eefe29e5d0 now Octopress uses partials
B Mathis 60d42be5ce updated twitter link to have correct tweet link on timestamp
Ryan Daigle 572be10d7d Add partial support with a HAML approved version of jekyll's include
B Mathis 6a1a9a8bb8 added titlize so posts created with rake tasks will have nice titles
B Mathis ffc2962001 fixed google analtyics tracking id
B Mathis f6e169a8dc added variable for google tracking id
B Mathis 50c0368400 fixed discussion url id
B Mathis 87c7c1a163 replaced a specific reference with a generic one for disqus
B Mathis 6f10642bde added introduction post to show off typography and function as a first post
B Mathis 2b2de6104e removed lame example posts
B Mathis 7e87a4c518 fixed core library link to google
B Mathis a3fcfdea94 mootools core now loads from goolge ajax libraries
B Mathis 04c07e7e85 fixed link to about page
B Mathis ca68e5b6bf turned off developer mode for disqus
B Mathis b021a483dc added check for twitter container in twitter.js
B Mathis bdc66eabdf reorganized stylesheets
B Mathis 0d602515cc changed the way blog titles are constructed
B Mathis b29e546c72 changed footer credit from github link to octopress.org
B Mathis 513cb7e028 removed my twitter name from the default layout
B Mathis bd96f301ef added back html_email obfusticator
B Mathis c51a1be7f9 cleaned up helpers
B Mathis 0ac4eca1d4 expanding code now adjusts the scroll position to accommodate for differently wrapped text
B Mathis a23a4734b4 fixed twitter cookie saving
B Mathis a91019b919 set twitter cookie to lastexpire in 30 minutes
B Mathis 6a4ccce18c removed collapse sidebar function
B Mathis 4d1e6d414c added email obfusticator to the helpers, use with #{to_html_email("user@domain.com")}
B Mathis a55a551566 added ability to collapse layout
B Mathis 0b744bae5e improved javascript for code expansion
B Mathis 1eddd60a71 updated syntax style, added javascript for expanding code blocks
B Mathis 790d5a447c fixed FF bug that prevented stylesheets from loading
B Mathis 7d2be2e504 added syntax highlighting test page