diff --git a/pskov/en/education.01.why.html b/pskov/en/education.01.why.html index 2e095be..2c85d0d 100644 --- a/pskov/en/education.01.why.html +++ b/pskov/en/education.01.why.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/en/education.02.deps.html b/pskov/en/education.02.deps.html index b89a3da..2924da8 100644 --- a/pskov/en/education.02.deps.html +++ b/pskov/en/education.02.deps.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/en/education.03.site.html b/pskov/en/education.03.site.html index 11b78bc..f012d5f 100644 --- a/pskov/en/education.03.site.html +++ b/pskov/en/education.03.site.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; @@ -118,7 +122,8 @@ Education: 03. Site
  • 04. Investigate about.md and cv.md files
  • 05. Launch LFSA
  • 06. Generate the site
  • -
  • 07. Summary
  • +
  • 07. Observe the site
  • +
  • 08. Summary
  • 01. Inspiration

    @@ -278,6 +283,11 @@ PSKOV_ITEM_CONTENTS

    As you can see, there's nothing new in cv.md except for a Markdown table.

    05. Launch LFSA

    +

    Launch LFSA so that it points to directory with the files we just observed:

    $ /path/to/lfsa_1.0.0.py /path/to/dir/01.TwoPages
     
    @@ -287,18 +297,22 @@ PORT: '8000'

    06. Generate the site

    -

    Now it's finally time to generate your personal web site:

    -
    + +

    Go to Tool page and press Generate button to generate HTML files right where Markdown ones reside.

    +

    +

    07. Observe the site

    + +

    Observe generated web site locally by opening about.html and switching between pages.

    -

    07. Summary

    +

    08. Summary

    You have successfully generated a web site with two pages. Check out the result.

    Introduced PSKOV constants include:

    diff --git a/pskov/en/education.03.site.md b/pskov/en/education.03.site.md index 3b0e22e..fe79a0f 100644 --- a/pskov/en/education.03.site.md +++ b/pskov/en/education.03.site.md @@ -22,7 +22,8 @@ Estimated completion time: 10 minutes. * [04. Investigate `about.md` and `cv.md` files](#md) * [05. Launch LFSA](#lfsa) * [06. Generate the site](#gen) -* [07. Summary](#summary) +* [07. Observe the site](#observe) +* [08. Summary](#summary) @@ -175,6 +176,12 @@ As you can see, there's nothing new in `cv.md` except for a Markdown table. ## 05. Launch LFSA + + Launch [LFSA][lfsa] so that it points to directory with the files we just observed: ``` @@ -192,19 +199,29 @@ PORT: '8000' ## 06. Generate the site -Now it's finally time to generate your personal web site: + + +Go to [Tool][tool] page and press `Generate` button to generate HTML files right where Markdown ones reside. + + + +## 07. Observe the site + + -* Go to [Tool][tool] page -* Make sure - * `Path` points to the same directory you specified before - * `Input directory` and `Item template` have values from `pskov.cfg` -* Press `Generate` button to generate HTML files right where Markdown ones reside -* Open generated `about.html` from the site's directory -* You should see your web site running locally +Observe generated web site locally by opening `about.html` and switching between pages. -## 07. Summary +## 08. Summary You have successfully generated a web site with two pages. [Check out the result][01-sample]. diff --git a/pskov/en/education.04.lang.html b/pskov/en/education.04.lang.html index 5ee36ac..f01e719 100644 --- a/pskov/en/education.04.lang.html +++ b/pskov/en/education.04.lang.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/en/education.05.blog.html b/pskov/en/education.05.blog.html index ea56a8e..177f77e 100644 --- a/pskov/en/education.05.blog.html +++ b/pskov/en/education.05.blog.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/en/education.html b/pskov/en/education.html index 280151d..0c63cee 100644 --- a/pskov/en/education.html +++ b/pskov/en/education.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/en/item.template b/pskov/en/item.template index 721c755..69822ee 100644 --- a/pskov/en/item.template +++ b/pskov/en/item.template @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/ru/education.01.why.html b/pskov/ru/education.01.why.html index c90bc20..5d9ed42 100644 --- a/pskov/ru/education.01.why.html +++ b/pskov/ru/education.01.why.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/ru/education.02.deps.html b/pskov/ru/education.02.deps.html index 47141cb..4358c3b 100644 --- a/pskov/ru/education.02.deps.html +++ b/pskov/ru/education.02.deps.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/ru/education.03.site.html b/pskov/ru/education.03.site.html index 7cd812c..9303bdb 100644 --- a/pskov/ru/education.03.site.html +++ b/pskov/ru/education.03.site.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; @@ -118,7 +122,8 @@
  • 04. Изучите файлы about.md и cv.md
  • 05. Запустите ЛФСД
  • 06. Сгенерируйте сайт
  • -
  • 07. Итог
  • +
  • 07. Проверьте сайт
  • +
  • 08. Итог
  • 01. Вдохновление

    @@ -278,6 +283,11 @@ PSKOV_ITEM_CONTENTS

    Как видите, в cv.md нет ничего нового за исключением таблицы Markdown.

    05. Запустите ЛФСД

    +

    Запустите ЛФСД с указанием директории, содержащей только что рассмотренные файлы:

    $ /путь/до/lfsa_1.0.0.py /путь/до/директории/01.TwoPages
     
    @@ -287,18 +297,22 @@ PORT: '8000'

    06. Сгенерируйте сайт

    -

    Настало время сгенерировать свой собственный веб-сайт:

    -
    + +

    Перейдите на страницу Инструмент и нажмите кнопку Генерировать для генерации файлов HTML рядом с файлами Markdown.

    +

    +

    07. Проверьте сайт

    + +

    Проверьте сгенерированный веб-сайт локально: откройте файл about.html и совершите переход между страницами.

    -

    07. Итог

    +

    08. Итог

    Вы успешно сгенерировали веб-сайт с двумя страницами. Проверьте результат.

    Представлены константы ПСКОВА:

    diff --git a/pskov/ru/education.03.site.md b/pskov/ru/education.03.site.md index f4e9921..516e259 100644 --- a/pskov/ru/education.03.site.md +++ b/pskov/ru/education.03.site.md @@ -22,7 +22,8 @@ Lang: ru * [04. Изучите файлы `about.md` и `cv.md`](#md) * [05. Запустите ЛФСД](#lfsa) * [06. Сгенерируйте сайт](#gen) -* [07. Итог](#summary) +* [07. Проверьте сайт](#observe) +* [08. Итог](#summary) @@ -175,6 +176,12 @@ PSKOV_ITEM_CONTENTS ## 05. Запустите ЛФСД + + Запустите [ЛФСД][lfsa] с указанием директории, содержащей только что рассмотренные файлы: ``` @@ -192,19 +199,29 @@ PORT: '8000' ## 06. Сгенерируйте сайт -Настало время сгенерировать свой собственный веб-сайт: + + +Перейдите на страницу [Инструмент][tool] и нажмите кнопку `Генерировать` для генерации файлов HTML рядом с файлами Markdown. + + + +## 07. Проверьте сайт + + -* Перейдите на страницу [Инструмент][tool] -* Убедитесь в том, что: - * `Путь` указывает на нужную директорию - * `Входящая директория` и `Шаблон элемента` содержат значения из `pskov.cfg` -* Нажмите кнопку `Генерировать` для генерации файлов HTML рядом с файлами Markdown -* Откройте сгенерированный файл `about.html` из директории сайта -* Перед вами ваш собственный веб-сайт, запущенный локально +Проверьте сгенерированный веб-сайт локально: откройте файл `about.html` и совершите переход между страницами. -## 07. Итог +## 08. Итог Вы успешно сгенерировали веб-сайт с двумя страницами. [Проверьте результат][01-sample]. diff --git a/pskov/ru/education.04.lang.html b/pskov/ru/education.04.lang.html index 84f0122..1916331 100644 --- a/pskov/ru/education.04.lang.html +++ b/pskov/ru/education.04.lang.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/ru/education.05.blog.html b/pskov/ru/education.05.blog.html index 7ef631f..4d3160d 100644 --- a/pskov/ru/education.05.blog.html +++ b/pskov/ru/education.05.blog.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/ru/education.html b/pskov/ru/education.html index 8d496f4..862016f 100644 --- a/pskov/ru/education.html +++ b/pskov/ru/education.html @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/ru/item.template b/pskov/ru/item.template index 62e6057..a58bd23 100644 --- a/pskov/ru/item.template +++ b/pskov/ru/item.template @@ -53,6 +53,10 @@ background: #f5f5f5; white-space: pre-wrap; } + video + { + width: 100%; + } .contents { background: #FFFFFF; diff --git a/pskov/vid/education.03.site.gen.w2k+ru.mp4 b/pskov/vid/education.03.site.gen.w2k+ru.mp4 new file mode 100644 index 0000000..ce5787b Binary files /dev/null and b/pskov/vid/education.03.site.gen.w2k+ru.mp4 differ diff --git a/pskov/vid/education.03.site.gen.w2k+ru.webm b/pskov/vid/education.03.site.gen.w2k+ru.webm new file mode 100644 index 0000000..19a55f7 Binary files /dev/null and b/pskov/vid/education.03.site.gen.w2k+ru.webm differ diff --git a/pskov/vid/education.03.site.gen.w2k.mp4 b/pskov/vid/education.03.site.gen.w2k.mp4 new file mode 100644 index 0000000..ef819d0 Binary files /dev/null and b/pskov/vid/education.03.site.gen.w2k.mp4 differ diff --git a/pskov/vid/education.03.site.gen.w2k.poster+ru.png b/pskov/vid/education.03.site.gen.w2k.poster+ru.png new file mode 100644 index 0000000..712bae5 Binary files /dev/null and b/pskov/vid/education.03.site.gen.w2k.poster+ru.png differ diff --git a/pskov/vid/education.03.site.gen.w2k.poster.png b/pskov/vid/education.03.site.gen.w2k.poster.png new file mode 100644 index 0000000..b84775b Binary files /dev/null and b/pskov/vid/education.03.site.gen.w2k.poster.png differ diff --git a/pskov/vid/education.03.site.gen.w2k.webm b/pskov/vid/education.03.site.gen.w2k.webm new file mode 100644 index 0000000..93f7100 Binary files /dev/null and b/pskov/vid/education.03.site.gen.w2k.webm differ diff --git a/pskov/vid/education.03.site.launch-lfsa.w2k.mp4 b/pskov/vid/education.03.site.launch-lfsa.w2k.mp4 new file mode 100644 index 0000000..2e34272 Binary files /dev/null and b/pskov/vid/education.03.site.launch-lfsa.w2k.mp4 differ diff --git a/pskov/vid/education.03.site.launch-lfsa.w2k.poster.png b/pskov/vid/education.03.site.launch-lfsa.w2k.poster.png new file mode 100644 index 0000000..5224b8a Binary files /dev/null and b/pskov/vid/education.03.site.launch-lfsa.w2k.poster.png differ diff --git a/pskov/vid/education.03.site.launch-lfsa.w2k.webm b/pskov/vid/education.03.site.launch-lfsa.w2k.webm new file mode 100644 index 0000000..6332907 Binary files /dev/null and b/pskov/vid/education.03.site.launch-lfsa.w2k.webm differ diff --git a/pskov/vid/education.03.site.observe.w2k.mp4 b/pskov/vid/education.03.site.observe.w2k.mp4 new file mode 100644 index 0000000..4427c60 Binary files /dev/null and b/pskov/vid/education.03.site.observe.w2k.mp4 differ diff --git a/pskov/vid/education.03.site.observe.w2k.poster.png b/pskov/vid/education.03.site.observe.w2k.poster.png new file mode 100644 index 0000000..fd75d12 Binary files /dev/null and b/pskov/vid/education.03.site.observe.w2k.poster.png differ diff --git a/pskov/vid/education.03.site.observe.w2k.webm b/pskov/vid/education.03.site.observe.w2k.webm new file mode 100644 index 0000000..8a80064 Binary files /dev/null and b/pskov/vid/education.03.site.observe.w2k.webm differ