59 lines
3.7 KiB
Markdown
59 lines
3.7 KiB
Markdown
title: List
|
|
---
|
|
summary: A list of known plugins.
|
|
---
|
|
body:
|
|
|
|
Lektor is a very young project so naturally not that many plugins exist yet.
|
|
This is a list of currently known plugins.
|
|
|
|
## Official
|
|
|
|
These are official plugins which means that they were developed by the
|
|
authors of Lektor and kept in good shape together with the rest of the
|
|
project:
|
|
|
|
* [disqus-comments :ext](https://github.com/lektor/lektor-disqus-comments):
|
|
this plugin embeds disqus comments into your website.
|
|
* [webpack-support :ext](https://github.com/lektor/lektor-webpack-support):
|
|
adds support for building websites with webpack.
|
|
* [markdown-highlighter :ext](https://github.com/lektor/lektor-markdown-highlighter):
|
|
adds support for syntax highlighting to markdown code snippets.
|
|
* [markdown-header-anchors :ext](https://github.com/lektor/lektor-markdown-header-anchors):
|
|
adds support for header anchors and table of contents to Markdown.
|
|
* [markdown-admonition :ext](https://github.com/lektor/lektor-markdown-admonition):
|
|
adds admonition block support to Markdown.
|
|
|
|
## Unofficial
|
|
|
|
These are unofficial plugins. This list is moderated and updated
|
|
regularly, but they still aren't developed by the authors of Lektor,
|
|
so they might not keep pace with development on Lektor.
|
|
|
|
* [s3 :ext](https://github.com/spenczar/lektor-s3):
|
|
allows deployment of websites to S3 buckets
|
|
* [markdown-excerpt :ext](https://github.com/bancek/lektor-markdown-excerpt):
|
|
adds filter for Markdown body excerpt
|
|
* [github-repos :ext](https://github.com/marksteve/lektor-github-repos):
|
|
fetches your GitHub repos for display in Lektor templates
|
|
* [google-analytics :ext](https://github.com/kmonsoor/lektor-google-analytics): Adds `Google Analytics` support to Lektor-generated site.
|
|
* [yandex-metrica :ext](https://github.com/gagoman/lektor-yandex-metrica): Adds `Yandex Metrica` support to Lektor-generated site.
|
|
* [atom :ext](https://github.com/dwt/lektor-atom): Generate Atom feeds for your content.
|
|
* [surge :ext](https://github.com/ajdavis/lektor-surge): Publish your site to [Surge](https://surge.sh/).
|
|
* [netlify :ext](https://github.com/ajdavis/lektor-netlify): Publish your site to [Netlify](https://www.netlify.com/).
|
|
* [tags :ext](https://github.com/ajdavis/lektor-tags): For each tag on site, build a list of pages with that tag.
|
|
* [i18n :ext](https://github.com/numericube/lektor-i18n-plugin): Use GetText .PO files to translate your site **content**.
|
|
* [htmlmin :ext](https://github.com/vesuvium/lektor-htmlmin): Automatically minifies .html files in build directory
|
|
* [creative-commons :ext](https://github.com/humrochagf/lektor-creative-commons): Add Creative Commons license to your pages
|
|
* [nofollow :ext](https://github.com/yargies/lektor-nofollow): Easily create nofollow links in markdown
|
|
* [minify :ext](https://github.com/pietroalbini/lektor-minify): Minify changed files automatically during the build
|
|
* [asciidoc :ext](https://github.com/ajdavis/lektor-asciidoc/): Add asciidoc field type
|
|
* [shortcodes :ext](https://github.com/skorokithakis/lektor-shortcodes): A plugin allowing you to use shortcodes (something like tags) in your model fields
|
|
* [thumbnail-generator :ext](https://github.com/skorokithakis/lektor-thumbnail-generator): A plugin allowing you to generate configurable thumbnails for all your attachment images, so you can link them in your posts
|
|
* [rst :ext](https://github.com/fschulze/lektor-rst): A [reStructuredText](http://docutils.sourceforge.net) plugin
|
|
* [make :ext](https://github.com/BarnabyShearer/lektor-make): Run `make lektor` for custom build systems
|
|
|
|
! Have your own plugin and you want to see it here? Just [edit this page
|
|
on GitHub :ref](https://github.com/lektor/lektor-website/edit/master/content/docs/plugins/list/contents.lr),
|
|
add your plugin to the list and send a pull request.
|