MT>ブログの設定 : 公開設定>アーカイブをサイトパスとは別のパスで公開する, originally uploaded by fox_b.
「アーカイブをサイトパスとは別のパスで公開する」にチェックを入れ以下のように設定してみた。
| アーカイブ種類 | マッピング設定 | 出力結果 |
|---|---|---|
| メインページ | index.html | /b1/index.html |
| アーカイブインデックス | archives.html | /b1/archives.html |
| ウェブページ | folder-path/page-basename.html | /b1/f01/f01-01.html |
| ブログ記事 | yyyy/mm/entry-basename.html | /b1/blog/2010/02/01.html |
| ブログ記事リスト(月別) | yyyy/mm/index.html | /b1/blog/2010/02/index.html |
| ブログ記事リスト(カテゴリ) | category/sub-category/index.html | /b1/blog/cat01/index.html |
「アーカイブをサイトパスとは別のパスで公開する」を設定すると、
出力される。なるほど、純粋にブログ的なコンテンツは/blog配下など別にまとめたいケースは頻繁にあるので妥当な結果と思われる。