Age | Commit message (Collapse) | Author |
|
This way images attached to blog posts don't show up as enclosures in the
blog by default.
|
|
|
|
This way, the example blog always has a sidebar on the index page,
but not the overhead of sidebars on all the other pages. And if a
user wants to, they can enable global_sidebars to switch to sidebars on
every page.
|
|
|
|
Multiple sidebars should be possible; also, I want to add a sidebar
template.
|
|
* pagestats: Class parameter can be used to override default class for
custom styling.
* pagestats: Use style=list to get a list of tags, scaled by use like
in a tag cloud. This is useful to put in a sidebar.
* Rework example blog front page.
|
|
|
|
|
|
|
|
When at toplevel, the default is ok.
|
|
So ./posts won't be interpreted right. Just "posts" should do, I think.
|
|
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
|
|
|
|
PageSpecs, by using "./". pagespec_match() has grown a new third parameter
to support this.
|
|
* Add examples page with some examples of things that can be done using
ikiwiki, like a weblog. The examples can be copied into a user's wiki
for a quick start, without needing to learn everything about how to put
them together.
|