Skip to content

Commit

Permalink
Fix #3027 -- warn about removing *.rst entries from config
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 14, 2018
1 parent 8b43762 commit 1cd2b29
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/manual.rst
Expand Up @@ -681,6 +681,12 @@ options. The exact mechanism is explained above the config options in the

If you have ``PRETTY_URLS`` enabled, that would be ``output/posts/foo/bar/index.html``.


.. warning::

Removing the ``.rst`` entries is not recommended. Some features (eg.
shortcodes) may not work properly if you do that.

The ``new_post`` command
~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -1178,6 +1184,12 @@ Example of a paired shortcode (note that we don't have a highlight shortcode yet
Built-in shortcodes
~~~~~~~~~~~~~~~~~~~

.. warning::

Some of the shortcodes are implemented as bindings to reST directives. In
order to use them, you need at least one entry for ``*.rst`` in
POSTS/PAGES.

chart
Create charts via PyGal. This is similar to the `chart directive <#chart>`__ except the syntax is adapted to
shortcodes. This is an example:
Expand Down Expand Up @@ -1229,7 +1241,7 @@ media
{{% raw %}}{{% media url="https://www.youtube.com/watch?v=Nck6BZga7TQ" %}}{{% /raw %}}
post-list
Will show a list of posts, see the `Post List directive for details <#post-list>`__
Will show a list of posts, see the `Post List directive for details <#post-list>`__.

raw
Passes the content along, mostly used so I can write this damn section and you can see the shortcodes instead
Expand Down Expand Up @@ -1772,7 +1784,7 @@ to one of "disqus", "intensedebate", "livefyre", "moot", "facebook", "isso" or "
* For isso, it is the URL of isso (must be world-accessible, encoded with
Punycode (if using Internationalized Domain Names) and **have a trailing slash**,
default ``http://localhost:8080/``)
* For commento it's the URL of the commento instance as required by the ``serverUrl``
* For commento it's the URL of the commento instance as required by the ``serverUrl``
parameter in commento's documentation.

To use comments in a visible site, you should register with the service and
Expand Down Expand Up @@ -2619,7 +2631,6 @@ Using shortcode syntax (for other compilers):
{{% raw %}}{{% post-list stop=5 %}}{{% /post-list %}}{{% /raw %}}
The following options are recognized:

* ``start`` : integer
Expand Down

0 comments on commit 1cd2b29

Please sign in to comment.