Commit Graph

175 Commits

Author SHA1 Message Date
Pavel Pravosud 5ec1f014a0 added stringex gem for permalink url generation 2011-08-20 10:24:15 +07:00
Brandon Mathis 59521e3db8 added blog_index_dir configuration and improved update_source 2011-08-16 01:50:34 -04:00
Brandon Mathis 5958810eb2 Merge branch 'master' of github.com:imathis/octopress 2011-08-11 19:56:54 -04:00
Brandon Mathis 313c3859aa now using rack instead of Jekyll's webrick server, fixes #90 2011-08-11 19:56:25 -04:00
marutanm a817f99785 fix rake-list 2011-08-11 21:13:30 +09:00
Brandon Mathis 0e072543da added support for preserving customized source/index.html during template updates. Moved the blog index code to a partial in source/_includes/blog_index.html 2011-08-10 18:15:10 -04:00
Brandon Mathis 5d24e0ba2b udpated rake udpate_source task to preserve custom includes instaed of preserving navigation and footer 2011-07-31 13:24:56 -04:00
Brandon Mathis df86e647b1 Rake task update_source now preserves footer as well as navigation 2011-07-28 22:12:50 -04:00
Brandon Mathis 0911eabb9b fixed update style 2011-07-27 18:34:50 -04:00
Luke Armstrong 6244feae22 Fixed rake update_source and rake update_style 2011-07-28 00:22:57 +02:00
Luke Armstrong 3d238313a7 Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory] 2011-07-27 23:50:35 +02:00
Brandon Mathis 25704fe355 improved new_post title substitutions, fixed directories in rake update tasks 2011-07-27 16:39:50 -04:00
Mike Ballou 9189548e9d Changed description of new_page rake task, to what it does 2011-07-26 16:10:16 -07:00
Brandon Mathis a12b0b7f6e updated push rake task to copy contents of public directory into _deploy 2011-07-26 14:32:15 -04:00
Brandon Mathis 12aed03eea updated rakefile and config to support url mapping in previous commit 2011-07-22 00:03:11 -04:00
Brandon Mathis 19df7e84d6 added source_update and sass_update rake tasks, for easily updating a blog to the latest theme 2011-07-19 22:18:34 -04:00
Brandon Mathis cc1cfa56b2 fixed regular expression for new_page rake task 2011-07-19 17:29:23 -04:00
Brandon Mathis 6006ac8a01 new_page rake task now creates pages as page_name/index.[default_format] if no file extension is passed. By default this creates nicer urls 2011-07-19 17:01:14 -04:00
Brandon Mathis 98cfd74d9a In new_post and new_page rake tasks: adding quotes around title attribute for better compatibility with yaml 2011-07-19 16:18:40 -04:00
Brandon Mathis 4a40323166 Changed rake task 'post' to 'new_post' and updated the yaml front matter. Added 'new_page' rake task for easily adding new pages with a default yaml block 2011-07-19 16:09:42 -04:00
Brandon Mathis 17c59fb1d1 Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins. 2011-07-19 09:06:54 -04:00
Brandon Mathis 7c71582990 Merge branch 'edge' of github.com:imathis/octopress into edge 2011-07-16 14:55:37 -04:00
Brandon Mathis 1f9b596b82 1. Added rake task for simple configuration of subdirectory deployment.
2. Updated READEME documentation regarding deploying to subdirectories.
3. Fixed related mistake in pagination and header links
2011-07-16 14:52:50 -04:00
Kent Fenwick 922472517f Updated path to plugins. 2011-07-16 11:27:16 -07:00
Brandon Mathis 9e6a951826 Updated install rake task (now properly copies directory contents) Thanks @pw for the pull request fixes #32 2011-07-11 11:55:56 -04:00
Brandon Mathis ee7b9dd958 Changed _plugins folder to plugins and updated rake tasks accordingly 2011-07-11 11:17:15 -04:00
Brandon Mathis ea349cdfbf Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use 2011-06-29 14:01:06 -04:00
Brandon Mathis ce6621724c Improved the post and init_deploy rake tasks 2011-06-27 22:47:40 -04:00
Brandon Mathis 6f4c842bdf fixed a bug in init_deploy task 2011-06-27 18:17:15 -04:00
Brandon Mathis 353ccfd4eb 1. Added Category support
2. Designed blog archives pages
3. Restructured Sass
4. Added Categories to rake post metadata
5. Some general style improvements
2011-06-27 15:59:21 -04:00
Brandon Mathis a128d4990b 1. Improved Deployment and setup tasks in Rakefile
2. Improved README setup instructions
2011-06-22 23:44:02 -04:00
Brandon Mathis a2ab1d4802 1. Reordered configs in Rakefile based on importance.
2. Refactored stylesheets to simplify dreictory trees.
2011-06-22 12:29:23 -04:00
Brandon Mathis b9b9eb09c1 improved rake tasks for deployment, updated .gitignore 2011-06-21 16:11:07 -04:00
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.
2011-06-17 22:24:48 -04:00
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
2011-06-11 15:58:53 -04:00
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.
2011-06-11 07:56:04 -04:00
Brandon Mathis 519e234aab Improved theme install process
added missing assets
2011-06-08 16:36:10 -04:00
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
2011-06-07 10:45:01 -04:00
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.
2011-05-30 00:30:16 -04:00
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 2011-05-15 18:33:00 -04:00
Brandon Mathis e4c2d5790b irrisponsibly massive commit 2011-04-17 22:49:30 -05:00
Kevin W. Gisi 1f4fcec53b Correctly check for failing Serve 2010-08-03 19:57:01 +08:00
Kevin W. Gisi 9bd7133953 Fixed 'rake preview on fails vanilla install' bug 2010-08-03 19:57:01 +08:00
B Mathis 76b8b8ca45 fixed rake preview and updated sass to sass3 syntax 2010-07-26 10:55:53 -05:00
dbloete 091ef1c6e1 Use Bundler for dependency management 2010-05-26 22:07:31 +08:00
dbloete 654428a309 Explicitly require the helpers 2010-05-26 05:19:22 +08:00
dbloete e112b7e05f Fix compass/sass deprecation warnings 2010-05-26 05:18:55 +08:00
B Mathis eefe29e5d0 now Octopress uses partials 2010-03-10 12:23:30 -06:00
Ryan Daigle c41b9e89ae Fix sitemap regeneration 2010-02-05 09:46:36 -06:00
Ryan Daigle 2f41517191 Update to rakefile to allow working on a single post at a time (and saving regeneration time) 2010-02-05 09:45:35 -06:00
B Mathis de113ecfeb changed default github pages deploy branch to master 2009-12-13 10:36:59 -06:00
B Mathis a6262dcbff added a rake task for creating a new post 2009-12-07 10:55:13 -06:00
B Mathis af719fb4dd fixed default deploy task 2009-11-25 08:34:32 -06:00
B Mathis b12b037091 improved rake file feedback during deploy 2009-11-25 08:18:54 -06:00
B Mathis eff018e91e trying one more thing with the rake task auto push 2009-11-24 17:21:04 -06:00
B Mathis 65ab7abbfa fixed deploy var in rake task 2009-11-24 17:19:00 -06:00
B Mathis 1e796da9db fixed branch name in rakefile 2009-11-24 17:17:06 -06:00
B Mathis 24246ea808 fixed variables for github in rakefile 2009-11-24 17:15:37 -06:00
B Mathis b4540bb461 tweaked rakefile github deploy 2009-11-24 17:04:11 -06:00
B Mathis 3a6974267b fixed source_branch variable name in github deploy script 2009-11-24 17:01:32 -06:00
B Mathis 34e25551ea renamed rake task for github deploy 2009-11-24 16:58:43 -06:00
B Mathis 399fe77f67 updated rakefile to support github user pages, and github project pages for deployment 2009-11-24 16:53:24 -06:00
B Mathis 54766a0c3b updated rakefile to support github pages deployments 2009-11-24 16:40:47 -06:00
B Mathis 3e69c6be8b fixed the deploy rake task so it will delete the debug pages 2009-11-13 02:35:40 -06:00
B Mathis c63ccc919e updated rakefile to generate pygments syntax highlighting 2009-11-11 20:16:43 -06:00
B Mathis 24c5fedcbc udpated thirdparty integration, it is now conditionally added, updated readme 2009-11-07 12:05:10 -06:00
B Mathis 416667ccaa added disqus comment support 2009-11-05 22:36:37 -06:00
B Mathis 6c9f1567ce updated rakefile, added some basic twitter files 2009-11-05 21:58:04 -06:00
B Mathis f7700443ec moved stylesheets 2009-11-05 21:34:41 -06:00
B Mathis 145f81046b updated rake file, reorganized stylesheets, added google site search, added google analytics 2009-11-05 21:30:03 -06:00
B Mathis cc8985df55 fixed a few issues with the rakefile, and updated the readme 2009-10-31 23:17:29 -05:00
B Mathis dafeb04f73 updated rakefile to use FSSM in `rake watch`, generate a sitemap, and moved typography to a debug folder 2009-10-31 12:52:56 -05:00
B Mathis e0a0d093c4 paramaterized feed, rsync deployment, and unified layouts 2009-10-20 08:50:16 -05:00
B Mathis d8d51719fb added compass, added some basic stylesheets 2009-10-18 20:10:45 -05:00
B Mathis 82d0251da1 improved starting point 2009-10-18 19:07:36 -05:00