Skip to content

Commit 7e82ae0

Browse files
authored
Merge pull request creativecommons#219 from creativecommons/lektor-plugins
Organized and documented Lektor plugins
2 parents c06031e + 0906b30 commit 7e82ae0

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

.lektorproject

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ url = http://opensource.creativecommons.org/
77
target = ghpages+https://creativecommons/creativecommons.github.io
88

99
[packages]
10-
lektor-markdown-header-anchors = 0.3.1
11-
lektor-google-analytics = 0.1.3
12-
lektor-webpack-support = 0.5
1310
lektor-atom = 0.3
1411
lektor-disqus-comments = 0.4.1
15-
lektor-strip-html-tags = 0.3.1
12+
lektor-google-analytics = 0.1.3
1613
lektor-markdown-excerpt = 0.1
14+
lektor-markdown-header-anchors = 0.3.1
15+
lektor-strip-html-tags = 0.3.1
16+
lektor-webpack-support = 0.5

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)