diff --git a/.gitignore b/.gitignore index 42e9bb7..24b5f75 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ *.iml *.zip _site* -.repo_*.sh +.repo_* diff --git a/DIRECTORY-TREE.md b/DIRECTORY_TREE.md similarity index 51% rename from DIRECTORY-TREE.md rename to DIRECTORY_TREE.md index 076a089..f327cf1 100644 --- a/DIRECTORY-TREE.md +++ b/DIRECTORY_TREE.md @@ -1,38 +1,34 @@ ## Дерево каталогов
-. +. ├─ jekyll_site │ ├─ _includes │ │ ├─ counters_body.html │ │ └─ counters_head.html │ ├─ en -│ │ ├─ 2022 -│ │ │ └─ 01 -│ │ │ ├─ 06 -│ │ │ │ └─ forest-story-title-lost.md -│ │ │ └─ 08 -│ │ │ └─ poetry-early-20th-century.md +│ │ ├─ 2022/01 +│ │ │ ├─ 06/forest-story-title-lost.md +│ │ │ └─ 08/poetry-early-20th-century.md │ │ └─ index.md │ ├─ ru -│ │ ├─ 2022 -│ │ │ └─ 01 -│ │ │ ├─ 05 -│ │ │ │ └─ forest-story-title-lost.md -│ │ │ └─ 07 -│ │ │ └─ poetry-early-20th-century.md +│ │ ├─ 2022/01 +│ │ │ ├─ 05/forest-story-title-lost.md +│ │ │ └─ 07/poetry-early-20th-century.md │ │ └─ index.md │ ├─ Gemfile_color │ ├─ Gemfile_older │ ├─ _config_color.yml │ ├─ _config_older.yml │ └─ robots.txt +├─ .gitattributes +├─ .gitignore ├─ CONTRIBUTING.md -├─ DIRECTORY-TREE.md +├─ DIRECTORY_TREE.md ├─ LICENSE.md ├─ OPEN_LICENSE.txt -├─ README.en.md ├─ README.md +├─ WIKI.md ├─ build.sh ├─ package.sh └─ serve.sh diff --git a/README.en.md b/README.en.md deleted file mode 100644 index a485a7a..0000000 --- a/README.en.md +++ /dev/null @@ -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. diff --git a/README.md b/README.md index 6947a71..9f13029 100644 --- a/README.md +++ b/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. - Инструмент сборки — Jekyll с помидорными темами оформления. -- Автоматизация процессов — Bash скрипты для командной строки. -- [build.sh](build.sh) — Сборка сайта в двух помидорных темах и оптимизация результатов. -- [serve.sh](serve.sh) — Локальное развёртывание для проверки корректности сборки. -- [package.sh](package.sh) — Подготовка архива для последующего развёртывания. +- Управление процессами — Bash скрипты. diff --git a/WIKI.md b/WIKI.md new file mode 100644 index 0000000..823965d --- /dev/null +++ b/WIKI.md @@ -0,0 +1,25 @@ +
+ +++ ++ +
Оглавление
+ +- [Поэзия начала 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. + +
+ +++ ++ +
Contents
+ +- [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. + +
diff --git a/jekyll_site/_includes/counters_head.html b/jekyll_site/_includes/counters_head.html index 8b3404c..177175e 100644 --- a/jekyll_site/_includes/counters_head.html +++ b/jekyll_site/_includes/counters_head.html @@ -1,10 +1,10 @@ - +