Jon Frisby
7893d88dcf
Removal of apparently unreferenced, dangling method.
...
(A search of the code reveals no reference to 'parse_category'...)
2013-02-21 21:54:02 -08:00
Eric Guo
6bd6d572e5
fix typo
2013-01-27 14:33:00 +08:00
Brandon Mathis
1d5b9f803f
Improved error message for category_generator plugin. Addresses #116
2013-01-12 16:21:50 -06:00
Brandon Mathis
234e92852f
Category Archive now supports category slugs and titles
...
For example, in the YAML header set categories like this
categories:
- awesome [Awesome Posts]
- news
Octopress will parse out '[Awesome Posts]' and 'news' as the title and display it in
the category list, but the category index urls will be awesome/ and news/
Fixes #902
2012-12-31 13:43:58 -06:00
David Tchepak
1b9fc7901e
added category link method #408
2012-12-29 02:10:59 -06:00
Brandon Mathis
c06ba58466
removed some duplication from category url generation
2012-05-20 16:43:06 -05:00
Brandon Mathis
5e666bfe6b
Category directory can be set to root directory. Closes #331 #369
2012-05-20 16:36:53 -05:00
Brandon Mathis
ecb1748c4e
fixed issue where category layouts were using category feed xml instead of html layout
2012-05-20 16:23:08 -05:00
Brandon Mathis
c26aa7e9a0
now per category feeds are optional (default to off) this should improve speed for the many people who don't use this feature
2012-02-19 16:27:45 -06:00
Brandon Mathis
107a4af528
moved the category_feed out of _includes/custom to _layouts/
2012-02-18 15:28:06 -06:00
Mikkel Hoegh
66916f57a7
First attempt at creating per-category Atom feeds.
2011-10-05 00:27:17 +02:00
Brandon Mathis
31b5388402
Downcased category urls
2011-09-05 08:07:08 -05:00
Chun-wei Kuo
7e976cbc60
Improved support for non Latin characters in category names. Fixes #128
2011-09-05 18:07:40 +08:00
Brandon Mathis
ed0c220523
Merge branch 'master' of https://github.com/fhemberger/octopress into fhemberger-master
...
Conflicts:
plugins/category_generator.rb
2011-09-04 08:37:22 -05:00
fhemberger
80f8a609f6
Improved support for non Latin characters in category names. Fixes #128
2011-09-04 12:56:54 +02:00
Brandon Mathis
17301879cd
reverted back to \W in category_generator. Tracking on #128
2011-09-03 09:18:43 -05:00
Brandon Mathis
4f9c45f24a
Improved support for non Latin characters in category names. Fixes #128
2011-09-03 08:15:01 -05:00
Brigham Brown
648d4cc238
Fix extra subdirectories appearing in category links and atom.xml link.
2011-08-11 21:30:45 -07:00
Brandon Mathis
fe074b2c1b
removed some unnecessary steps from the category_generator plugin to avoid confusion
2011-07-23 01:18:02 -04:00
Brandon Mathis
39d56bc988
Finally a nice solution for mapping relative urls
2011-07-22 00:00:18 -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