Skip to content

Commit 126f8fc

Browse files
committed
adding nikola as a static site generator
1 parent b4552f3 commit 126f8fc

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
@@ -3083,6 +3083,12 @@ <h2>Python implementations</h2>
30833083
more sense to use a different static site generator instead.</p>
30843084
</li>
30853085
<li>
3086+
<p><a href="https://getnikola.com/">Nikola</a>
3087+
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either Markdown
3088+
or reStructuredText and combines the files with Mako templates to output
3089+
static sites. It is compatible with both Python 2.x and 3.x.</p>
3090+
</li>
3091+
<li>
30863092
<p><a href="http://posativ.org/acrylamid/">Acrylamid</a>
30873093
(<a href="https://github.com/posativ/acrylamid">source code</a>) uses incremental
30883094
builds to generate static sites faster than recreating every page after

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-05T09:53:47Z</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-05T10:03:28Z</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
@@ -84,6 +84,11 @@ ones listed here are primarily coded in Python.
8484
own templates unless a custom site is desired at which point it might make
8585
more sense to use a different static site generator instead.
8686

87+
* [Nikola](https://getnikola.com/)
88+
([source code](https://github.com/getnikola/nikola)) takes in either Markdown
89+
or reStructuredText and combines the files with Mako templates to output
90+
static sites. It is compatible with both Python 2.x and 3.x.
91+
8792
* [Acrylamid](http://posativ.org/acrylamid/)
8893
([source code](https://github.com/posativ/acrylamid)) uses incremental
8994
builds to generate static sites faster than recreating every page after

static-site-generator.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ <h2>Python implementations</h2>
9999
more sense to use a different static site generator instead.</p>
100100
</li>
101101
<li>
102+
<p><a href="https://getnikola.com/">Nikola</a>
103+
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either Markdown
104+
or reStructuredText and combines the files with Mako templates to output
105+
static sites. It is compatible with both Python 2.x and 3.x.</p>
106+
</li>
107+
<li>
102108
<p><a href="http://posativ.org/acrylamid/">Acrylamid</a>
103109
(<a href="https://github.com/posativ/acrylamid">source code</a>) uses incremental
104110
builds to generate static sites faster than recreating every page after

0 commit comments

Comments
 (0)