mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add explanations about each template.
This commit is contained in:
parent
6b25943a3a
commit
3a16dcec8c
1 changed files with 8 additions and 8 deletions
|
|
@ -13,14 +13,14 @@ To make your own theme, you must follow the following structure::
|
||||||
│ ├── css
|
│ ├── css
|
||||||
│ └── images
|
│ └── images
|
||||||
└── templates
|
└── templates
|
||||||
├── archives.html
|
├── archives.html // to display archives
|
||||||
├── article.html
|
├── article.html // processed for each article
|
||||||
├── categories.html
|
├── categories.html // must list all the categories
|
||||||
├── category.html
|
├── category.html // processed for each category
|
||||||
├── index.html
|
├── index.html // the index. List all the articles
|
||||||
├── page.html
|
├── page.html // processed for each page
|
||||||
├── tag.html
|
├── tag.html // processed for each tag
|
||||||
└── tags.html
|
└── 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
|
* `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
|
`theme/static` folder then. I've put the css and image folders, but they are
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue