From caeb9504036988415db426369fcc6f7da3e8ef5b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 29 Aug 2008 23:49:26 +0000 Subject: [PATCH] Importing NanoBlogger post "Category tags and their ordering" --- posts/Category_tags_and_their_ordering.mdwn | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 posts/Category_tags_and_their_ordering.mdwn diff --git a/posts/Category_tags_and_their_ordering.mdwn b/posts/Category_tags_and_their_ordering.mdwn new file mode 100644 index 0000000..50e023c --- /dev/null +++ b/posts/Category_tags_and_their_ordering.mdwn @@ -0,0 +1,25 @@ +[[!meta title="Category tags and their ordering"]] +[[!meta date="2008-08-29 19:49:26"]] +Apparently I think in almost-alphabetical order, since I just spent a +while trying to figure out how to reorder the links in the +"Categories" section of the main page's sidebar. For those who are +interested, the ordering is set with the + + : ${CATLINKS_FILTERCMD:=sort} + +line in the `weblog_links.sh` plugin. Having found out that it's just +alphebetical order, I'm fine with it. I just assumed it was locking +in the unorganized timeline of me thinking up tags or something silly +like that. + +In the spirit of tagging, you can turn on category-specific feeds in +your blog.conf file with + + CATEGORY_FEEDS="1" + ATOM_CATFEEDS="1" + RSS2_CATFEEDS="1" + RSS_CATFEEDS="1" + +or some variation on that theme. Funfunfun. + +[[!tag blogging]] -- 2.26.2