mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
add faq entry about tag-cloud outsourcing
This commit is contained in:
parent
9dd4080fe6
commit
3effe464c6
1 changed files with 9 additions and 0 deletions
|
|
@ -241,3 +241,12 @@ purposes. This can be achieved by explicitly specifying only the
|
|||
filenames of those articles in ``ARTICLE_PATHS``. A list of such
|
||||
filenames could be found using a command similar to ``cd content;
|
||||
find -name '*.md' | head -n 10``.
|
||||
|
||||
My tag-cloud is missing/broken since I upgraded Pelican
|
||||
=======================================================
|
||||
|
||||
In an ongoing effort to steamline Pelican, `tag_cloud` generation has been
|
||||
moved out of the pelican core and into a separate `plugin
|
||||
<https://github.com/getpelican/pelican-plugins/tree/master/tag_cloud>`_.
|
||||
See the :ref:`plugins` documentation further information about the
|
||||
Pelican plugin system.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue