From 3a16dcec8c58fb58504f7d76b521b50334fd861b Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 15 Dec 2010 18:13:59 +0000 Subject: [PATCH] Add explanations about each template. --- docs/themes.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/themes.rst b/docs/themes.rst index 340c3d44..633acaaf 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -13,14 +13,14 @@ To make your own theme, you must follow the following structure:: │   ├── css │   └── images └── templates - ├── archives.html - ├── article.html - ├── categories.html - ├── category.html - ├── index.html - ├── page.html - ├── tag.html - └── tags.html + ├── archives.html // to display archives + ├── article.html // processed for each article + ├── categories.html // must list all the categories + ├── category.html // processed for each category + ├── index.html // the index. List all the articles + ├── page.html // processed for each page + ├── tag.html // processed for each tag + └── tags.html // must list all the tags. Can be a tag cloud. * `static` contains all the static content. It will be copied on the output `theme/static` folder then. I've put the css and image folders, but they are