summaryrefslogtreecommitdiff
path: root/doc/examples
AgeCommit message (Collapse)Author
2010-05-08conditionalize use of sidebarJoey Hess
2010-05-07switch to use comments(), and add a count (and a feed) ofJoey Hess
comments pending moderation
2010-05-01update example tag pages to match autotag.tmplJoey Hess
2010-04-16typoCord
2010-04-15fix tagspecJoey Hess
2010-04-15reorgJoey Hess
2010-04-15typoJoey Hess
2010-04-15allow sidebar directive to enable use of sidebar pageJoey Hess
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.
2010-04-15add note if ikiwiki-calendar needs to be runJoey Hess
2010-04-15updateJoey Hess
2010-04-15CSS and templates for sidebar changed to use a class, not an id.Joey Hess
Multiple sidebars should be possible; also, I want to add a sidebar template.
2010-04-15enhance pagestats and rework example blog front pageJoey Hess
* 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.
2010-04-15remove example comments_pagespec settingJoey Hess
auto-blog.setup configures this automatically now
2010-03-28fix tagJoey Hess
Actually, tags can't be made to work with and w/o tagbase, so just make it assume tagbase is set. Better example anyway. (It'll be a broken link on ikiwiki.info though.)
2010-03-28auto-blog.setup: Set tagbase by default, since most bloggers will want it.Joey Hess
Also modified first_post page to use a tag format that will work whether or not tagbase is set.
2010-03-01ref new tip from softwaresite pageJon Dowland
2009-12-15declutterJoey Hess
2009-12-02(no commit message)testerinchen
2009-12-02(no commit message)testerinchen
2009-10-11Merge branch 'master' into dependency-typesJoey Hess
Conflicts: debian/changelog doc/plugins/calendar.mdwn
2009-10-11ikiwiki-calendar: New command automates creation of archive pages using the ↵Joey Hess
calendar plugin.
2009-10-07Merge branch 'master' into dependency-typesJoey Hess
2009-10-07limit to discussion pages of blog posts, not whole wikiJoey Hess
2009-10-05add among limit to pagestatsJoey Hess
2009-09-25add comments page to example blog, listing all commentsJoey Hess
2009-08-25Fix example blog's tags/life to not have a broken PageSpec. Closes: #543510Joey Hess
2009-03-02(no commit message)http://electropo.mp/
2009-01-12update, formattingJoey Hess
2009-01-12updateJoey Hess
2009-01-12remove meta titleJoey Hess
When at toplevel, the default is ok.
2009-01-12update pathJoey Hess
2009-01-07remove clutterJoey Hess
2009-01-07(no commit message)test
2008-12-28formattingJoey Hess
2008-12-21unify pagespecsJoey Hess
2008-12-21fix linksJoey Hess
2008-12-21formattingJoey Hess
2008-12-21mention comments pluginJoey Hess
2008-12-04remove clutter in example blogJoey Hess
2008-12-04(no commit message)o
2008-10-06remove post, since this is intended to be an example people copy and use,Joey Hess
it should not get cluttered up
2008-10-06(no commit message)foob
2008-10-06(no commit message)foob
2008-09-14rootpage is not a pagespecJoey Hess
So ./posts won't be interpreted right. Just "posts" should do, I think.
2008-07-21Migrate escaped directives (\[[) in the rest of doc to have \[[! prefixSimon McVittie
2008-07-21Migrate everything else via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-04-22remove question that was added to a non-discussion pageJoey Hess
2008-04-21web commit by bartuer: add a question about restructuredtextJoey Hess
2007-12-22Revert change to example pagespec for matching the tag. The pagespec ↵Joey Hess
intentionally limits it to pages in the blog tagged with the tag, since that's what you typically want, not any page anywhere in the wiki that is tagged or links to the tag.
2007-12-20web commit by http://theclapp.myopenid.com/Joey Hess