aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/blog
Commit message (Collapse)AuthorAge
...
* Use comment template on comments page of example blog.Joey Hess2010-06-30
|
* match only pages in calendarJoey Hess2010-06-15
|
* limit blog inlines to pagesJoey Hess2010-06-14
| | | | | This way images attached to blog posts don't show up as enclosures in the blog by default.
* wordingJoey Hess2010-06-13
|
* remove tag on first postJoey Hess2010-06-09
| | | | It's a broken link on ikiwiki.info.
* remove example blog tag pagesJoey Hess2010-06-09
| | | | Autotag will create them as needed. Avoids some complexity.
* Revert "delete me"Joey Hess2010-05-28
|
* delete mehttps://www.google.com/accounts/o8/id?id=AItOawmC_nMjWfriv8nVMOwnvYhgmzwvVP4OVjU2010-05-28
|
* fixup pagespecs to work relative tooJoey Hess2010-05-15
|
* fix comment feed filenameJoey Hess2010-05-15
|
* move moderation info to sidebarJoey Hess2010-05-15
|
* reword comment count to avoid pluralisation issuesJoey Hess2010-05-15
|
* conditionalize use of sidebarJoey Hess2010-05-08
|
* switch to use comments(), and add a count (and a feed) ofJoey Hess2010-05-07
| | | | comments pending moderation
* update example tag pages to match autotag.tmplJoey Hess2010-05-01
|
* fix tagspecJoey Hess2010-04-15
|
* reorgJoey Hess2010-04-15
|
* typoJoey Hess2010-04-15
|
* allow sidebar directive to enable use of sidebar pageJoey Hess2010-04-15
| | | | | | | 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.
* add note if ikiwiki-calendar needs to be runJoey Hess2010-04-15
|
* updateJoey Hess2010-04-15
|
* CSS and templates for sidebar changed to use a class, not an id.Joey Hess2010-04-15
| | | | | Multiple sidebars should be possible; also, I want to add a sidebar template.
* enhance pagestats and rework example blog front pageJoey Hess2010-04-15
| | | | | | | | * 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.
* fix tagJoey Hess2010-03-28
| | | | | | | 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.)
* auto-blog.setup: Set tagbase by default, since most bloggers will want it.Joey Hess2010-03-28
| | | | | Also modified first_post page to use a tag format that will work whether or not tagbase is set.
* Merge branch 'master' into dependency-typesJoey Hess2009-10-07
|\
| * limit to discussion pages of blog posts, not whole wikiJoey Hess2009-10-07
| |
* | add among limit to pagestatsJoey Hess2009-10-05
|/
* add comments page to example blog, listing all commentsJoey Hess2009-09-25
|
* Fix example blog's tags/life to not have a broken PageSpec. Closes: #543510Joey Hess2009-08-25
|
* update, formattingJoey Hess2009-01-12
|
* remove meta titleJoey Hess2009-01-12
| | | | When at toplevel, the default is ok.
* update pathJoey Hess2009-01-12
|
* remove clutter in example blogJoey Hess2008-12-04
|
* (no commit message)o2008-12-04
|
* remove post, since this is intended to be an example people copy and use,Joey Hess2008-10-06
| | | | it should not get cluttered up
* (no commit message)foob2008-10-06
|
* (no commit message)foob2008-10-06
|
* rootpage is not a pagespecJoey Hess2008-09-14
| | | | So ./posts won't be interpreted right. Just "posts" should do, I think.
* Migrate everything else via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* Revert change to example pagespec for matching the tag. The pagespec ↵Joey Hess2007-12-22
| | | | | | | 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.
* web commit by http://theclapp.myopenid.com/Joey Hess2007-12-20
|
* rmjoey2007-03-09
|
* web commit by http://ajdlinux.livejournal.com/joey2007-03-09
|
* add ikiwiki links to example pagesjoey2007-02-19
|
* web commit by JoshTriplett: Put links into a list.joey2007-02-14
|
* web commit by JoshTriplett: Fix links.joey2007-02-14
|
* web commit by JoshTriplett: Add some sample links.joey2007-02-14
|
* * Patch based on a patch from Ethan to support relative matching injoey2007-02-06
| | | | | PageSpecs, by using "./". pagespec_match() has grown a new third parameter to support this.
* * Add feedshow option to allow reducing the number of items included injoey2007-02-05
| | | | an rss or atom feed.