Skip to content

Commit e7ddf0b

Browse files
committed
new static website generator resource
1 parent bcc7285 commit e7ddf0b

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
@@ -3088,6 +3088,12 @@ <h3>Static site generator resources</h3>
30883088
of all programming languages sorted by various attributes such as the
30893089
number of GitHub stars, forks and issues.</p>
30903090
</li>
3091+
<li>
3092+
<p>The title is a big grandiose, but there's some solid detail in this article
3093+
on
3094+
<a href="http://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/">why static website generators are the next big thing</a>.
3095+
I'd argue static website generators have been big for a long time now.</p>
3096+
</li>
30913097
</ul>
30923098
<h1>Data</h1>
30933099
<p>Data is an incredibly broad topic but it can be broken down into many

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-11-02T08:48: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-11-03T14:42:38Z</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
@@ -80,3 +80,8 @@ ones listed here are primarily coded in Python.
8080
of all programming languages sorted by various attributes such as the
8181
number of GitHub stars, forks and issues.
8282

83+
* The title is a big grandiose, but there's some solid detail in this article
84+
on
85+
[why static website generators are the next big thing](http://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/).
86+
I'd argue static website generators have been big for a long time now.
87+

static-site-generator.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ <h3>Static site generator resources</h3>
104104
of all programming languages sorted by various attributes such as the
105105
number of GitHub stars, forks and issues.</p>
106106
</li>
107+
<li>
108+
<p>The title is a big grandiose, but there's some solid detail in this article
109+
on
110+
<a href="http://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/">why static website generators are the next big thing</a>.
111+
I'd argue static website generators have been big for a long time now.</p>
112+
</li>
107113
</ul>
108114
<h3>What else do you want to learn about Python web dev?</h3>
109115
<div class="row">

0 commit comments

Comments
 (0)