and plugins are prefixed with ``M_``. Configuration variables without
prefix are builtin Pelican options.
+If you see something unexpected or not see something expected, check the
+`Troubleshooting`_ section below.
+
`Configuration`_
================
This is one of the main goals of this project. Please
:gh:`report a bug <mosra/m.css/issues/new>` if it's not like that.
+
+`Troubleshooting`_
+==================
+
+`Output is missing styling`_
+----------------------------
+
+If you are on Windows and don't have Git symlinks enabled, empty CSS files
+might get copied. The solution is either to reinstall Git with symlinks enabled
+or manually copy all ``*.css`` files from ``css/`` to
+``pelican-theme/static/``, replacing the broken symlinks present there.