Skip to content

Commit

Permalink
Add template variables documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 14, 2017
1 parent ee60fd0 commit ab1006e
Show file tree
Hide file tree
Showing 6 changed files with 451 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ output
.doit.db
.doit.db.db
.venv
nikolaserve.pid
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2017-03-26T18:37:54.404225"
"last_deploy": "2017-04-14T10:50:30.048429"
}
2 changes: 2 additions & 0 deletions stories/creating-a-theme.txt
Expand Up @@ -17,6 +17,8 @@ create themes. Since I **suck** at designing websites, I asked for opinions on t
and got some feedback. Since this is **Not So Hard™**, I will try to make time to port a few
and see what happens.

If you are looking for a reference, check out `Theming reference <theming.html>`_ and `Template variables <https://getnikola.com/template-variables.html>`_.

Today’s theme is `Lanyon <https://github.com/poole/lanyon>`__ which is written by `@mdo <https://twitter.com/mdo>`__
and released under a MIT license, which is liberal enough.

Expand Down
2 changes: 1 addition & 1 deletion stories/documentation.txt
Expand Up @@ -24,7 +24,7 @@ the current GitHub master, check out `Nikola on ReadTheDocs
`Creating Custom Pages <creating-a-custom-page.html>`__
How to do custom pages for special purposes, with special templates and styling.

`Theming Tutorial <creating-a-theme.html>`_ and `Theming reference <theming.html>`_
`Theming Tutorial <creating-a-theme.html>`_, `Theming reference <theming.html>`_, `Template variables <template-variables.html>`_
Useful if you want to create or customize a theme.

`Extending Nikola <extending.html>`_ and `Nikola Internals <internals.html>`_
Expand Down

0 comments on commit ab1006e

Please sign in to comment.