<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on</title><link>https://dalieff.link/posts/</link><description>Recent content in Posts on</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 26 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://dalieff.link/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Formatting Cheatsheet</title><link>https://dalieff.link/posts/codes/</link><pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate><guid>https://dalieff.link/posts/codes/</guid><description>Заголовок H1 Заголовок H2 Заголовок H3 Обычный текст. Жирный Курсив Зачёркнутый
Списки пункт
пункт
вложенный вложенный первый второй третий Цитата Это цитата в теме Poison.
Ссылки Ссылка на сайт
Код (inline) Вот inline code.
Блок кода package main import &amp;#34;fmt&amp;#34; func main() { fmt.Println(&amp;#34;Hello, Poison&amp;#34;) } Highlight shortcode print(&amp;#34;Hello Poison&amp;#34;) Изображение Markdown Figure shortcode Подпись изображения Tabs (вкладки) Tab One Tab Two Содержимое первой вкладки.
Содержимое второй вкладки.
Details (раскрывающийся блок) Скрытый текст внутри блока details.</description></item><item><title>Git Pages</title><link>https://dalieff.link/posts/git_pages/</link><pubDate>Sun, 15 Feb 2026 00:00:00 +0000</pubDate><guid>https://dalieff.link/posts/git_pages/</guid><description>hugo new site portfolio cd portfolio git init git branch -m main git add . git commit -m &amp;quot;create structure for Git Pages&amp;quot; git branch develop git checkout develop git submodule add https://github.com/vaga/hugo-theme-m10c.git themes/m10c git add . git commit -m &amp;quot;install theme m10c&amp;quot; enableEmoji = true - прописывается в верхнем блоке config.tolm</description></item></channel></rss>