Skip to content

Commit fd8a71f

Browse files
committed
adding new static site generator
1 parent af9a897 commit fd8a71f

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3085,6 +3085,11 @@ <h2>Python static site generator implementations</h2>
30853085
structure so the site can be generated. The project remains in the
30863086
"experimental" phase.</p>
30873087
</li>
3088+
<li>
3089+
<p>Cactus (<a href="https://github.com/koenbok/Cactus/">source code</a>) uses the Django
3090+
templating engine that was originally built with front-end designers in
3091+
mind. It works with both Python 2.x and 3.x.</p>
3092+
</li>
30883093
</ul>
30893094
<h3>Static site generator resources</h3>
30903095
<ul>

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-04T16:44:54Z</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-04T16:49:14Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ ones listed here are primarily coded in Python.
8585
structure so the site can be generated. The project remains in the
8686
"experimental" phase.
8787

88+
* Cactus ([source code](https://github.com/koenbok/Cactus/)) uses the Django
89+
templating engine that was originally built with front-end designers in
90+
mind. It works with both Python 2.x and 3.x.
91+
8892

8993
### Static site generator resources
9094
* [The Long Road to Building a Static Blog with Pelican](http://www.notionsandnotes.org/tech/web-development/pelican-static-blog-setup.html)

static-site-generator.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ <h2>Python static site generator implementations</h2>
101101
structure so the site can be generated. The project remains in the
102102
"experimental" phase.</p>
103103
</li>
104+
<li>
105+
<p>Cactus (<a href="https://github.com/koenbok/Cactus/">source code</a>) uses the Django
106+
templating engine that was originally built with front-end designers in
107+
mind. It works with both Python 2.x and 3.x.</p>
108+
</li>
104109
</ul>
105110
<h3>Static site generator resources</h3>
106111
<ul>

0 commit comments

Comments
 (0)