[pluginlist-update] Adding all of the plugins as new content.
This commit is contained in:
parent
af90510192
commit
6578bc441a
|
@ -14,4 +14,4 @@ special :ref](what/).
|
||||||
The documentation is a work in progress and there will be areas that are
|
The documentation is a work in progress and there will be areas that are
|
||||||
lacking. If you have any feedback or you want to help out with the
|
lacking. If you have any feedback or you want to help out with the
|
||||||
documentation project you can head over to the
|
documentation project you can head over to the
|
||||||
[GitHub Repository :ext](https://github.com/lektor/lektor-website) of this website.
|
[GitHub Repository :ext](https://github.com/lektor/lektor-website) <a href="https://github.com/lektor/lektor-website" class="ext">GitHub Repository</a>of this website.
|
||||||
|
|
|
@ -99,3 +99,5 @@ We'd love to see your new plugin listed on [our plugins page :ref](/plugins). T
|
||||||
* `url` to link to your repository
|
* `url` to link to your repository
|
||||||
|
|
||||||
The `long_description` can be set to be your `README.md` file, and is especially important. Without it, your plugin's page will look a little sparse.
|
The `long_description` can be set to be your `README.md` file, and is especially important. Without it, your plugin's page will look a little sparse.
|
||||||
|
|
||||||
|
When you submit your pull request, be sure to add some tags. Tags are used on this site to help navigation and discovery of plugins. These are not the same as keywords in your `setup.py`, which are used on PyPI. Specifically, at least include tags for the plugin events that your plugin hooks, such as `setup-env`. These in particular will help new plugin developers learn how to interact with these hooks by example.
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
name: flask
|
|
||||||
---
|
|
||||||
categories: content
|
|
||||||
---
|
|
||||||
summary:
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: lektor-atom
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
Atom
|
||||||
|
RSS
|
||||||
|
virtual paths
|
||||||
|
setup-env
|
|
@ -0,0 +1,15 @@
|
||||||
|
name: lektor-creative-commons
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
Creative Commons
|
||||||
|
Licensing
|
||||||
|
jinja globals
|
||||||
|
multi-language
|
||||||
|
multilingual
|
||||||
|
setup-env
|
||||||
|
translate
|
||||||
|
translation
|
||||||
|
setup-env
|
|
@ -0,0 +1,13 @@
|
||||||
|
name: lektor-disqus-comments
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
official: yes
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
official
|
||||||
|
Disqus
|
||||||
|
comments
|
||||||
|
blog
|
||||||
|
setup-env
|
|
@ -0,0 +1,8 @@
|
||||||
|
name: lektor-github-repos
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
GitHub
|
||||||
|
process-template-context
|
|
@ -0,0 +1,8 @@
|
||||||
|
name: lektor-google-analytics
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
analytics
|
||||||
|
Google Analytics
|
||||||
|
jinja globals
|
||||||
|
setup-env
|
|
@ -1,3 +1,11 @@
|
||||||
name: lektor-htmlmin
|
name: lektor-htmlmin
|
||||||
---
|
---
|
||||||
categories: build
|
categories: build
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
html
|
||||||
|
minify
|
||||||
|
htmlmin
|
||||||
|
after-build-all
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,22 @@
|
||||||
name: lektor-i18n
|
name: lektor-i18n
|
||||||
---
|
---
|
||||||
categories: build
|
categories: build
|
||||||
|
---
|
||||||
|
summary: Use GetText .PO files to translate your site content.
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
multilingual
|
||||||
|
multi-language
|
||||||
|
language
|
||||||
|
GetText
|
||||||
|
translate
|
||||||
|
translation
|
||||||
|
alternatives
|
||||||
|
i18n
|
||||||
|
babel
|
||||||
|
setup-env
|
||||||
|
before-build
|
||||||
|
after-build
|
||||||
|
before-build-all
|
||||||
|
after-build-all
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
name: lektor-make
|
name: lektor-make
|
||||||
---
|
---
|
||||||
categories: build
|
categories: build
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
before-build-all
|
||||||
|
make
|
||||||
|
makefile
|
||||||
|
---
|
||||||
|
summary: Run <code>make lektor</code> for custom build systems.
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: lektor-markdown-admonition
|
||||||
|
---
|
||||||
|
categories: content
|
||||||
|
---
|
||||||
|
official: yes
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
official
|
||||||
|
markdown
|
||||||
|
admonition
|
||||||
|
markdown-config
|
|
@ -0,0 +1,9 @@
|
||||||
|
name: lektor-markdown-excerpt
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
markdown
|
||||||
|
jinja filter
|
||||||
|
setup-env
|
|
@ -0,0 +1,16 @@
|
||||||
|
name: lektor-markdown-header-anchors
|
||||||
|
---
|
||||||
|
categories: content
|
||||||
|
---
|
||||||
|
official: yes
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
official
|
||||||
|
markdown
|
||||||
|
headers
|
||||||
|
anchors
|
||||||
|
table of contents
|
||||||
|
markdown-config
|
||||||
|
makrdown-meta-init
|
||||||
|
markdown-meta-postprocess
|
|
@ -0,0 +1,15 @@
|
||||||
|
name: lektor-minify
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
django_htmlmin
|
||||||
|
rcssmin
|
||||||
|
rjsmin
|
||||||
|
minify
|
||||||
|
html
|
||||||
|
css
|
||||||
|
js
|
||||||
|
setup_env
|
||||||
|
after_build
|
||||||
|
---
|
||||||
|
categories: build
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: lektor-natural-language
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
jinja filters
|
||||||
|
nltk
|
||||||
|
natural language
|
||||||
|
setup-env
|
|
@ -0,0 +1,9 @@
|
||||||
|
name: lektor-netlify
|
||||||
|
---
|
||||||
|
categories: deploy
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
Netlify
|
||||||
|
deploy target
|
||||||
|
setup-env
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: lektor-nofollow
|
||||||
|
---
|
||||||
|
categories: content
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
nofollow links
|
||||||
|
markdown
|
||||||
|
markdown-config
|
||||||
|
---
|
||||||
|
summary: Easily create nofollow links in markdown
|
|
@ -1,3 +1,17 @@
|
||||||
name: lektor-npm-support
|
name: lektor-npm-support
|
||||||
---
|
---
|
||||||
categories: build
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
webpack
|
||||||
|
browserify
|
||||||
|
Parcel
|
||||||
|
Babel
|
||||||
|
Sass
|
||||||
|
yarn
|
||||||
|
server-spawn
|
||||||
|
server-stop
|
||||||
|
before-build-all
|
||||||
|
---
|
||||||
|
summary: Adds support for using npm/yarn to build assets in Lektor using tools such as <a href="https://parceljs.org/" class="ext">Parcel</a>, <a href="https://webpack.js.org/" class="ext">webpack</a>, etc.
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: lektor-rst
|
||||||
|
---
|
||||||
|
categories: content
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
rst
|
||||||
|
reStructuredText
|
||||||
|
content type
|
||||||
|
setup-env
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: lektor-s3
|
||||||
|
---
|
||||||
|
categories: deploy
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
AWS
|
||||||
|
S3
|
||||||
|
Cloudfront
|
||||||
|
deploy target
|
||||||
|
setup-env
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: lektor-shortcodes
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
shortcodes
|
||||||
|
markdown
|
||||||
|
markdown-config
|
||||||
|
jinja filters
|
||||||
|
setup-env
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: lektor-slugify
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
slugify
|
||||||
|
jinja filters
|
||||||
|
python-slugify
|
||||||
|
setup-env
|
|
@ -0,0 +1,9 @@
|
||||||
|
name: lektor-strip-html-tags
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
jinja filters
|
||||||
|
html
|
||||||
|
setup-env
|
|
@ -0,0 +1,9 @@
|
||||||
|
name: lektor-surge
|
||||||
|
---
|
||||||
|
categories: deploy
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
Surge
|
||||||
|
deploy-target
|
||||||
|
setup-env
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: lektor-tags
|
||||||
|
---
|
||||||
|
categories: content
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
tags
|
||||||
|
page generation
|
||||||
|
virtual paths
|
||||||
|
setup-env
|
|
@ -0,0 +1,8 @@
|
||||||
|
name: lektor-thumbnail-generator
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
images
|
||||||
|
thumbnails
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: lektor-webdav
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
WebDAV
|
||||||
|
remote content
|
||||||
|
jinja globals
|
||||||
|
jinja filters
|
||||||
|
setup-env
|
||||||
|
|
|
@ -3,3 +3,15 @@ name: lektor-webpack-support
|
||||||
categories: build
|
categories: build
|
||||||
---
|
---
|
||||||
official: yes
|
official: yes
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
official
|
||||||
|
webpack
|
||||||
|
npm
|
||||||
|
yarn
|
||||||
|
node
|
||||||
|
scss
|
||||||
|
server-spawn
|
||||||
|
server-stop
|
||||||
|
before-build-all
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: lektor-yandex-metrica
|
||||||
|
---
|
||||||
|
categories: templates
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
analytics
|
||||||
|
Yandex Metrica
|
||||||
|
setup-env
|
||||||
|
jinja globals
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: lektor-markdown-highlighter
|
||||||
|
---
|
||||||
|
categories: content
|
||||||
|
---
|
||||||
|
official: yes
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
|
||||||
|
official
|
||||||
|
markdown
|
||||||
|
syntax highlighting
|
||||||
|
Pygments
|
||||||
|
markdown-config
|
||||||
|
setup-env
|
Loading…
Reference in New Issue