forked from github/pelican
add a Lang meta into the each article and set DEFAULT_LANG setting which is 'en' by default. Than, only articles in the default language (or without variant in default language) will be shown in the index of the blog. And each Article will have translations list. The same is applicable to the static Pages. Also, separate feeds are generated for each language except default. |
||
|---|---|---|
| .. | ||
| themes | ||
| __init__.py | ||
| contents.py | ||
| generators.py | ||
| readers.py | ||
| rstdirectives.py | ||
| settings.py | ||
| utils.py | ||
| writers.py | ||