aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/How_to_generate_blog_archive_pages_in___47__blog_subdir_but_not_ikiwiki_root_path__63__.mdwn
blob: e4901d78b917889a1d3df0fe800ecca5ee238523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
My Ikiwiki and blog has structure

    /website
    blog.mdwn
    ...

    /website/blog
    /website/blog/blog1.mdwn
    /website/blog/blog2.mdwn
    ...

After running

    ikiwiki-calendar ./foo.setup "/blog/*"

I got a

   /website/archives/

and archive pages in it.

I'd like to have it in 

   /website/blog/archives/

as those are archive pages for blog pages only.  How to do it?