Synchronized build

This commit is contained in:
Lektor Bot 2022-02-27 22:19:53 +00:00
parent c6751b6a49
commit 6128b2666f
3 changed files with 8 additions and 8 deletions

View File

@ -211,7 +211,7 @@
<div class="col-sm-9 doc-styling">
<h1><i class="glyphicon glyphicon-leaf"></i> <code class="mod">lektor.db.</code><code class="obj">SourceObject</code></h1>
<h1><i class="glyphicon glyphicon-leaf"></i> <code class="mod">lektor.sourceobj.</code><code class="obj">SourceObject</code></h1>

View File

@ -139,8 +139,8 @@ issues.</p>
significant parts of its capabilities. Therefore, you need to make sure you have the
following software installed on your computer:</p>
<ul>
<li>Python 3.6+ is required. If you got an older version, look at
{Python 3 Installation &amp; Setup Guide}(<a href="https://realpython.com/installing-python/">https://realpython.com/installing-python/</a>).<ul>
<li>Python 3.6+ is required. If you got an older version, look at the
<a href="https://realpython.com/installing-python/" class="ext">Python 3 Installation &amp; Setup Guide</a>.<ul>
<li>On Ubuntu you basically don't need anything new.</li>
<li>On macOS you're done as well.</li>
<li>On Windows, make sure that Python is in your <code>PATH</code>.</li>
@ -156,7 +156,7 @@ or <a href="http://www.imagemagick.org" class="ext">download from here</a>).</li
<li>FFmpeg (mostly for video thumbnailing).<ul>
<li>On Ubuntu you get it through <code>sudo apt install ffmpeg.</code></li>
<li>On macOS <code>brew install ffmpeg</code> will do the trick.</li>
<li>On Windows you'll have to put a little <a href="https://www.wikihow.com/Install-FFmpeg-on-Windows">work</a> in.</li>
<li>On Windows you'll have to put a little <a href="https://www.wikihow.com/Install-FFmpeg-on-Windows" class="ext">work</a> in.</li>
</ul>
</li>
</ul>
@ -180,7 +180,7 @@ pipx ensurepath
<pre><code>python -m pip install --user pipx
python -m pipx ensurepath
</code></pre>
<p>For more information on <code>pipx</code> installation go to <a href="https://pypa.github.io/pipx/installation/">pypa.github.io/pipx/installation/</a></p>
<p>For more information on <code>pipx</code> installation see the <a href="https://pypa.github.io/pipx/installation/" class="ext">documentation for pipx</a></p>
<h3 id="finally-install-lektor">Finally Install Lektor</h3><p>Once installed, close terminal (or <code>Powershell</code> or <code>command prompt</code>) for those
changes to take effect. Then proceed to reopen and install Lektor with pipx:</p>
<pre><code>pipx install lektor

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-75dfa177e4cd40fab434b4851c0e9fed">
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-404ef724cda44595941a9bdec68f3037">
<div class="carousel-inner" role="listbox">
@ -210,11 +210,11 @@ be completely customized.</p>
</div>
</div>
<a class="left carousel-control" href="#carousel-75dfa177e4cd40fab434b4851c0e9fed" role="button" data-slide="prev">
<a class="left carousel-control" href="#carousel-404ef724cda44595941a9bdec68f3037" 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-75dfa177e4cd40fab434b4851c0e9fed" role="button" data-slide="next">
<a class="right carousel-control" href="#carousel-404ef724cda44595941a9bdec68f3037" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>