mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Adding support for ctags generation through GENERATE_CTAGS setting
This commit is contained in:
parent
3656df50a5
commit
781126b87e
5 changed files with 56 additions and 0 deletions
|
|
@ -328,6 +328,9 @@ Basic settings
|
|||
A list of metadata fields containing reST/Markdown content to be parsed and
|
||||
translated to HTML.
|
||||
|
||||
.. data:: GENERATE_CTAGS = False
|
||||
|
||||
Whether to generate a "tags" file following the CTags format and containing all articles tags.
|
||||
|
||||
URL settings
|
||||
============
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue