File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ lektor-disqus-comments = 0.4.1
12
12
lektor-google-analytics = 0.1.3
13
13
lektor-markdown-excerpt = 0.1
14
14
lektor-markdown-header-anchors = 0.3.1
15
+ lektor-markdown-highlighter = 0.3.1
15
16
lektor-strip-html-tags = 0.3.1
16
17
lektor-webpack-support = 0.5
Original file line number Diff line number Diff line change @@ -152,6 +152,8 @@ Here's how the code is structured in the top level of the repository:
152
152
excerpt
153
153
- [ lektor/lektor-markdown-header-anchors] [ md-header ] : Adds support for
154
154
anchors and table of contents to Markdown
155
+ - [ lektor/lektor-markdown-highlighter] [ md-highlighter ] : Adds support for
156
+ syntax highlighting in Markdown and templates
155
157
- [ terminal-labs/lektor-strip-html-tags] [ striphtml ] : Strip HTML tags,
156
158
effectively turning HTML into plain text
157
159
- [ lektor/lektor-webpack-support] [ webpacksupport ] : Adds webpack support to
@@ -163,6 +165,7 @@ Here's how the code is structured in the top level of the repository:
163
165
[ lektorga ] : https://github.com/kmonsoor/lektor-google-analytics
164
166
[ mdexcerpt ] : https://github.com/bancek/lektor-markdown-excerpt
165
167
[ md-header ] : https://github.com/lektor/lektor-markdown-header-anchors
168
+ [ md-highlighter ] : https://github.com/lektor/lektor-markdown-highlighter
166
169
[ striphtml ] : https://github.com/terminal-labs/lektor-strip-html-tags
167
170
[ webpacksupport ] : https://github.com/lektor/lektor-webpack-support
168
171
Original file line number Diff line number Diff line change
1
+ [pygments]
2
+ style = tango
Original file line number Diff line number Diff line change 5
5
< link href ="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS " crossorigin ="anonymous ">
6
6
< link href ="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700 " rel ="stylesheet ">
7
7
< link rel ="stylesheet " href ="{{ '/static/gen/style.css'|url }} ">
8
+ < link rel ="stylesheet " href ="{{ get_pygments_stylesheet()|url }} ">
8
9
< meta property ="og:site_name " content ="Creative Commons " />
9
10
< meta property ="og:title " content ="{{ this.title }} " />
10
11
{% if this.description %}
You can’t perform that action at this time.
0 commit comments