Skip to content

Commit ebd8df4

Browse files
committed
new static site generator resource
1 parent d12e442 commit ebd8df4

4 files changed

Lines changed: 18 additions & 1 deletion

File tree

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3442,6 +3442,12 @@ <h3>Static site generator resources</h3>
34423442
I'd argue static website generators have been big for a long time now.</p>
34433443
</li>
34443444
<li>
3445+
<p>Static site generators can be used for a range of websites from side
3446+
projects up to big sites. This blog post by
3447+
<a href="http://engineering.wework.com/engineering/2015/12/08/why-wework-com-uses-a-static-generator-and-why-you-should-too/">WeWork on why they use a static site generator</a>
3448+
explains it from the perspective of a large business.</p>
3449+
</li>
3450+
<li>
34453451
<p><a href="http://www.mattmakai.com/introduction-to-pelican.html">Getting started with Pelican and GitHub pages</a>
34463452
is a tutorial I wrote to use the Full Stack Python source code to create
34473453
and deploy your first static site.</p>

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>2015-12-10T09:31: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>2015-12-12T10:31:19Z</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
@@ -163,6 +163,11 @@ ones listed here are primarily coded in Python.
163163
[why static website generators are the next big thing](http://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/).
164164
I'd argue static website generators have been big for a long time now.
165165

166+
* Static site generators can be used for a range of websites from side
167+
projects up to big sites. This blog post by
168+
[WeWork on why they use a static site generator](http://engineering.wework.com/engineering/2015/12/08/why-wework-com-uses-a-static-generator-and-why-you-should-too/)
169+
explains it from the perspective of a large business.
170+
166171
* [Getting started with Pelican and GitHub pages](http://www.mattmakai.com/introduction-to-pelican.html)
167172
is a tutorial I wrote to use the Full Stack Python source code to create
168173
and deploy your first static site.

static-site-generator.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ <h3>Static site generator resources</h3>
195195
I'd argue static website generators have been big for a long time now.</p>
196196
</li>
197197
<li>
198+
<p>Static site generators can be used for a range of websites from side
199+
projects up to big sites. This blog post by
200+
<a href="http://engineering.wework.com/engineering/2015/12/08/why-wework-com-uses-a-static-generator-and-why-you-should-too/">WeWork on why they use a static site generator</a>
201+
explains it from the perspective of a large business.</p>
202+
</li>
203+
<li>
198204
<p><a href="http://www.mattmakai.com/introduction-to-pelican.html">Getting started with Pelican and GitHub pages</a>
199205
is a tutorial I wrote to use the Full Stack Python source code to create
200206
and deploy your first static site.</p>

0 commit comments

Comments
 (0)