Summary of my setup
Install ikiwiki
Choose a hierarchy for the blog entries. It is
blog/$year/$month/$day/$title.mdwnright now, and tags are stored undertags/.Enable some plugins. Currently:
sidebar: integrate a menu bar on each page;
tag: ease the creation of tags and links;
pagestats: needed to generate automatically the list of the tags;
prettydate: specify a string format for the Posted/Last edited dates;
shortcut: enable many interesting shortcuts like
[[debbug NNNNNN]]or[[debpkg package]].Create some placeholders:
index.mdwn;tags.mdwn;tags/*.mdwn(one for each tag),Write a configuration file:
ikiwiki.setup, enabling these plugins, and containing some basic information like origin and target directories.To do:
learn the syntax for real;
- automate the creation of
index.mdwnplaceholders underblog/$year,blog/$year/$month, and so on. Extend a module to do so? - poke the author of the calendar plugin so as to get the code;
- report that shortcuts containing slashes aren't working;
- integrate it in git.