mirror of
https://github.com/pelican-plugins/share-post.git
synced 2025-10-15 17:08:54 +02:00
Clarify installation instructions in README
This commit is contained in:
parent
897206b8b8
commit
cfda0a315a
2 changed files with 4 additions and 1 deletions
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
|
@ -1,2 +1,2 @@
|
|||
custom: https://donate.getpelican.com
|
||||
github: justinmayer
|
||||
liberapay: pelican
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[](https://github.com/pelican-plugins/share-post/actions)
|
||||
[](https://pypi.org/project/pelican-share-post/)
|
||||
[](https://pypi.org/project/pelican-share-post/)
|
||||

|
||||
|
||||
Share Post is a Pelican plugin that creates share links in articles that allow site visitors to share the current article with others in a privacy-friendly manner.
|
||||
|
|
@ -18,6 +19,8 @@ This plugin can be installed via:
|
|||
|
||||
python -m pip install pelican-share-post
|
||||
|
||||
As long as you have not explicitly added a `PLUGINS` setting to your Pelican settings file, then the newly-installed plugin should be automatically detected and enabled. Otherwise, you must add `share_post` to your existing `PLUGINS` list. For more information, please see the [How to Use Plugins](https://docs.getpelican.com/en/latest/plugins.html#how-to-use-plugins) documentation.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue