2023-07-31
This commit is contained in:
parent
cac9ccdc06
commit
7eae1f2a80
5 changed files with 20 additions and 20 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,4 +2,4 @@
|
|||
*.iml
|
||||
*.gem
|
||||
*.lock
|
||||
.repo_*.sh
|
||||
.repo_*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Дерево каталогов
|
||||
|
||||
<pre>
|
||||
.
|
||||
<a href='.'>.</a>
|
||||
├─ <a href='jekyll_theme'>jekyll_theme</a>
|
||||
│ ├─ <a href='jekyll_theme/_includes'>_includes</a>
|
||||
│ │ ├─ <a href='jekyll_theme/_includes/article_brief.html'>article_brief.html</a>
|
||||
|
@ -15,8 +15,7 @@
|
|||
│ │ ├─ <a href='jekyll_theme/_includes/page_toolbar.html'>page_toolbar.html</a>
|
||||
│ │ ├─ <a href='jekyll_theme/_includes/picture.html'>picture.html</a>
|
||||
│ │ └─ <a href='jekyll_theme/_includes/seo.html'>seo.html</a>
|
||||
│ ├─ <a href='jekyll_theme/_layouts'>_layouts</a>
|
||||
│ │ └─ <a href='jekyll_theme/_layouts/default.html'>default.html</a>
|
||||
│ ├─ <a href='jekyll_theme/_layouts'>_layouts</a>/<a href='jekyll_theme/_layouts/default.html'>default.html</a>
|
||||
│ ├─ <a href='jekyll_theme/assets'>assets</a>
|
||||
│ │ ├─ <a href='jekyll_theme/assets/css'>css</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/css/code-highlighting.css'>code-highlighting.css</a>
|
||||
|
@ -29,26 +28,27 @@
|
|||
│ │ │ ├─ <a href='jekyll_theme/assets/img/older-tomato.png'>older-tomato.png</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/img/older-tomato.svg'>older-tomato.svg</a>
|
||||
│ │ │ └─ <a href='jekyll_theme/assets/img/typewriter.svg'>typewriter.svg</a>
|
||||
│ │ ├─ <a href='jekyll_theme/assets/resources'>resources</a>
|
||||
│ │ │ └─ <a href='jekyll_theme/assets/resources/fonts'>fonts</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/JBMono'>JBMono</a>
|
||||
│ │ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/JBMono/JetBrainsMono-Bold.woff'>JetBrainsMono-Bold.woff</a>
|
||||
│ │ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/JBMono/JetBrainsMono-Italic.woff'>JetBrainsMono-Italic.woff</a>
|
||||
│ │ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/JBMono/JetBrainsMono-Medium.woff'>JetBrainsMono-Medium.woff</a>
|
||||
│ │ │ │ └─ <a href='jekyll_theme/assets/resources/fonts/JBMono/JetBrainsMono-Regular.woff'>JetBrainsMono-Regular.woff</a>
|
||||
│ │ │ └─ <a href='jekyll_theme/assets/resources/fonts/Roboto'>Roboto</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/Roboto/Roboto-Bold.woff'>Roboto-Bold.woff</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/Roboto/Roboto-Italic.woff'>Roboto-Italic.woff</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/Roboto/Roboto-Medium.woff'>Roboto-Medium.woff</a>
|
||||
│ │ │ └─ <a href='jekyll_theme/assets/resources/fonts/Roboto/Roboto-Regular.woff'>Roboto-Regular.woff</a>
|
||||
│ │ ├─ <a href='jekyll_theme/assets/resources'>resources</a>/<a href='jekyll_theme/assets/resources/fonts'>fonts</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/JBMono'>JBMono</a>
|
||||
│ │ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/JBMono/JetBrainsMono-Bold.woff'>JetBrainsMono-Bold.woff</a>
|
||||
│ │ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/JBMono/JetBrainsMono-Italic.woff'>JetBrainsMono-Italic.woff</a>
|
||||
│ │ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/JBMono/JetBrainsMono-Medium.woff'>JetBrainsMono-Medium.woff</a>
|
||||
│ │ │ │ └─ <a href='jekyll_theme/assets/resources/fonts/JBMono/JetBrainsMono-Regular.woff'>JetBrainsMono-Regular.woff</a>
|
||||
│ │ │ └─ <a href='jekyll_theme/assets/resources/fonts/Roboto'>Roboto</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/Roboto/Roboto-Bold.woff'>Roboto-Bold.woff</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/Roboto/Roboto-Italic.woff'>Roboto-Italic.woff</a>
|
||||
│ │ │ ├─ <a href='jekyll_theme/assets/resources/fonts/Roboto/Roboto-Medium.woff'>Roboto-Medium.woff</a>
|
||||
│ │ │ └─ <a href='jekyll_theme/assets/resources/fonts/Roboto/Roboto-Regular.woff'>Roboto-Regular.woff</a>
|
||||
│ │ ├─ <a href='jekyll_theme/assets/404.html'>404.html</a>
|
||||
│ │ ├─ <a href='jekyll_theme/assets/favicon.ico'>favicon.ico</a>
|
||||
│ │ └─ <a href='jekyll_theme/assets/pagesmap.xml'>pagesmap.xml</a>
|
||||
│ ├─ <a href='jekyll_theme/Gemfile'>Gemfile</a>
|
||||
│ ├─ <a href='jekyll_theme/install.sh'>install.sh</a>
|
||||
│ └─ <a href='jekyll_theme/older-tomato-theme.gemspec'>older-tomato-theme.gemspec</a>
|
||||
├─ <a href='.gitattributes'>.gitattributes</a>
|
||||
├─ <a href='.gitignore'>.gitignore</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='OPEN_LICENSE.txt'>OPEN_LICENSE.txt</a>
|
||||
├─ <a href='README.en.md'>README.en.md</a>
|
|
@ -9,7 +9,6 @@ are marked in the list of features.
|
|||
|
||||
- [Color tomato](https://hub.mos.ru/golovin.gg/color-tomato-theme/blob/master/README.en.md) — color selection during the build.
|
||||
- Older tomato — lightweight decoration theme.
|
||||
- [Pomodori](https://hub.mos.ru/golovin.gg/pomodoro/blob/master/README.en.md) — series of static websites.
|
||||
|
||||
### Features
|
||||
|
||||
|
@ -167,6 +166,7 @@ find . -type f -name '*.html' | sort -r | while read -r file; do
|
|||
sed -i 's/ class="language-java highlighter-rouge"//g' "$file"
|
||||
sed -i 's/ class="language-html highlighter-rouge"//g' "$file"
|
||||
sed -i 's/ class="language-js highlighter-rouge"//g' "$file"
|
||||
sed -i 's/ class="language-bash highlighter-rouge"//g' "$file"
|
||||
sed -i 's/<div><div class="highlight"><pre class="highlight">/<div class="highlight"><pre class="highlight">/g' "$file"
|
||||
sed -i 's/<\/code><\/pre><\/div><\/div>/<\/code><\/pre><\/div>/g' "$file"
|
||||
sed -i 's/<hr \/>/<hr>/g' "$file"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
- [Цветной помидор](https://hub.mos.ru/golovin.gg/color-tomato-theme/blob/master/README.md) — выбор цвета во время сборки.
|
||||
- Старый помидор — легковесная тема оформления.
|
||||
- [Помидоры](https://hub.mos.ru/golovin.gg/pomodoro/blob/master/README.md) — серия статических вёб-сайтов.
|
||||
|
||||
### Свойства
|
||||
|
||||
|
@ -166,6 +165,7 @@ find . -type f -name '*.html' | sort -r | while read -r file; do
|
|||
sed -i 's/ class="language-java highlighter-rouge"//g' "$file"
|
||||
sed -i 's/ class="language-html highlighter-rouge"//g' "$file"
|
||||
sed -i 's/ class="language-js highlighter-rouge"//g' "$file"
|
||||
sed -i 's/ class="language-bash highlighter-rouge"//g' "$file"
|
||||
sed -i 's/<div><div class="highlight"><pre class="highlight">/<div class="highlight"><pre class="highlight">/g' "$file"
|
||||
sed -i 's/<\/code><\/pre><\/div><\/div>/<\/code><\/pre><\/div>/g' "$file"
|
||||
sed -i 's/<hr \/>/<hr>/g' "$file"
|
||||
|
|
|
@ -3,7 +3,7 @@ pre, code { font-family: JBMono, monospace; font-variant: none; }
|
|||
/* keyword */
|
||||
.k, .kc, .kd, .kt, .kn { color: #2452bc; }
|
||||
/* keyword */
|
||||
.na, .nb { color: #5f2d6e; }
|
||||
.na, .nb, .nv, .si { color: #5f2d6e; }
|
||||
/* keyword */
|
||||
.nl, .nt, .cp, .m { color: #0550ae; }
|
||||
/* keyword */
|
||||
|
|
Loading…
Add table
Reference in a new issue