mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-08-03 22:37:31 +00:00
Prepare release
This commit is contained in:
parent
9009e1d232
commit
1f3ce7e78f
6 changed files with 23 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -862,7 +862,7 @@ Code blocks in Markdown can include language hints for syntax highlighting:
|
|||
|
||||
**Customizing Templates**
|
||||
|
||||
The page server uses a template system that allows complete customization of the generated pages. Templates are stored in the ``~/.rngit/templates/`` directory as Micron files (``.mu``).
|
||||
The page server uses a template system that allows complete customization of the generated pages. Templates are stored in the ``~/.rngit/templates/`` directory as Micron files.
|
||||
|
||||
The following template files are supported:
|
||||
|
||||
|
|
|
|||
|
|
@ -983,7 +983,7 @@ def hello_world():
|
|||
</pre></div>
|
||||
</div>
|
||||
<p><strong>Customizing Templates</strong></p>
|
||||
<p>The page server uses a template system that allows complete customization of the generated pages. Templates are stored in the <code class="docutils literal notranslate"><span class="pre">~/.rngit/templates/</span></code> directory as Micron files (<code class="docutils literal notranslate"><span class="pre">.mu</span></code>).</p>
|
||||
<p>The page server uses a template system that allows complete customization of the generated pages. Templates are stored in the <code class="docutils literal notranslate"><span class="pre">~/.rngit/templates/</span></code> directory as Micron files.</p>
|
||||
<p>The following template files are supported:</p>
|
||||
<ul class="simple">
|
||||
<li><p><code class="docutils literal notranslate"><span class="pre">base.mu</span></code> - Base template wrapping all pages (must include <code class="docutils literal notranslate"><span class="pre">{PAGE_CONTENT}</span></code>)</p></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue