mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add some docs for skribit integration.
This commit is contained in:
parent
b2be5638f8
commit
6902485c12
2 changed files with 70 additions and 0 deletions
|
|
@ -148,3 +148,18 @@ dates_page The current page of articles, ordered by date,
|
|||
ascending
|
||||
page_name 'tag/`tag_name`'. Useful for pagination links.
|
||||
=================== ===================================================
|
||||
|
||||
Include skribit script
|
||||
======================
|
||||
|
||||
In order to support skribit scripts in your themes, you must following these
|
||||
actions :
|
||||
|
||||
* Copy `skribit_tab_script.html` and `skribit_widget_script.html` in your
|
||||
templates directory.
|
||||
* Add {% include 'skribit_tab_script.html' %} in your <head> part in order to
|
||||
support suggestions tab.
|
||||
* Add {% include 'skribit_widget_script.html' %} where you want in order to
|
||||
support sidebar widget.
|
||||
|
||||
You can take a look at notmyidea default theme for working example.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue