Skip to content

Commit 318c047

Browse files
committed
added links to the Lektor Plugins used
1 parent 5198893 commit 318c047

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,33 @@ Here's how the code is structured in the top level of the repository:
100100
[lektortemplate]:https://www.getlektor.com/docs/templates/
101101

102102

103+
### Lektor Plugins
104+
105+
- [Lektor Plugins][plugins]:
106+
- [nixjdm/lektor-atom][atom]: Lektor Atom plugin.
107+
- [lektor/lektor-disqus-comments][disqus]: Adds disqus comments to a Lektor
108+
website.
109+
- [kmonsoor/lektor-google-analytics][lektorga]: Integration of Google
110+
analytics with Lektor CMS
111+
- [bancek/lektor-markdown-excerpt][mdexcerpt]: Adds filter for Markdown body
112+
excerpt.
113+
- [lektor/lektor-markdown-header-anchors][md-header]: Adds support for
114+
anchors and table of contents to Markdown.
115+
- [terminal-labs/lektor-strip-html-tags][striphtml]: Strip HTML tags,
116+
effectively turning HTML into plain text.
117+
- [lektor/lektor-webpack-support][webpacksupport]: Adds webpack support to
118+
lektor.
119+
120+
[plugins]: https://www.getlektor.com/docs/plugins/
121+
[atom]: https://github.com/nixjdm/lektor-atom
122+
[disqus]: https://github.com/lektor/lektor-disqus-comments
123+
[lektorga]: https://github.com/kmonsoor/lektor-google-analytics
124+
[mdexcerpt]: https://github.com/bancek/lektor-markdown-excerpt
125+
[md-header]: https://github.com/lektor/lektor-markdown-header-anchors
126+
[striphtml]: https://github.com/terminal-labs/lektor-strip-html-tags
127+
[webpacksupport]: https://github.com/lektor/lektor-webpack-support
128+
129+
103130
## Redirects
104131

105132
- `/cc-vocabulary/` to https://cc-vocabulary.netlify.com/

0 commit comments

Comments
 (0)