Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/theming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ messages
Nikola tries to be multilingual. This is where you put the strings for your theme
so that it can be translated into other languages.

For each language your theme supports, create a file
``messages/messages_XX.py`` (with ``XX`` being the language code)
defining the messages in a dictionary like this::

MESSAGES = {
"Skip to footer": "Springe zur Fußzeile",
"Skip to navigation": "Springe zur Navigation",
}

less, sass
Files to be compiled into CSS using LESS and Sass (both require plugins)

Expand Down