You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3442,6 +3442,12 @@ <h3>Static site generator resources</h3>
3442
3442
I'd argue static website generators have been big for a long time now.</p>
3443
3443
</li>
3444
3444
<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
+
<ahref="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>
3445
3451
<p><ahref="http://www.mattmakai.com/introduction-to-pelican.html">Getting started with Pelican and GitHub pages</a>
3446
3452
is a tutorial I wrote to use the Full Stack Python source code to create
Copy file name to clipboardExpand all lines: source/content/pages/04-web-development/16-static-site-generator.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,11 @@ ones listed here are primarily coded in Python.
163
163
[why static website generators are the next big thing](http://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/).
164
164
I'd argue static website generators have been big for a long time now.
165
165
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
+
166
171
*[Getting started with Pelican and GitHub pages](http://www.mattmakai.com/introduction-to-pelican.html)
167
172
is a tutorial I wrote to use the Full Stack Python source code to create
Copy file name to clipboardExpand all lines: static-site-generator.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,12 @@ <h3>Static site generator resources</h3>
195
195
I'd argue static website generators have been big for a long time now.</p>
196
196
</li>
197
197
<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
+
<ahref="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>
198
204
<p><ahref="http://www.mattmakai.com/introduction-to-pelican.html">Getting started with Pelican and GitHub pages</a>
199
205
is a tutorial I wrote to use the Full Stack Python source code to create
0 commit comments