Skip to content

Commit 474133e

Browse files
committed
updating Nikola description based on PR mattmakai#68
1 parent 17a4f3c commit 474133e

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

all.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,12 +3084,19 @@ <h2>Python implementations</h2>
30843084
</li>
30853085
<li>
30863086
<p><a href="https://getnikola.com/">Nikola</a>
3087-
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either
3087+
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in
3088+
reStructuredText, Markdown or Jupyter (IPython) Notebooks and combines
3089+
the files with Mako or Jinja2 templates to output static sites. It is
3090+
compatible with Python 2.7 until 2016 and Python 3.3+ for the
3091+
foreseeable future.</p>
3092+
</li>
3093+
</ul>
3094+
<p>(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either
30883095
Markdown or reStructuredText and combines the files with Mako templates
30893096
to output static sites. It is compatible with both Python 2.x and 3.x,
30903097
although the current plan is to drop support for Python 2.x in early
30913098
2016.</p>
3092-
</li>
3099+
<ul>
30933100
<li>
30943101
<p><a href="http://posativ.org/acrylamid/">Acrylamid</a>
30953102
(<a href="https://github.com/posativ/acrylamid">source code</a>) uses incremental

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-05T12:48:37Z</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-05T13:12:02Z</updated></feed>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ ones listed here are primarily coded in Python.
8585
more sense to use a different static site generator instead.
8686

8787
* [Nikola](https://getnikola.com/)
88+
([source code](https://github.com/getnikola/nikola)) takes in
89+
reStructuredText, Markdown or Jupyter (IPython) Notebooks and combines
90+
the files with Mako or Jinja2 templates to output static sites. It is
91+
compatible with Python 2.7 until 2016 and Python 3.3+ for the
92+
foreseeable future.
93+
8894
([source code](https://github.com/getnikola/nikola)) takes in either
8995
Markdown or reStructuredText and combines the files with Mako templates
9096
to output static sites. It is compatible with both Python 2.x and 3.x,

static-site-generator.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,19 @@ <h2>Python implementations</h2>
100100
</li>
101101
<li>
102102
<p><a href="https://getnikola.com/">Nikola</a>
103-
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either
103+
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in
104+
reStructuredText, Markdown or Jupyter (IPython) Notebooks and combines
105+
the files with Mako or Jinja2 templates to output static sites. It is
106+
compatible with Python 2.7 until 2016 and Python 3.3+ for the
107+
foreseeable future.</p>
108+
</li>
109+
</ul>
110+
<p>(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either
104111
Markdown or reStructuredText and combines the files with Mako templates
105112
to output static sites. It is compatible with both Python 2.x and 3.x,
106113
although the current plan is to drop support for Python 2.x in early
107114
2016.</p>
108-
</li>
115+
<ul>
109116
<li>
110117
<p><a href="http://posativ.org/acrylamid/">Acrylamid</a>
111118
(<a href="https://github.com/posativ/acrylamid">source code</a>) uses incremental

0 commit comments

Comments
 (0)