File tree 2 files changed +31
-4
lines changed
2 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ url = http://opensource.creativecommons.org/
7
7
target = ghpages+https://creativecommons/creativecommons.github.io
8
8
9
9
[packages]
10
- lektor-markdown-header-anchors = 0.3.1
11
- lektor-google-analytics = 0.1.3
12
- lektor-webpack-support = 0.5
13
10
lektor-atom = 0.3
14
11
lektor-disqus-comments = 0.4.1
15
- lektor-strip-html-tags = 0.3.1
12
+ lektor-google-analytics = 0.1.3
16
13
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
Original file line number Diff line number Diff line change @@ -100,6 +100,33 @@ Here's how the code is structured in the top level of the repository:
100
100
[ lektortemplate ] :https://www.getlektor.com/docs/templates/
101
101
102
102
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
+
103
130
## Redirects
104
131
105
132
- ` /cc-vocabulary/ ` to https://cc-vocabulary.netlify.com/
You can’t perform that action at this time.
0 commit comments