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 56% rename from DIRECTORY-TREE.md rename to DIRECTORY_TREE.md index 45e61ec..3d4eb9b 100644 --- a/DIRECTORY-TREE.md +++ b/DIRECTORY_TREE.md @@ -1,7 +1,7 @@ ## Дерево каталогов
-. +. ├─ jekyll_site │ ├─ _includes │ │ ├─ counters_body.html @@ -9,17 +9,11 @@ │ ├─ en │ │ ├─ 2021 │ │ │ ├─ 09 -│ │ │ │ ├─ 07 -│ │ │ │ │ └─ cartesian-product-of-sets.md -│ │ │ │ ├─ 10 -│ │ │ │ │ └─ pascals-triangle-in-java.md -│ │ │ │ ├─ 14 -│ │ │ │ │ └─ combinations-by-columns.md -│ │ │ │ └─ 22 -│ │ │ │ └─ combinations-of-sequence-elements.md -│ │ │ └─ 10 -│ │ │ └─ 05 -│ │ │ └─ cartesian-product-parallel-streams.md +│ │ │ │ ├─ 07/cartesian-product-of-sets.md +│ │ │ │ ├─ 10/pascals-triangle-in-java.md +│ │ │ │ ├─ 14/combinations-by-columns.md +│ │ │ │ └─ 22/combinations-of-sequence-elements.md +│ │ │ └─ 10/05/cartesian-product-parallel-streams.md │ │ └─ index.md │ ├─ img │ │ ├─ arrangement-formula.svg @@ -28,29 +22,25 @@ │ ├─ ru │ │ ├─ 2021 │ │ │ ├─ 09 -│ │ │ │ ├─ 06 -│ │ │ │ │ └─ cartesian-product-of-sets.md -│ │ │ │ ├─ 09 -│ │ │ │ │ └─ pascals-triangle-in-java.md -│ │ │ │ ├─ 13 -│ │ │ │ │ └─ combinations-by-columns.md -│ │ │ │ └─ 20 -│ │ │ │ └─ combinations-of-sequence-elements.md -│ │ │ └─ 10 -│ │ │ └─ 04 -│ │ │ └─ cartesian-product-parallel-streams.md +│ │ │ │ ├─ 06/cartesian-product-of-sets.md +│ │ │ │ ├─ 09/pascals-triangle-in-java.md +│ │ │ │ ├─ 13/combinations-by-columns.md +│ │ │ │ └─ 20/combinations-of-sequence-elements.md +│ │ │ └─ 10/04/cartesian-product-parallel-streams.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 aef0be5..0000000 --- a/README.en.md +++ /dev/null @@ -1,17 +0,0 @@ -## Website pages - -- [Cartesian product in parallel streams](https://pomodoro2.mircloud.ru/en/2021/10/05/cartesian-product-parallel-streams.html) — 05.10.2021. -- [Combinations of sequence elements](https://pomodoro2.mircloud.ru/en/2021/09/22/combinations-of-sequence-elements.html) — 22.09.2021. -- [Combinations of elements by columns](https://pomodoro2.mircloud.ru/en/2021/09/14/combinations-by-columns.html) — 14.09.2021. -- [Pascal's Triangle in Java](https://pomodoro2.mircloud.ru/en/2021/09/10/pascals-triangle-in-java.html) — 10.09.2021. -- [Cartesian product of sets](https://pomodoro2.mircloud.ru/en/2021/09/07/cartesian-product-of-sets.html) — 07.09.2021. - -## [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 0efd66f..9f13029 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,5 @@ -## Страницы вёб-сайта +## Исходные тексты -- [Декартово произведение в параллельных потоках](https://pomodoro2.mircloud.ru/ru/2021/10/04/cartesian-product-parallel-streams.html) — 04.10.2021. -- [Комбинации элементов последовательности](https://pomodoro2.mircloud.ru/ru/2021/09/20/combinations-of-sequence-elements.html) — 20.09.2021. -- [Комбинации элементов по столбцам](https://pomodoro2.mircloud.ru/ru/2021/09/13/combinations-by-columns.html) — 13.09.2021. -- [Треугольник Паскаля на Java](https://pomodoro2.mircloud.ru/ru/2021/09/09/pascals-triangle-in-java.html) — 09.09.2021. -- [Декартово произведение множеств](https://pomodoro2.mircloud.ru/ru/2021/09/06/cartesian-product-of-sets.html) — 06.09.2021. - -## [Исходные тексты](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..cb649ad --- /dev/null +++ b/WIKI.md @@ -0,0 +1,31 @@ +
+ +++ ++ +
Оглавление
+ +- [Декартово произведение в параллельных потоках](https://pomodoro2.mircloud.ru/ru/2021/10/04/cartesian-product-parallel-streams.html) — 04.10.2021. +- [Комбинации элементов последовательности](https://pomodoro2.mircloud.ru/ru/2021/09/20/combinations-of-sequence-elements.html) — 20.09.2021. +- [Комбинации элементов по столбцам](https://pomodoro2.mircloud.ru/ru/2021/09/13/combinations-by-columns.html) — 13.09.2021. +- [Треугольник Паскаля на Java](https://pomodoro2.mircloud.ru/ru/2021/09/09/pascals-triangle-in-java.html) — 09.09.2021. +- [Декартово произведение множеств](https://pomodoro2.mircloud.ru/ru/2021/09/06/cartesian-product-of-sets.html) — 06.09.2021. + +
+ +++ ++ +
Contents
+ +- [Cartesian product in parallel streams](https://pomodoro2.mircloud.ru/en/2021/10/05/cartesian-product-parallel-streams.html) — 05.10.2021. +- [Combinations of sequence elements](https://pomodoro2.mircloud.ru/en/2021/09/22/combinations-of-sequence-elements.html) — 22.09.2021. +- [Combinations of elements by columns](https://pomodoro2.mircloud.ru/en/2021/09/14/combinations-by-columns.html) — 14.09.2021. +- [Pascal's Triangle in Java](https://pomodoro2.mircloud.ru/en/2021/09/10/pascals-triangle-in-java.html) — 10.09.2021. +- [Cartesian product of sets](https://pomodoro2.mircloud.ru/en/2021/09/07/cartesian-product-of-sets.html) — 07.09.2021. + +
diff --git a/jekyll_site/_includes/counters_head.html b/jekyll_site/_includes/counters_head.html index 2607f89..a308572 100644 --- a/jekyll_site/_includes/counters_head.html +++ b/jekyll_site/_includes/counters_head.html @@ -1,10 +1,10 @@ - +