Skip to content

Commit

Permalink
Update documentation.txt and getting-started.html
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 24, 2017
1 parent 9796fc2 commit 93ea92b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2017-05-24T18:40:11.369014"
"last_deploy": "2017-05-24T18:51:37.204637"
}
16 changes: 13 additions & 3 deletions stories/documentation.txt
Expand Up @@ -8,19 +8,26 @@

.. class:: lead

Here is all the documentation for Nikola. Note that the documents may
not always be up-to-date. If you want to read the documentation for
the current GitHub master, check out `Nikola on ReadTheDocs
Here is all the documentation for Nikola. Note that it applies to the latest
release, so it may not be accurate if you’re using an older version, or are
using an unstable version. If you want to read the documentation for the
current GitHub master, check out `Nikola on ReadTheDocs
<http://nikola.readthedocs.org/en/latest/>`_.

`The Handbook <handbook.html>`_
Aimed at those wanting to *use* Nikola to build a site.

`Getting Started <getting-started.html>`_
How to set up Nikola.

`The conf.py file <conf.html>`_
This is the default configuration file for the latest version of Nikola.
It contains some useful documentation not mentioned in the manual, and can
be used for people upgrading to compare with their existing config files.

`Changelog <changes.html>`_, `Contributors <authors.html>`_, `The MIT License <license.html>`_
What’s new, who made this, and the rules for distribution.

`Creating Custom Pages <creating-a-custom-page.html>`__
How to do custom pages for special purposes, with special templates and styling.

Expand All @@ -30,6 +37,9 @@ the current GitHub master, check out `Nikola on ReadTheDocs
`Extending Nikola <extending.html>`_ and `Nikola Internals <internals.html>`_
Aimed at those wanting to add new functionality.

`Features <features/index.html>`_
A list of some Nikola features.

`Creating a Site that is not a blog <creating-a-site-not-a-blog-with-nikola.html>`_
Not everything is a blog!

Expand Down
3 changes: 2 additions & 1 deletion stories/getting-started.html
Expand Up @@ -80,7 +80,7 @@ <h4 class="panel-title"><a class="collapsed" role="button" data-toggle="collapse
</li>
<li>Gentoo: <a class="reference external" href="https://packages.gentoo.org/package/www-apps/nikola">www-apps/nikola</a>
</li>
<li>The Debian/Ubuntu package is <strong>broken and outdated</strong>. The Nikola developers strongly discourage using it and do not support this method of install — please install via pip instead.
<li>The Debian/Ubuntu package is <strong>broken and outdated</strong>. The Nikola developers strongly discourage using it and do not support this method of install — please install via pip instead, or use Snapcraft (see below).
</li>
</ul>
</div>
Expand Down Expand Up @@ -141,6 +141,7 @@ <h4 class="panel-title"><a class="collapsed" role="button" data-toggle="collapse
<pre class="gs-console">
<code># <span class="gs-command">snap install nikola --edge</span></code>
</pre>
<p>Some extra setup may be necessary. For a list of caveats, see the <a href="https://getnikola.com/blog/nikola-available-as-a-snap.html">announcement blog post</a>.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 93ea92b

Please sign in to comment.