Commit Graph

42 Commits (5d61b463580584755bc6a45ac3212b3b08409dda)

Author SHA1 Message Date
Brandon Mathis 21813059f2 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for markdown processing.
2. Added updated instructions to the README
3. Removed unused media css directories
4. Improved use of color variables for page theming.
5. Improved Typography and blog styling.
6. Added support for simple pre and code styles
7. Misc styling and markup improvements.
Brandon Mathis 913fa105c4 1. Moved _plugins into themes/classic/_plugins
I think it's probably better to ship plugins with themes to make it
easier to update them.
2. Improved 'install' rake task and made nicer output
Brandon Mathis 14ba4cfd3c 1. Reduced dependencies and updated the gemfile
2. Added whole vendor directory to .gitignore for `bundle package` users
3. Removed guard tasks and replaced serve tasks in Rakefile.
3. Reorganized rake tasks and cleaned up the Rakefile.
Brandon Mathis 519e234aab Improved theme install process
added missing assets
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
Kevin W. Gisi 1f4fcec53b Correctly check for failing Serve
Kevin W. Gisi 9bd7133953 Fixed 'rake preview on fails vanilla install' bug
B Mathis 76b8b8ca45 fixed rake preview and updated sass to sass3 syntax
dbloete 091ef1c6e1 Use Bundler for dependency management
dbloete 654428a309 Explicitly require the helpers
dbloete e112b7e05f Fix compass/sass deprecation warnings
B Mathis eefe29e5d0 now Octopress uses partials
Ryan Daigle c41b9e89ae Fix sitemap regeneration
Ryan Daigle 2f41517191 Update to rakefile to allow working on a single post at a time (and saving regeneration time)
B Mathis de113ecfeb changed default github pages deploy branch to master
B Mathis a6262dcbff added a rake task for creating a new post
B Mathis af719fb4dd fixed default deploy task
B Mathis b12b037091 improved rake file feedback during deploy
B Mathis eff018e91e trying one more thing with the rake task auto push
B Mathis 65ab7abbfa fixed deploy var in rake task
B Mathis 1e796da9db fixed branch name in rakefile
B Mathis 24246ea808 fixed variables for github in rakefile
B Mathis b4540bb461 tweaked rakefile github deploy
B Mathis 3a6974267b fixed source_branch variable name in github deploy script
B Mathis 34e25551ea renamed rake task for github deploy
B Mathis 399fe77f67 updated rakefile to support github user pages, and github project pages for deployment
B Mathis 54766a0c3b updated rakefile to support github pages deployments
B Mathis 3e69c6be8b fixed the deploy rake task so it will delete the debug pages
B Mathis c63ccc919e updated rakefile to generate pygments syntax highlighting
B Mathis 24c5fedcbc udpated thirdparty integration, it is now conditionally added, updated readme
B Mathis 416667ccaa added disqus comment support
B Mathis 6c9f1567ce updated rakefile, added some basic twitter files
B Mathis f7700443ec moved stylesheets
B Mathis 145f81046b updated rake file, reorganized stylesheets, added google site search, added google analytics
B Mathis cc8985df55 fixed a few issues with the rakefile, and updated the readme
B Mathis dafeb04f73 updated rakefile to use FSSM in `rake watch`, generate a sitemap, and moved typography to a debug folder
B Mathis e0a0d093c4 paramaterized feed, rsync deployment, and unified layouts
B Mathis d8d51719fb added compass, added some basic stylesheets
B Mathis 82d0251da1 improved starting point