diff --git a/assets/icons/brand-youtube.svg b/assets/icons/brand-youtube.svg new file mode 100644 index 0000000..c131452 --- /dev/null +++ b/assets/icons/brand-youtube.svg @@ -0,0 +1,20 @@ + + + + + diff --git a/assets/scss/partials/article.scss b/assets/scss/partials/article.scss index 8330816..7dcfd53 100644 --- a/assets/scss/partials/article.scss +++ b/assets/scss/partials/article.scss @@ -38,7 +38,7 @@ @for $i from 1 through length($defaultTagBackgrounds) { .article-category:nth-child(#{length($defaultTagBackgrounds)}n + #{$i}) a { - background: nth($defaultTagBackgrounds, $i); + background: #0177b8; color: nth($defaultTagColors, $i); } } diff --git a/exampleSite/content/categories/Software/_index.en.md b/exampleSite/content/categories/Software/_index.en.md new file mode 100644 index 0000000..e33833d --- /dev/null +++ b/exampleSite/content/categories/Software/_index.en.md @@ -0,0 +1,9 @@ +--- +title: "Software" +description: "About different programs and their settings" +image: "software.png" +date: 2024-06-28 +# style: +# background: "#2a9d8f" +# color: "#fff" +--- diff --git a/exampleSite/content/categories/Software/_index.ru.md b/exampleSite/content/categories/Software/_index.ru.md index 1760f2c..96c23ba 100644 --- a/exampleSite/content/categories/Software/_index.ru.md +++ b/exampleSite/content/categories/Software/_index.ru.md @@ -2,6 +2,7 @@ title: "Программы" description: "Описание разных программ и их настройка" image: "software.png" +date: 2024-06-28 # style: # background: "#2a9d8f" # color: "#fff" diff --git a/exampleSite/content/page/About Me/index.en.md b/exampleSite/content/page/About Me/index.en.md new file mode 100644 index 0000000..d076885 --- /dev/null +++ b/exampleSite/content/page/About Me/index.en.md @@ -0,0 +1,16 @@ +--- +title: "About Me" +description: +date: '2024-07-03' +aliases: + - about + - contact +license: CC BY-NC-ND +menu: + main: + weight: -90 + params: + icon: user +--- + +Text diff --git a/exampleSite/content/page/Обо мне/index.ru.md b/exampleSite/content/page/About Me/index.ru.md similarity index 94% rename from exampleSite/content/page/Обо мне/index.ru.md rename to exampleSite/content/page/About Me/index.ru.md index e01d090..d194bb3 100644 --- a/exampleSite/content/page/Обо мне/index.ru.md +++ b/exampleSite/content/page/About Me/index.ru.md @@ -4,7 +4,6 @@ description: date: '2024-07-03' aliases: - about - - about-us - contact license: CC BY-NC-ND menu: diff --git a/exampleSite/content/page/Archives/index.en.md b/exampleSite/content/page/Archives/index.en.md new file mode 100644 index 0000000..9db9e2d --- /dev/null +++ b/exampleSite/content/page/Archives/index.en.md @@ -0,0 +1,12 @@ +--- +title: "Archives" +date: 2024-06-28 +layout: "archives" +aliases: + - archives +menu: + main: + weight: -70 + params: + icon: archives +--- diff --git a/exampleSite/content/page/Архивы/index.ru.md b/exampleSite/content/page/Archives/index.ru.md similarity index 100% rename from exampleSite/content/page/Архивы/index.ru.md rename to exampleSite/content/page/Archives/index.ru.md diff --git a/exampleSite/content/page/Ссылки/discord.ico b/exampleSite/content/page/Links/discord.ico similarity index 100% rename from exampleSite/content/page/Ссылки/discord.ico rename to exampleSite/content/page/Links/discord.ico diff --git a/exampleSite/content/page/Ссылки/github.png b/exampleSite/content/page/Links/github.png similarity index 100% rename from exampleSite/content/page/Ссылки/github.png rename to exampleSite/content/page/Links/github.png diff --git a/exampleSite/content/page/Links/index.en.md b/exampleSite/content/page/Links/index.en.md new file mode 100644 index 0000000..65d418a --- /dev/null +++ b/exampleSite/content/page/Links/index.en.md @@ -0,0 +1,21 @@ +--- +title: Links +aliases: + - links +links: + - title: Discord + description: My Discord server (en/ru) + website: https://discord.gg/MwKdpYujYh + image: discord.ico + - title: GitHub + description: My GitHub profile + website: https://github.com/Buliway/ + image: github.png +menu: + main: + weight: -50 + params: + icon: link + +comments: false +--- diff --git a/exampleSite/content/page/Ссылки/index.ru.md b/exampleSite/content/page/Links/index.ru.md similarity index 79% rename from exampleSite/content/page/Ссылки/index.ru.md rename to exampleSite/content/page/Links/index.ru.md index 2257408..5ca8cca 100644 --- a/exampleSite/content/page/Ссылки/index.ru.md +++ b/exampleSite/content/page/Links/index.ru.md @@ -3,10 +3,6 @@ title: Ссылки aliases: - links links: - - title: Boosty - description: Поддержать меня на Boosty - website: https://boosty.to/buliway - image: /boosty.png - title: Discord description: Мой сервер Discord website: https://discord.gg/MwKdpYujYh diff --git a/exampleSite/content/page/Ссылки/telegram.ico b/exampleSite/content/page/Links/telegram.ico similarity index 100% rename from exampleSite/content/page/Ссылки/telegram.ico rename to exampleSite/content/page/Links/telegram.ico diff --git a/exampleSite/content/page/Search/index.en.md b/exampleSite/content/page/Search/index.en.md new file mode 100644 index 0000000..74dd76e --- /dev/null +++ b/exampleSite/content/page/Search/index.en.md @@ -0,0 +1,14 @@ +--- +title: "Search" +aliases: + - search +layout: "search" +outputs: + - html + - json +menu: + main: + weight: -60 + params: + icon: search +--- \ No newline at end of file diff --git a/exampleSite/content/page/Поиск/index.ru.md b/exampleSite/content/page/Search/index.ru.md similarity index 100% rename from exampleSite/content/page/Поиск/index.ru.md rename to exampleSite/content/page/Search/index.ru.md diff --git a/exampleSite/content/page/Support/index.en.md b/exampleSite/content/page/Support/index.en.md new file mode 100644 index 0000000..ce27c47 --- /dev/null +++ b/exampleSite/content/page/Support/index.en.md @@ -0,0 +1,17 @@ +--- +title: Support +links: + - title: Boosty + description: A Patreon alternative + website: https://boosty.to/buliway + image: /boosty.png +menu: + main: + weight: -40 + params: + icon: coin + +comments: false +--- + +This section describes all the ways to support me financially for an English-speaking audience. If you are from Russia, please switch the language to Russian for new ways to support me. diff --git a/exampleSite/content/page/Support/index.ru.md b/exampleSite/content/page/Support/index.ru.md new file mode 100644 index 0000000..fbe4625 --- /dev/null +++ b/exampleSite/content/page/Support/index.ru.md @@ -0,0 +1,18 @@ +--- +title: Поддержка +links: + - title: Boosty + description: Поддержать меня на Boosty + website: https://boosty.to/buliway + image: /boosty.png +menu: + main: + weight: -40 + params: + icon: coin + +comments: false +--- + +Тут описаны все способы поддержать меня финансово. + diff --git a/exampleSite/content/post/Markdown Syntax Guide/index.en.md b/exampleSite/content/post/Markdown Syntax Guide/index.en.md new file mode 100644 index 0000000..30fd243 --- /dev/null +++ b/exampleSite/content/post/Markdown Syntax Guide/index.en.md @@ -0,0 +1,362 @@ +--- +title: Markdown Syntax Guide +description: Sample article showcasing basic Markdown syntax in this Hugo theme. +date: 2024-07-04 +categories: [ + software, paper +] +tags: [ + web, hugo +] +links: + - title: GitHub + description: GitHub is the world's largest software development platform. + website: https://github.com + image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png + - title: Support the Project + description: If you enjoy what I create, you can support the author through this link. + website: /en/support +series: ["Hugo Guide"] +math: true +# image: string # Article thumbnail +# comments: bool # Enable/Disable comments on this post +# toc: bool # Enable/Disable навигацию по заголовкам справа от поста +# keywords: []string # Keywords of the page. Useful for SEO. +# draft: true +--- + +## Introduction + +This article is a collection of all the default posts built into this Hugo theme. It covers everything about using Markdown for writing posts. I’ll only partially show how to write this directly in the `.md` file; the full version is available [in this GitHub file](https://raw.githubusercontent.com/Buliway/hugo-theme-stack/master/exampleSite/content/post/Markdown%20Syntax%20Guide/index.en.md). This article is mainly for me as an admin, so I can reference it to see how to write specific functionalities. + +At the start of a post, you need to add a section called [front matter](https://gohugo.io/content-management/front-matter/). The documentation lists all the possible parameters you can include. You can set the front matter using either `---` or `+++`. The difference is that `---` follows YAML syntax, while `+++` follows TOML syntax. In the settings, for example, you can add the field `series = ["Themes Guide"]`. This marks a series of posts on a particular topic, allowing readers to see related content. From what I understand, this appears in post recommendations at the end. However, recommendations should theoretically work even without it, based on shared categories and tags. + +On the right, you’ll see a table of contents based on headers, which you can disable by adding `toc: false` at the top of the file. This table of contents only displays level 2-4 headers; deeper levels won’t be shown. You can modify this in `hugo.yaml`. + +The post description shown on the main page is set at the top of the file in the `description` field. But you can enable a mode where a small portion from the beginning of the post serves as the description. For this, use the syntax \<\!\-\-more\-\-\> at the point up to which the post description should appear. + +Within Markdown, you can use HTML code to change the visual style. For example, I can make this text black on a pink background like this: + +```html +I can make this text black on a pink background +``` + +If you want to include a Markdown symbol as plain text, without triggering any formatting, use `\` before it. I did this with the example above, which originally looks like this: `\<\!\-\-more\-\-\>`. + +When linking to another post, I prefer using absolute paths relative to the `content` folder. For example, if I want to link to a post in `content/page/Archives`, I’d write it [like this]({{< ref "/page/Архивы" >}}), which in Markdown looks \[like this\]\(\{\{\< ref "/page/Archives" \>\}\}\). This will work even if there are multiple `.md` files in the `Archives` folder for different languages. It will redirect to the page matching the user’s selected language. + +A text divider, like the one below, is written as `---` on a new line, with empty lines above and below it. + +--- + + +## Simple Markdown + +### Headings + +The following HTML `

`—`

` elements represent six levels of section headings. `

` is the highest section level while `

` is the lowest. +```md +# H1 +## H2 +### H3 +#### H4 +##### H5 +###### H6 +``` + +### Paragraph + +Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat. + +Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat. + +### Blockquotes + +The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations. + +#### Blockquote without attribution + +> Tiam, ad mint andaepu dandae nostion secatur sequo quae. +> **Note** that you can use *Markdown syntax* within a blockquote. + +#### Blockquote with attribution + +> Don't communicate by sharing memory, share memory by communicating.
+> — Rob Pike[^1] + +[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015. + +### Tables + +Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box. + + Name | Age +--------|------ + Bob | 27 + Alice | 23 + +#### Inline Markdown within tables + +| Italics | Bold | Code | +| -------- | -------- | ------ | +| *italics* | **bold** | `code` | + +| A | B | C | D | E | F | +|----------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|------------------------------------------------------------|----------------------------------------------------------------------| +| Lorem ipsum dolor sit amet, consectetur adipiscing elit. | Phasellus ultricies, sapien non euismod aliquam, dui ligula tincidunt odio, at accumsan nulla sapien eget ex. | Proin eleifend dictum ipsum, non euismod ipsum pulvinar et. Vivamus sollicitudin, quam in pulvinar aliquam, metus elit pretium purus | Proin sit amet velit nec enim imperdiet vehicula. | Ut bibendum vestibulum quam, eu egestas turpis gravida nec | Sed scelerisque nec turpis vel viverra. Vivamus vitae pretium sapien | + +### Code Blocks + +#### Code block with backticks + +```html + + + + + Example HTML5 Document + + +

Test

+ + +``` + +#### Code block indented with four spaces + + + + + + Example HTML5 Document + + +

Test

+ + + +#### Code block with Hugo's internal highlight shortcode +{{< highlight html >}} + + + + + Example HTML5 Document + + +

Test

+ + +{{< /highlight >}} + +#### Diff code block + +```diff +[dependencies.bevy] +git = "https://github.com/bevyengine/bevy" +rev = "11f52b8c72fc3a568e8bb4a4cd1f3eb025ac2e13" +- features = ["dynamic"] ++ features = ["jpeg", "dynamic"] +``` + +### List Types + +#### Ordered List + +1. First item +2. Second item +3. Third item + +#### Unordered List + +* List item +* Another item +* And another item + +#### Nested list + +* Fruit + * Apple + * Orange + * Banana +* Dairy + * Milk + * Cheese + +### Other Elements — abbr, sub, sup, kbd, mark + +GIF is a bitmap image format. + +H2O + +Xn + Yn = Zn + +Press CTRL + ALT + Delete to end the session. + +Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. + +### Hyperlinked image + +[![Google](https://www.google.com/images/branding/googlelogo/1x/googlelogo_light_color_272x92dp.png)](https://google.com) + +## Image gallery + +You can create an image gallery where you can click on them and scroll through. For example, I have attached 4 images that ChatGPT generated upon request to create a logo for a Discord channel. In this example, there are three images at the top and one at the bottom, but when scrolling, they will cycle through seamlessly. + +![Logo 1](logo4.jpg) ![Logo 2](logo2.jpg)![Logo 3](logo3.jpg) + +![Logo 4](logo.jpg) + +## Emoji support + +Emoji can be enabled in a Hugo project in a number of ways. + +The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes). + +To enable emoji globally, set `enableEmoji` to `true` in your site's [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g. + +

🙈 :see_no_evil: 🙉 :hear_no_evil: 🙊 :speak_no_evil:

+
+ +The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes. + +*** + +**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g. + +{{< highlight html >}} +.emoji { + font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols; +} +{{< /highlight >}} + +{{< css.inline >}} + +{{< /css.inline >}} + +## Math typesetting + +Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. + + +In this example we will be using [KaTeX](https://katex.org/) + +- Create a partial under `/layouts/partials/math.html` +- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally. +- Include the partial in your templates like so: + +```bash +{{ if or .Params.math .Site.Params.math }} +{{ partial "math.html" . }} +{{ end }} +``` + +- To enable KaTeX globally set the parameter `math` to `true` in a project's configuration +- To enable KaTeX on a per page basis include the parameter `math: true` in content files + +**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html) + +{{< math.inline >}} +{{ if or .Page.Params.math .Site.Params.math }} + + + + +{{ end }} +{{}} + +### Examples + +Inline math: $\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…$ + +Block math: +$$ + \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } +$$ + +## Hugo Shortcodes + +Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. + +### YouTube Privacy Enhanced Shortcode + +{{< youtube ZJthWmvUzzc >}} + +
+ +--- + +### Twitter Simple Shortcode + +{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}} + +
+ +--- + +### Vimeo Simple Shortcode + +{{< vimeo_simple 48912912 >}} + +### bilibilibi Shortcode + +{{< bilibili av498363026 >}} + +### Gist Shortcode + +{{< gist spf13 7896402 >}} + +### Gitlab Snippets Shortcode + +{{< gitlab 2349278 >}} + +### Quote Shortcode + +Stack adds a `quote` shortcode. For example: + +{{< quote author="A famous person" source="The book they wrote" url="https://en.wikipedia.org/wiki/Book">}} +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +{{< /quote >}} + +{{< quote source="Anonymous book" url="https://en.wikipedia.org/wiki/Book">}} +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +{{< /quote >}} + +{{< quote source="Some book">}} +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +{{< /quote >}} + +{{< quote author="Somebody">}} +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +{{< /quote >}} + +## Links under post + +To use this feature, add `links` section to frontmatter. + +This page's frontmatter: + +```yaml +links: + - title: GitHub + description: GitHub is the world's largest software development platform. + website: https://github.com + image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png + - title: Support the Project + description: If you enjoy what I create, you can support the author through this link. + website: /donate +``` + +`image` field accepts both local and external images. diff --git a/exampleSite/content/post/Markdown Syntax Guide/index.ru.md b/exampleSite/content/post/Markdown Syntax Guide/index.ru.md index 0937976..c03771a 100644 --- a/exampleSite/content/post/Markdown Syntax Guide/index.ru.md +++ b/exampleSite/content/post/Markdown Syntax Guide/index.ru.md @@ -9,16 +9,18 @@ tags: [ web, hugo ] links: - - title: Boosty - description: Поддержать меня на Boosty - website: https://boosty.to/buliway - image: /boosty.png -series: ["Hugo Guide"] # Серия статей на какую-то тему -math: true # Вкл/Выкл KaTeX рендеринг -# lastmod: # Дата редактирования поста + - title: GitHub + description: GitHub is the world's largest software development platform. + website: https://github.com + image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png + - title: Помочь проекту + description: Если вам нравится то, что я делаю, то можете поддержать автора по этой ссылке. + website: /ru/поддержка +series: ["Hugo Guide"] +math: true # image: string # Изображение поста -# comments: false # Вкл/Выкл комментариев под данным постом -# toc: false # Вкл/Выкл навигацию по заголовкам справа от поста +# comments: bool # Вкл/Выкл комментариев под данным постом +# toc: bool # Вкл/Выкл навигацию по заголовкам справа от поста # keywords: []string # Keywords of the page. Useful for SEO. # draft: true # Если вкл, то не рендерит эту страницу. Для недописанных постов --- @@ -40,7 +42,7 @@ math: true # Вкл/Выкл KaTeX рендеринг Если символ используется для markdown, но его хочется написать как есть, без использования в форматировании текста, то надо использовать `\` перед ним. Я так поступил с примером выше, который изначально выглядит так: `\<\!\-\-more\-\-\>`. -Чтоб оставить ссылку на другой пост, я предпочитаю пользоваться абсолютными путями относительно каталога `content`. Например, если я хочу ссылаться на пост, который находится в `content/page/Архивы`, то мне надо написать [так]({{< ref "/page/Архивы" >}}), что в markdown будет выглядеть \[так\]\(\{\{\< ref "/page/Архивы" \>\}\}\). Оно будет работать даже в том случае, если в каталоге `Архивы` будет находиться несколько `.md` файлов для разных языков. Он отправит на ту страницу, язык которой выбран у пользователя в настройках. +Чтоб оставить ссылку на другой пост, я предпочитаю пользоваться абсолютными путями относительно каталога `content`. Например, если я хочу ссылаться на пост, который находится в `content/page/Archives`, то мне надо написать [так]({{< ref "/page/Archives" >}}), что в markdown будет выглядеть \[так\]\(\{\{\< ref "/page/Архивы" \>\}\}\). Оно будет работать даже в том случае, если в каталоге `Архивы` будет находиться несколько `.md` файлов для разных языков. Он отправит на ту страницу, язык которой выбран у пользователя в настройках. Разделитель текста, который используется внизу, пишется через `---` с новой строки. Над и под ним строки должны быть пустыми. diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index 03e9d04..761441a 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -1,5 +1,6 @@ baseurl: https://buliway.ru languageCode: ru-RU +# languageCode: en-us theme: hugo-theme-stack paginate: 10 title: Buliway @@ -19,7 +20,16 @@ languages: weight: 1 timeZone: Europe/Moscow params: - description: Блог о программировании # Это описание сайта, а не языка + description: Блог о программировании, Linux, эргономике и ЗОЖ # Это описание сайта, а не языка + sidebar: + subtitle: Люблю программирование, Linux, эргономику и ЗОЖ. + en: + languageName: English + weight: 2 + params: + description: Blog about programming, Linux, ergonomics and healthy lifestyle + sidebar: + subtitle: I love programming, Linux, ergonomics and healthy lifestyle. permalinks: post: /p/:slug/ @@ -38,7 +48,7 @@ params: sidebar: # emoji: 🍥 - subtitle: Текст под сайтом + # subtitle: Текст под сайтом avatar: enabled: true local: true @@ -208,11 +218,11 @@ menu: params: icon: mail - - identifier: boosty - name: Boosty - url: https://boosty.to/buliway - params: - icon: coin + # - identifier: youtube + # name: YouTube + # url: https://www.youtube.com/channel/UCR49QW1nWAAQ27CzOV8a3tw + # params: + # icon: brand-youtube related: