2023-07-31
This commit is contained in:
parent
805f01ddc4
commit
a6cf058363
6 changed files with 41 additions and 43 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,4 +2,4 @@
|
||||||
*.iml
|
*.iml
|
||||||
*.zip
|
*.zip
|
||||||
_site*
|
_site*
|
||||||
.repo_*.sh
|
.repo_*
|
||||||
|
|
|
@ -1,38 +1,34 @@
|
||||||
## Дерево каталогов
|
## Дерево каталогов
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
.
|
<a href='.'>.</a>
|
||||||
├─ <a href='jekyll_site'>jekyll_site</a>
|
├─ <a href='jekyll_site'>jekyll_site</a>
|
||||||
│ ├─ <a href='jekyll_site/_includes'>_includes</a>
|
│ ├─ <a href='jekyll_site/_includes'>_includes</a>
|
||||||
│ │ ├─ <a href='jekyll_site/_includes/counters_body.html'>counters_body.html</a>
|
│ │ ├─ <a href='jekyll_site/_includes/counters_body.html'>counters_body.html</a>
|
||||||
│ │ └─ <a href='jekyll_site/_includes/counters_head.html'>counters_head.html</a>
|
│ │ └─ <a href='jekyll_site/_includes/counters_head.html'>counters_head.html</a>
|
||||||
│ ├─ <a href='jekyll_site/en'>en</a>
|
│ ├─ <a href='jekyll_site/en'>en</a>
|
||||||
│ │ ├─ <a href='jekyll_site/en/2022'>2022</a>
|
│ │ ├─ <a href='jekyll_site/en/2022'>2022</a>/<a href='jekyll_site/en/2022/01'>01</a>
|
||||||
│ │ │ └─ <a href='jekyll_site/en/2022/01'>01</a>
|
│ │ │ ├─ <a href='jekyll_site/en/2022/01/06'>06</a>/<a href='jekyll_site/en/2022/01/06/forest-story-title-lost.md'>forest-story-title-lost.md</a>
|
||||||
│ │ │ ├─ <a href='jekyll_site/en/2022/01/06'>06</a>
|
│ │ │ └─ <a href='jekyll_site/en/2022/01/08'>08</a>/<a href='jekyll_site/en/2022/01/08/poetry-early-20th-century.md'>poetry-early-20th-century.md</a>
|
||||||
│ │ │ │ └─ <a href='jekyll_site/en/2022/01/06/forest-story-title-lost.md'>forest-story-title-lost.md</a>
|
|
||||||
│ │ │ └─ <a href='jekyll_site/en/2022/01/08'>08</a>
|
|
||||||
│ │ │ └─ <a href='jekyll_site/en/2022/01/08/poetry-early-20th-century.md'>poetry-early-20th-century.md</a>
|
|
||||||
│ │ └─ <a href='jekyll_site/en/index.md'>index.md</a>
|
│ │ └─ <a href='jekyll_site/en/index.md'>index.md</a>
|
||||||
│ ├─ <a href='jekyll_site/ru'>ru</a>
|
│ ├─ <a href='jekyll_site/ru'>ru</a>
|
||||||
│ │ ├─ <a href='jekyll_site/ru/2022'>2022</a>
|
│ │ ├─ <a href='jekyll_site/ru/2022'>2022</a>/<a href='jekyll_site/ru/2022/01'>01</a>
|
||||||
│ │ │ └─ <a href='jekyll_site/ru/2022/01'>01</a>
|
│ │ │ ├─ <a href='jekyll_site/ru/2022/01/05'>05</a>/<a href='jekyll_site/ru/2022/01/05/forest-story-title-lost.md'>forest-story-title-lost.md</a>
|
||||||
│ │ │ ├─ <a href='jekyll_site/ru/2022/01/05'>05</a>
|
│ │ │ └─ <a href='jekyll_site/ru/2022/01/07'>07</a>/<a href='jekyll_site/ru/2022/01/07/poetry-early-20th-century.md'>poetry-early-20th-century.md</a>
|
||||||
│ │ │ │ └─ <a href='jekyll_site/ru/2022/01/05/forest-story-title-lost.md'>forest-story-title-lost.md</a>
|
|
||||||
│ │ │ └─ <a href='jekyll_site/ru/2022/01/07'>07</a>
|
|
||||||
│ │ │ └─ <a href='jekyll_site/ru/2022/01/07/poetry-early-20th-century.md'>poetry-early-20th-century.md</a>
|
|
||||||
│ │ └─ <a href='jekyll_site/ru/index.md'>index.md</a>
|
│ │ └─ <a href='jekyll_site/ru/index.md'>index.md</a>
|
||||||
│ ├─ <a href='jekyll_site/Gemfile_color'>Gemfile_color</a>
|
│ ├─ <a href='jekyll_site/Gemfile_color'>Gemfile_color</a>
|
||||||
│ ├─ <a href='jekyll_site/Gemfile_older'>Gemfile_older</a>
|
│ ├─ <a href='jekyll_site/Gemfile_older'>Gemfile_older</a>
|
||||||
│ ├─ <a href='jekyll_site/_config_color.yml'>_config_color.yml</a>
|
│ ├─ <a href='jekyll_site/_config_color.yml'>_config_color.yml</a>
|
||||||
│ ├─ <a href='jekyll_site/_config_older.yml'>_config_older.yml</a>
|
│ ├─ <a href='jekyll_site/_config_older.yml'>_config_older.yml</a>
|
||||||
│ └─ <a href='jekyll_site/robots.txt'>robots.txt</a>
|
│ └─ <a href='jekyll_site/robots.txt'>robots.txt</a>
|
||||||
|
├─ <a href='.gitattributes'>.gitattributes</a>
|
||||||
|
├─ <a href='.gitignore'>.gitignore</a>
|
||||||
├─ <a href='CONTRIBUTING.md'>CONTRIBUTING.md</a>
|
├─ <a href='CONTRIBUTING.md'>CONTRIBUTING.md</a>
|
||||||
├─ <a href='DIRECTORY-TREE.md'>DIRECTORY-TREE.md</a>
|
├─ <a href='DIRECTORY_TREE.md'>DIRECTORY_TREE.md</a>
|
||||||
├─ <a href='LICENSE.md'>LICENSE.md</a>
|
├─ <a href='LICENSE.md'>LICENSE.md</a>
|
||||||
├─ <a href='OPEN_LICENSE.txt'>OPEN_LICENSE.txt</a>
|
├─ <a href='OPEN_LICENSE.txt'>OPEN_LICENSE.txt</a>
|
||||||
├─ <a href='README.en.md'>README.en.md</a>
|
|
||||||
├─ <a href='README.md'>README.md</a>
|
├─ <a href='README.md'>README.md</a>
|
||||||
|
├─ <a href='WIKI.md'>WIKI.md</a>
|
||||||
├─ <a href='build.sh'>build.sh</a>
|
├─ <a href='build.sh'>build.sh</a>
|
||||||
├─ <a href='package.sh'>package.sh</a>
|
├─ <a href='package.sh'>package.sh</a>
|
||||||
└─ <a href='serve.sh'>serve.sh</a>
|
└─ <a href='serve.sh'>serve.sh</a>
|
14
README.en.md
14
README.en.md
|
@ -1,14 +0,0 @@
|
||||||
## Website pages
|
|
||||||
|
|
||||||
- [Poetry early 20th century](https://pomodoro4.mircloud.ru/en/2022/01/08/poetry-early-20th-century.html) — 08.01.2022.
|
|
||||||
- [Forest story, title lost](https://pomodoro4.mircloud.ru/en/2022/01/06/forest-story-title-lost.html) — 06.01.2022.
|
|
||||||
|
|
||||||
## [Source texts](README.md)
|
|
||||||
|
|
||||||
- Series of the static websites [«Pomodori»](https://hub.mos.ru/golovin.gg/pomodoro/blob/master/README.en.md).
|
|
||||||
- Used formats — Markdown, Liquid, YAML.
|
|
||||||
- Build tool — Jekyll with tomato design themes.
|
|
||||||
- Automation of processes — Bash scripts for command line.
|
|
||||||
- [build.sh](build.sh) — Building a site in two tomato themes and optimizing the results.
|
|
||||||
- [serve.sh](serve.sh) — Local deployment to verify the correctness of the build.
|
|
||||||
- [package.sh](package.sh) — Preparing an archive for subsequent deployment.
|
|
13
README.md
13
README.md
|
@ -1,14 +1,5 @@
|
||||||
## Страницы вёб-сайта
|
## Исходные тексты
|
||||||
|
|
||||||
- [Поэзия начала 20 века](https://pomodoro4.mircloud.ru/ru/2022/01/07/poetry-early-20th-century.html) — 07.01.2022.
|
|
||||||
- [История про лес, название утеряно](https://pomodoro4.mircloud.ru/ru/2022/01/05/forest-story-title-lost.html) — 05.01.2022.
|
|
||||||
|
|
||||||
## [Исходные тексты](README.en.md)
|
|
||||||
|
|
||||||
- Серия статических вёб-сайтов [«Помидоры»](https://hub.mos.ru/golovin.gg/pomodoro/blob/master/README.md).
|
|
||||||
- Используемые форматы — Markdown, Liquid, YAML.
|
- Используемые форматы — Markdown, Liquid, YAML.
|
||||||
- Инструмент сборки — Jekyll с помидорными темами оформления.
|
- Инструмент сборки — Jekyll с помидорными темами оформления.
|
||||||
- Автоматизация процессов — Bash скрипты для командной строки.
|
- Управление процессами — Bash скрипты.
|
||||||
- [build.sh](build.sh) — Сборка сайта в двух помидорных темах и оптимизация результатов.
|
|
||||||
- [serve.sh](serve.sh) — Локальное развёртывание для проверки корректности сборки.
|
|
||||||
- [package.sh](package.sh) — Подготовка архива для последующего развёртывания.
|
|
||||||
|
|
25
WIKI.md
Normal file
25
WIKI.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<details open>
|
||||||
|
<summary><h3>Оглавление</h3></summary>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
- [Поэзия начала 20 века](https://pomodoro4.mircloud.ru/ru/2022/01/07/poetry-early-20th-century.html) — 07.01.2022.
|
||||||
|
- [История про лес, название утеряно](https://pomodoro4.mircloud.ru/ru/2022/01/05/forest-story-title-lost.html) — 05.01.2022.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<details open>
|
||||||
|
<summary><h3>Contents</h3></summary>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
- [Poetry early 20th century](https://pomodoro4.mircloud.ru/en/2022/01/08/poetry-early-20th-century.html) — 08.01.2022.
|
||||||
|
- [Forest story, title lost](https://pomodoro4.mircloud.ru/en/2022/01/06/forest-story-title-lost.html) — 06.01.2022.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<hr>
|
|
@ -1,10 +1,10 @@
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-209134013-4"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0KSSE2SXVN"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'UA-209134013-4');
|
gtag('config', 'G-0KSSE2SXVN');
|
||||||
</script>
|
</script>
|
||||||
<!-- Yandex.Metrika counter -->
|
<!-- Yandex.Metrika counter -->
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue