Publish pskov 04 lang and 05 blog videos

This commit is contained in:
2019-06-25 11:49:12 +03:00
parent f11b5d05c4
commit 511fa2b9f1
42 changed files with 266 additions and 100 deletions

View File

@@ -123,8 +123,10 @@ Education: 05. Blog
<li><a href="#index">05. Investigate templates of preview pages</a></li>
<li><a href="#pagination">06. Investigate pagination templates</a></li>
<li><a href="#md">07. Investigate Markdown files</a></li>
<li><a href="#gen">08. Launch LFSA and generate the site</a></li>
<li><a href="#summary">09. Summary</a></li>
<li><a href="#lfsa">08. Launch LFSA</a></li>
<li><a href="#gen">09. Generate the site</a></li>
<li><a href="#observe">10. Observe the site</a></li>
<li><a href="#summary">11. Summary</a></li>
</ul>
<p><a name="blog"/></p>
<h2 id="01blog">01. Blog</h2>
@@ -560,20 +562,34 @@ PSKOV_PAGINATION
</tr>
</tbody>
</table>
<p><a name="gen"/></p>
<h2 id="08launchlfsaandgeneratethesite">08. Launch LFSA and generate the site</h2>
<p><a name="lfsa"/></p>
<h2 id="08launchlfsa">08. Launch LFSA</h2>
<video controls poster="../vid/education.05.blog.launch-lfsa.edgy.poster.png">
<source src="../vid/education.05.blog.launch-lfsa.edgy.mp4" type ="video/mp4">
<source src="../vid/education.05.blog.launch-lfsa.edgy.webm" type ="video/webm">
ERROR Your browser does not support HTML5 video
</video>
<p>Launch <a href="http://opengamestudio.org/lfsa">LFSA</a> so that it points to directory with the files we just observed:</p>
<pre><code>$ /path/to/lfsa_1.0.0.py /path/to/dir/03.Blog
</code></pre>
<p>Generate the site:</p>
<ul>
<li>Go to <a href="http://opengamestudio.org/pskov">Tool</a> page</li>
<li>Press <code>Generate</code> button</li>
<li>Open generated <code>en/blog/index.html</code> or <code>ru/blog/index.html</code> from the site's directory locally</li>
<li>Navigate preview pages to make sure everything works fine</li>
</ul>
<p><a name="gen"/></p>
<h2 id="09generatethesite">09. Generate the site</h2>
<video controls poster="../vid/education.05.blog.gen.edgy.poster.png">
<source src="../vid/education.05.blog.gen.edgy.mp4" type ="video/mp4">
<source src="../vid/education.05.blog.gen.edgy.webm" type ="video/webm">
ERROR Your browser does not support HTML5 video
</video>
<p>Go to <a href="http://opengamestudio.org/pskov">Tool</a> page and press <code>Generate</code> button to generate HTML files right where Markdown ones reside.</p>
<p><a name="observe"/></p>
<h2 id="10observethesite">10. Observe the site</h2>
<video controls poster="../vid/education.05.blog.observe.edgy.poster.png">
<source src="../vid/education.05.blog.observe.edgy.mp4" type ="video/mp4">
<source src="../vid/education.05.blog.observe.edgy.webm" type ="video/webm">
ERROR Your browser does not support HTML5 video
</video>
<p>Observe generated web site locally by opening <code>en/blog/index.html</code> or <code>ru/blog/index.html</code> and navigating preview pages.</p>
<p><a name="summary"/></p>
<h2 id="09summary">09. Summary</h2>
<h2 id="11summary">11. Summary</h2>
<p>You have successfully generated a web site with "dynamic" blog posts. <a href="http://opengamestudio.org/pskov/sample/03.Blog/en/blog/index.html">Check out the result</a>.</p>
<p>Introduced PSKOV constants include:</p>
<table>