Skip to content

Commit b8fad53

Browse files
committed
adding lektor as specified in PR mattmakai#81
1 parent 78197e2 commit b8fad53

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,6 +3411,12 @@ <h2>Python implementations</h2>
34113411
"experimental" phase.</p>
34123412
</li>
34133413
<li>
3414+
<p><a href="https://www.getlektor.com/">Lektor</a>
3415+
(<a href="https://github.com/lektor/lektor">source code</a>) is a Python static
3416+
content management system that can deploy to any webserver. It uses
3417+
<a href="/jinja2.html">Jinja2</a> as a <a href="/template-engines.html">template engine</a>.</p>
3418+
</li>
3419+
<li>
34143420
<p><a href="http://complexity.readthedocs.org/en/latest/">Complexity</a>
34153421
(<a href="https://github.com/audreyr/complexity">source code</a>) is a site generator
34163422
for users who like to work in HTML. It uses HTML for templating but

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-05T07:45:18Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-05T07:48:02Z</updated></feed>

source/content/pages/04-web-development/16-static-site-generator.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ ones listed here are primarily coded in Python.
114114
structure so the site can be generated. The project remains in the
115115
"experimental" phase.
116116

117+
* [Lektor](https://www.getlektor.com/)
118+
([source code](https://github.com/lektor/lektor)) is a Python static
119+
content management system that can deploy to any webserver. It uses
120+
[Jinja2](/jinja2.html) as a [template engine](/template-engines.html).
121+
117122
* [Complexity](http://complexity.readthedocs.org/en/latest/)
118123
([source code](https://github.com/audreyr/complexity)) is a site generator
119124
for users who like to work in HTML. It uses HTML for templating but

static-site-generator.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ <h2>Python implementations</h2>
131131
"experimental" phase.</p>
132132
</li>
133133
<li>
134+
<p><a href="https://www.getlektor.com/">Lektor</a>
135+
(<a href="https://github.com/lektor/lektor">source code</a>) is a Python static
136+
content management system that can deploy to any webserver. It uses
137+
<a href="/jinja2.html">Jinja2</a> as a <a href="/template-engines.html">template engine</a>.</p>
138+
</li>
139+
<li>
134140
<p><a href="http://complexity.readthedocs.org/en/latest/">Complexity</a>
135141
(<a href="https://github.com/audreyr/complexity">source code</a>) is a site generator
136142
for users who like to work in HTML. It uses HTML for templating but

0 commit comments

Comments
 (0)