Synchronized build

This commit is contained in:
Lektor Bot 2024-01-25 02:36:17 +00:00
parent 4dbe568903
commit 5c5625c6ac
2 changed files with 11 additions and 6 deletions

View File

@ -151,7 +151,7 @@ speak multiple languages and allow you to easily create localized websites.</li>
<div class="slideshow-wrapper">
<div class="slideshow">
<div class="slideshow-inner">
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-85c4abdc6bfe41aeaf15b7e33f820c72">
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-c4e87a31f5f441d299ea8a83968dc51f">
<div class="carousel-inner" role="listbox">
@ -210,11 +210,11 @@ be completely customized.</p>
</div>
</div>
<a class="left carousel-control" href="#carousel-85c4abdc6bfe41aeaf15b7e33f820c72" role="button" data-slide="prev">
<a class="left carousel-control" href="#carousel-c4e87a31f5f441d299ea8a83968dc51f" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-85c4abdc6bfe41aeaf15b7e33f820c72" role="button" data-slide="next">
<a class="right carousel-control" href="#carousel-c4e87a31f5f441d299ea8a83968dc51f" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>

View File

@ -62,7 +62,7 @@
<div class="plugin">
<div class="row">
<div class="col-sm-12">
<h1>Plugin &ndash; lektor-scss 1.4.2</h1>
<h1>Plugin &ndash; lektor-scss 1.5.0</h1>
</div>
</div>
@ -96,7 +96,7 @@
<div class="separator">
<h4>Meta</h4>
</div>
<p><strong>Version:</strong> 1.4.2</p>
<p><strong>Version:</strong> 1.5.0</p>
<p><strong>Author:</strong>
<a href="mailto:l3d@c3woc.de">L3D</a>
@ -155,7 +155,7 @@
</pre>
<p>Or by hand, adding the plugin to the packages section in your lektorproject file:</p>
<pre lang="ini"><span class="k">[packages]</span>
<span class="na">lektor-scss</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">1.4.2</span>
<span class="na">lektor-scss</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">1.5.0</span>
</pre>
<h2>Usage</h2>
<p>To enable the plugin, pass the <code>scss</code> flag when starting the development
@ -213,6 +213,11 @@ python3<span class="w"> </span>-m<span class="w"> </span>lektor<span class="w">
<td></td>
<td>If you want to include SASS libraries from a different directory, libsass's compile function has a parameter called <code>include_paths</code> to add those directories to the search path.</td>
</tr>
<tr>
<td>use_compile_flag</td>
<td>True</td>
<td>If True the flag '-scss' is needed. Otherwise not.</td>
</tr>
</tbody>
</table>
<p>An example file with the default config can be found at <code>configs/scss.ini</code>. For every parameter that is not specified in the config file the default value is used by the plugin.</p>