<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hướng dẫn sử dụng on Sumvo</title><link>https://sumvo.site/docs/huong-dan-su-dung/</link><description>Recent content in Hướng dẫn sử dụng on Sumvo</description><generator>Hugo</generator><language>vi</language><atom:link href="https://sumvo.site/docs/huong-dan-su-dung/index.xml" rel="self" type="application/rss+xml"/><item><title>Viết bài mới</title><link>https://sumvo.site/docs/huong-dan-su-dung/viet-bai-moi/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://sumvo.site/docs/huong-dan-su-dung/viet-bai-moi/</guid><description>&lt;h1 id="viết-bài-mới"&gt;Viết bài mới&lt;a class="anchor" href="#vi%e1%ba%bft-b%c3%a0i-m%e1%bb%9bi"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Tạo trang tài liệu mới:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#e2e4e5;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo new content docs/ten-sach/ten-trang.md&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Tạo bài blog mới:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#e2e4e5;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo new content posts/ten-bai.md&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Chạy server xem trước tại &lt;code&gt;http://localhost:1313&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#e2e4e5;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo server -D&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>Tổ chức nội dung</title><link>https://sumvo.site/docs/huong-dan-su-dung/to-chuc-noi-dung/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://sumvo.site/docs/huong-dan-su-dung/to-chuc-noi-dung/</guid><description>&lt;h1 id="tổ-chức-nội-dung"&gt;Tổ chức nội dung&lt;a class="anchor" href="#t%e1%bb%95-ch%e1%bb%a9c-n%e1%bb%99i-dung"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Cấu trúc thư mục ánh xạ trực tiếp thành cây sidebar:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;content/
├── docs/ # &amp;#34;Kệ sách&amp;#34;
│ ├── ten-sach/ # Sách (thư mục có _index.md)
│ │ ├── _index.md
│ │ ├── chuong-1/ # Chương (thư mục con)
│ │ │ ├── _index.md
│ │ │ └── trang-1.md # Trang
│ │ └── trang-le.md
└── posts/ # Blog&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Mẹo:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;weight&lt;/code&gt; trong front matter quyết định thứ tự trong sidebar (nhỏ hơn = lên trên).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;bookCollapseSection: true&lt;/code&gt; trong &lt;code&gt;_index.md&lt;/code&gt; làm section gập lại được.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;bookHidden: true&lt;/code&gt; ẩn trang khỏi sidebar.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>