[pluginlist-update] Adding all of the plugins as new content.

This commit is contained in:
Joseph Nix 2018-05-07 15:19:55 -05:00
parent af90510192
commit 6578bc441a
31 changed files with 315 additions and 7 deletions

View File

@ -14,4 +14,4 @@ special :ref](what/).
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
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.

View File

@ -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
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.

View File

@ -1,5 +0,0 @@
name: flask
---
categories: content
---
summary:

View File

@ -0,0 +1,10 @@
name: lektor-atom
---
categories: templates
---
tags:
Atom
RSS
virtual paths
setup-env

View File

@ -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

View File

@ -0,0 +1,13 @@
name: lektor-disqus-comments
---
categories: templates
---
official: yes
---
tags:
official
Disqus
comments
blog
setup-env

View File

@ -0,0 +1,8 @@
name: lektor-github-repos
---
categories: templates
---
tags:
GitHub
process-template-context

View File

@ -0,0 +1,8 @@
name: lektor-google-analytics
---
tags:
analytics
Google Analytics
jinja globals
setup-env

View File

@ -1,3 +1,11 @@
name: lektor-htmlmin
---
categories: build
---
tags:
html
minify
htmlmin
after-build-all

View File

@ -1,3 +1,22 @@
name: lektor-i18n
---
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

View File

@ -1,3 +1,11 @@
name: lektor-make
---
categories: build
---
tags:
before-build-all
make
makefile
---
summary: Run <code>make lektor</code> for custom build systems.

View File

@ -0,0 +1,12 @@
name: lektor-markdown-admonition
---
categories: content
---
official: yes
---
tags:
official
markdown
admonition
markdown-config

View File

@ -0,0 +1,9 @@
name: lektor-markdown-excerpt
---
categories: templates
---
tags:
markdown
jinja filter
setup-env

View File

@ -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

View File

@ -0,0 +1,15 @@
name: lektor-minify
---
tags:
django_htmlmin
rcssmin
rjsmin
minify
html
css
js
setup_env
after_build
---
categories: build

View File

@ -0,0 +1,10 @@
name: lektor-natural-language
---
categories: templates
---
tags:
jinja filters
nltk
natural language
setup-env

View File

@ -0,0 +1,9 @@
name: lektor-netlify
---
categories: deploy
---
tags:
Netlify
deploy target
setup-env

View File

@ -0,0 +1,11 @@
name: lektor-nofollow
---
categories: content
---
tags:
nofollow links
markdown
markdown-config
---
summary: Easily create nofollow links in markdown

View File

@ -1,3 +1,17 @@
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.

View File

@ -0,0 +1,10 @@
name: lektor-rst
---
categories: content
---
tags:
rst
reStructuredText
content type
setup-env

View File

@ -0,0 +1,11 @@
name: lektor-s3
---
categories: deploy
---
tags:
AWS
S3
Cloudfront
deploy target
setup-env

View File

@ -0,0 +1,11 @@
name: lektor-shortcodes
---
categories: templates
---
tags:
shortcodes
markdown
markdown-config
jinja filters
setup-env

View File

@ -0,0 +1,10 @@
name: lektor-slugify
---
categories: templates
---
tags:
slugify
jinja filters
python-slugify
setup-env

View File

@ -0,0 +1,9 @@
name: lektor-strip-html-tags
---
categories: templates
---
tags:
jinja filters
html
setup-env

View File

@ -0,0 +1,9 @@
name: lektor-surge
---
categories: deploy
---
tags:
Surge
deploy-target
setup-env

View File

@ -0,0 +1,10 @@
name: lektor-tags
---
categories: content
---
tags:
tags
page generation
virtual paths
setup-env

View File

@ -0,0 +1,8 @@
name: lektor-thumbnail-generator
---
categories: templates
---
tags:
images
thumbnails

View File

@ -0,0 +1,12 @@
name: lektor-webdav
---
categories: templates
---
tags:
WebDAV
remote content
jinja globals
jinja filters
setup-env

View File

@ -3,3 +3,15 @@ name: lektor-webpack-support
categories: build
---
official: yes
---
tags:
official
webpack
npm
yarn
node
scss
server-spawn
server-stop
before-build-all

View File

@ -0,0 +1,10 @@
name: lektor-yandex-metrica
---
categories: templates
---
tags:
analytics
Yandex Metrica
setup-env
jinja globals

View File

@ -0,0 +1,14 @@
name: lektor-markdown-highlighter
---
categories: content
---
official: yes
---
tags:
official
markdown
syntax highlighting
Pygments
markdown-config
setup-env