]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/How_to_generate_blog_archive_pages_in___47__blog_subdir_but_not_ikiwiki_root_path__63__.mdwn
Added a comment: It was an Apache problem...
[ikiwiki.git] / doc / forum / How_to_generate_blog_archive_pages_in___47__blog_subdir_but_not_ikiwiki_root_path__63__.mdwn
1 My Ikiwiki and blog has structure
2
3     /website
4     blog.mdwn
5     ...
6
7     /website/blog
8     /website/blog/blog1.mdwn
9     /website/blog/blog2.mdwn
10     ...
11
12 After running
13
14     ikiwiki-calendar ./foo.setup "/blog/*"
15
16 I got a
17
18    /website/archives/
19
20 and archive pages in it.
21
22 I'd like to have it in 
23
24    /website/blog/archives/
25
26 as those are archive pages for blog pages only.  How to do it?