Convert to tags from "*" to "tags/*".
[blog.git] / posts / Category_tags_and_their_ordering.mdwn
1 [[!meta  title="Category tags and their ordering"]]
2 [[!meta  date="2008-08-29 19:49:26"]]
3 Apparently I think in almost-alphabetical order, since I just spent a
4 while trying to figure out how to reorder the links in the
5 "Categories" section of the main page's sidebar.  For those who are
6 interested, the ordering is set with the
7
8     : ${CATLINKS_FILTERCMD:=sort}
9
10 line in the `weblog_links.sh` plugin.  Having found out that it's just
11 alphebetical order, I'm fine with it.  I just assumed it was locking
12 in the unorganized timeline of me thinking up tags or something silly
13 like that.
14
15 In the spirit of tagging, you can turn on category-specific feeds in
16 your blog.conf file with
17
18     CATEGORY_FEEDS="1"
19     ATOM_CATFEEDS="1"
20     RSS2_CATFEEDS="1"
21     RSS_CATFEEDS="1"
22
23 or some variation on that theme.  Funfunfun.
24
25 [[!tag tags/blogging]]