Skip to content

Commit d7a5753

Browse files
committed
new static site resources
1 parent 8d83439 commit d7a5753

4 files changed

Lines changed: 40 additions & 5 deletions

File tree

all.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2847,12 +2847,25 @@ <h2>Python static site generators</h2>
28472847
builds to generate static sites faster than recreating every page after
28482848
each change is made to the input files.</p>
28492849
</li>
2850+
<li>
2851+
<p><a href="http://growsdk.org/">Grow SDK</a> (<a href="http://growsdk.org/">source code</a>)
2852+
uses projects, known as pods, which contain a specific file and directory
2853+
structure so the site can be generated. The project remains in the
2854+
"experimental" phase.</p>
2855+
</li>
28502856
</ul>
28512857
<h3>Static site generator resources</h3>
28522858
<ul>
2853-
<li><a href="http://www.notionsandnotes.org/tech/web-development/pelican-static-blog-setup.html">The Long Road to Building a Static Blog with Pelican</a>
2859+
<li>
2860+
<p><a href="http://www.notionsandnotes.org/tech/web-development/pelican-static-blog-setup.html">The Long Road to Building a Static Blog with Pelican</a>
28542861
is a fantastic read that really gets into the details throughout the
2855-
walkthrough. </li>
2862+
walkthrough. </p>
2863+
</li>
2864+
<li>
2865+
<p><a href="http://www.mattmakai.com/introduction-to-pelican.html">Getting Started with Pelican and GitHub Pages</a>
2866+
is a tutorial I wrote for getting up and running with Full Stack Python's
2867+
source code, which uses Pelican to genereate the site.</p>
2868+
</li>
28562869
</ul>
28572870
<h1>Data</h1>
28582871
<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-07-19T12:30:16Z</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-07-20T09:34:47Z</updated></feed>

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,18 @@ ones listed here are primarily coded in Python.
4444
builds to generate static sites faster than recreating every page after
4545
each change is made to the input files.
4646

47+
* [Grow SDK](http://growsdk.org/) ([source code](http://growsdk.org/))
48+
uses projects, known as pods, which contain a specific file and directory
49+
structure so the site can be generated. The project remains in the
50+
"experimental" phase.
51+
4752

4853
### Static site generator resources
4954
* [The Long Road to Building a Static Blog with Pelican](http://www.notionsandnotes.org/tech/web-development/pelican-static-blog-setup.html)
5055
is a fantastic read that really gets into the details throughout the
5156
walkthrough.
5257

58+
* [Getting Started with Pelican and GitHub Pages](http://www.mattmakai.com/introduction-to-pelican.html)
59+
is a tutorial I wrote for getting up and running with Full Stack Python's
60+
source code, which uses Pelican to genereate the site.
61+

static-site-generator.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,25 @@ <h2>Python static site generators</h2>
6969
builds to generate static sites faster than recreating every page after
7070
each change is made to the input files.</p>
7171
</li>
72+
<li>
73+
<p><a href="http://growsdk.org/">Grow SDK</a> (<a href="http://growsdk.org/">source code</a>)
74+
uses projects, known as pods, which contain a specific file and directory
75+
structure so the site can be generated. The project remains in the
76+
"experimental" phase.</p>
77+
</li>
7278
</ul>
7379
<h3>Static site generator resources</h3>
7480
<ul>
75-
<li><a href="http://www.notionsandnotes.org/tech/web-development/pelican-static-blog-setup.html">The Long Road to Building a Static Blog with Pelican</a>
81+
<li>
82+
<p><a href="http://www.notionsandnotes.org/tech/web-development/pelican-static-blog-setup.html">The Long Road to Building a Static Blog with Pelican</a>
7683
is a fantastic read that really gets into the details throughout the
77-
walkthrough. </li>
84+
walkthrough. </p>
85+
</li>
86+
<li>
87+
<p><a href="http://www.mattmakai.com/introduction-to-pelican.html">Getting Started with Pelican and GitHub Pages</a>
88+
is a tutorial I wrote for getting up and running with Full Stack Python's
89+
source code, which uses Pelican to genereate the site.</p>
90+
</li>
7891
</ul>
7992
<h3>What else do you want to learn about Python web dev?</h3>
8093
<div class="row">

0 commit comments

Comments
 (0)