Skip to content

Commit 492634b

Browse files
committed
add lektor resources
1 parent 9263842 commit 492634b

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

content/pages/04-web-development/36-lektor.markdown

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Lektor's
1717
under the
1818
[BSD 3-clause license](https://opensource.org/licenses/BSD-3-Clause).
1919

20-
<a href="https://www.getlektor.com/" style="border: none;"><img src="/img/logos/lektor.jpg" width="100%" alt="Lektor static website generator logo." class="technical-diagram" style="border-radius:5px"></a>
20+
<a href="https://www.getlektor.com/"><img src="/img/logos/lektor.jpg" width="100%" alt="Lektor static website generator logo." class="shot rnd outl"></a>
2121

2222

2323
## How is Lektor different from other static site generators?
@@ -29,7 +29,15 @@ site content similar to Django or Wordpress.
2929
<div class="well see-also">Lektor is an implementation of the <a href="/static-site-generator.html">static site generators</a> concept. Learn how the parts fit together in the <a href="/web-development.html">web development</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
3030

3131

32-
## Lektor resources
32+
### Lektor example projects
33+
* [PyCon Columbia's 2018 site](https://github.com/PyConColombia/website-2018)
34+
was built with Lektor and is freely available on GitHub.
35+
36+
* [freedombox.org](https://github.com/freedombox/freedombox.org) is also
37+
available for reference.
38+
39+
40+
### Lektor resources
3341
Lektor is a young project and therefore has a nascent community compared with
3442
[Pelican](/pelican.html) and Jekyll (the most popular Ruby-based static
3543
site generator). However, the official documentation and initial quickstarts
@@ -62,4 +70,9 @@ painless.
6270
the author gives his impression of Lektor after moving his 400+ articles
6371
over from a home-grown blogging engine. He talks a bit about how he went
6472
from deploying on GitHub Pages to surge.sh and finally over to Netlify.
65-
73+
74+
* [Automating deployment of Lektor blog sites](http://blog.dscpl.com.au/2016/01/automating-deployment-of-lektor-blog.html)
75+
covers using OpenShift to deploy a static site. Seems like a lot of work
76+
when [AWS S3](https://aws.amazon.com/s3/) deployments are a lot easier but
77+
OpenShift has its own ecosystem to keep you away from AWS world if that's
78+
your thing.

0 commit comments

Comments
 (0)