.. title: Nikola Snippets .. slug: nikola-snippets .. date: 2020-01-30 14:19:22 UTC+01:00 .. tags: nikola .. category: .. link: .. description: .. type: text Nikola is a great static website generator. It converts restructured text to html pages. My favourite snippets are: .. contents:: Table of Contents Headline level 2 ---------------- Headline level 3 ^^^^^^^^^^^^^^^^ 1. Often we need **strong** :strong:`text` and *italic* formatting, or named external links such as `TroLUG`_. 2. Internal links to the title :doc:`Nikola Snippets` or :doc:`Impressum` 3. literal commands are written :literal:`like this @\{}//.` * `Nikola Quick Reference`_. * or more comprehensive on https://docutils.sourceforge.io/rst.html * https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html * online editor on http://rst.ninjs.org/ .. danger:: A warning. All about danger. .. code-block:: bash :number-lines: !#/bin/bash echo "Hello World." .. _TroLUG: http://trolug.de/ .. _Nikola Quick Reference: https://getnikola.com/quickref.html