mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Change FAQ entry to new Tag Cloud plugin repo
This commit is contained in:
parent
27762d2cf7
commit
68817845b0
1 changed files with 5 additions and 6 deletions
11
docs/faq.rst
11
docs/faq.rst
|
|
@ -218,7 +218,7 @@ which will make it compare the file checksums in a much faster way than Pelican
|
||||||
would.
|
would.
|
||||||
|
|
||||||
When only several specific output files are of interest (e.g. when working on
|
When only several specific output files are of interest (e.g. when working on
|
||||||
some specific page or the theme templates), the `WRITE_SELECTED` option may
|
some specific page or the theme templates), the ``WRITE_SELECTED`` option may
|
||||||
help, see :ref:`writing_only_selected_content`.
|
help, see :ref:`writing_only_selected_content`.
|
||||||
|
|
||||||
How to process only a subset of all articles?
|
How to process only a subset of all articles?
|
||||||
|
|
@ -232,11 +232,10 @@ command similar to ``cd content; find -name '*.md' | head -n 10``.
|
||||||
My tag-cloud is missing/broken since I upgraded Pelican
|
My tag-cloud is missing/broken since I upgraded Pelican
|
||||||
=======================================================
|
=======================================================
|
||||||
|
|
||||||
In an ongoing effort to streamline Pelican, `tag_cloud` generation has been
|
In an ongoing effort to streamline Pelican, tag cloud generation has been
|
||||||
moved out of the pelican core and into a separate `plugin
|
moved out of Pelican core and into a separate `plugin
|
||||||
<https://github.com/getpelican/pelican-plugins/tree/master/tag_cloud>`_. See
|
<https://github.com/pelican-plugins/tag-cloud>`_. See the :ref:`plugins`
|
||||||
the :ref:`plugins` documentation further information about the Pelican plugin
|
documentation for further information about the Pelican plugin system.
|
||||||
system.
|
|
||||||
|
|
||||||
Since I upgraded Pelican my pages are no longer rendered
|
Since I upgraded Pelican my pages are no longer rendered
|
||||||
========================================================
|
========================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue