<?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 Toha</title><link>https://toha-docs.netlify.app/posts/</link><description>Recent content in Posts on Toha</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://toha-docs.netlify.app/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuring Featured Posts Section</title><link>https://toha-docs.netlify.app/posts/configuration/sections/featured-posts/</link><pubDate>Tue, 06 Feb 2024 06:20:34 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/configuration/sections/featured-posts/</guid><description>&lt;p&gt;The &lt;code&gt;Fetured Posts&lt;/code&gt; section is used to showcase any post you like. To enable this section, create a &lt;code&gt;featured-posts.yaml&lt;/code&gt; file in the &lt;code&gt;data/en/sections&lt;/code&gt; directory and include the following content:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# section information&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;section&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;name: Featured Posts # Title of section (default&lt;/span&gt;: &lt;span style="color:#e6db74"&gt;&amp;#34;&amp;#34;&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;id&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;featured-posts&lt;/span&gt; &lt;span style="color:#75715e"&gt;# url id/slug of section *Required*&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;enable: true # Boolean to determine if this section is enabled (default&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;false&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;weight: 6 # Order to display section in (default&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;alphabetical followed by weight)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;showOnNavbar&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;true&lt;/span&gt; &lt;span style="color:#75715e"&gt;# Boolean to determine if a link should be shown for this section on the navbar&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;hideTitle: true # Can optionally hide the title in sections (default&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;false&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# posts to feature&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;posts&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; - &lt;span style="color:#ae81ff"&gt;quickstart&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; - &lt;span style="color:#ae81ff"&gt;update-v3-to-v4&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; - &lt;span style="color:#ae81ff"&gt;prepare-site&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>How to Contribute?</title><link>https://toha-docs.netlify.app/posts/contributing/</link><pubDate>Fri, 19 Jan 2024 02:30:00 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/contributing/</guid><description>&lt;h2 id="ways-to-contribute"&gt;Ways to Contribute&lt;/h2&gt;
&lt;p&gt;You can contribute to this theme in various ways.&lt;/p&gt;
&lt;h3 id="code"&gt;Code&lt;/h3&gt;
&lt;p&gt;Pull requests are most welcome and I will be happy to review. Just follow the following principles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Keep it simple.&lt;/li&gt;
&lt;li&gt;Keep it consistent with the design of the UI.&lt;/li&gt;
&lt;li&gt;Use as few dependencies as possible.&lt;/li&gt;
&lt;li&gt;Be patient.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="testing-and-reporting-issues"&gt;Testing and reporting issues&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;You can report a &lt;a href="https://github.com/hugo-toha/toha/issues/new?template=bug.md" target="_blank" rel="noopener"&gt;bug&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;File a &lt;a href="https://github.com/hugo-toha/toha/issues/new?template=feature_request.md" target="_blank" rel="noopener"&gt;feature request&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/hugo-toha/toha/issues/new?template=question.md" target="_blank" rel="noopener"&gt;share your thoughts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="documentation"&gt;Documentation&lt;/h3&gt;
&lt;p&gt;You can also contribute to the theme documentation by:&lt;/p&gt;</description></item><item><title>How to add an unsupported language</title><link>https://toha-docs.netlify.app/posts/translation/new-language/</link><pubDate>Mon, 15 Jan 2024 06:20:50 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/translation/new-language/</guid><description>&lt;p&gt;If you want to translate to an unsupported language, you can translate the UI elements.&lt;/p&gt;
&lt;h2 id="create-an-i18n-file"&gt;Create an &lt;code&gt;i18n&lt;/code&gt; file&lt;/h2&gt;
&lt;p&gt;To do so, you have to create the &lt;code&gt;i18n&lt;/code&gt; diretory inside the root of the site, the directory where you can find the &lt;code&gt;hugo.yaml&lt;/code&gt; file, and directories like &lt;code&gt;data&lt;/code&gt;, &lt;code&gt;content&lt;/code&gt;, etc.&lt;/p&gt;
&lt;p&gt;Afterwards, you can create the file &lt;code&gt;&amp;lt;language_code&amp;gt;.toml&lt;/code&gt; into the &lt;code&gt;i18n&lt;/code&gt; directory. In this &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/tree/gh-pages/flags/1x1" target="_blank" rel="noopener"&gt;directory&lt;/a&gt;, you can find all language codes with the flag that will appear with that code.&lt;/p&gt;</description></item><item><title>How to Translate Posts</title><link>https://toha-docs.netlify.app/posts/translation/content/</link><pubDate>Mon, 15 Jan 2024 06:20:50 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/translation/content/</guid><description>&lt;p&gt;This theme has built-in support for multiple language.&lt;/p&gt;
&lt;p&gt;Before starting the post translation, make sure that you have enabled the language to your site. If that&amp;rsquo;s not the case, you can follow the section &lt;code&gt;Add the language to the site&lt;/code&gt; from the guide &lt;a href="https://toha-docs.netlify.app/posts/translation/site-data/"&gt;How to Translate Site Data&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="creating-the-post"&gt;Creating the post&lt;/h2&gt;
&lt;p&gt;Once you have your desired language added to your website, know you can translate posts to that language. We&amp;rsquo;re going to assume that you want to translate an existing post.&lt;/p&gt;</description></item><item><title>How to Translate Site Data</title><link>https://toha-docs.netlify.app/posts/translation/site-data/</link><pubDate>Mon, 15 Jan 2024 06:20:50 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/translation/site-data/</guid><description>&lt;p&gt;This theme has built-in support for multiple language.&lt;/p&gt;
&lt;h2 id="add-the-language-to-the-site"&gt;Add the language to the site&lt;/h2&gt;
&lt;p&gt;Adding the language to your site will translate the UI to that language (e.g. the buttons, the nav bars, etc.).&lt;/p&gt;
&lt;h3 id="get-language-code"&gt;Get language code&lt;/h3&gt;
&lt;p&gt;In order to translate your site, you will need the code from your language. The following table contains the supported languages algonside its codes:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Languages&lt;/th&gt;
&lt;th&gt;Code&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;English&lt;/td&gt;
&lt;td&gt;&lt;code&gt;en&lt;/code&gt; / none&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;বাংলা&lt;/td&gt;
&lt;td&gt;&lt;code&gt;bn&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Français&lt;/td&gt;
&lt;td&gt;&lt;code&gt;fr&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Indonesian&lt;/td&gt;
&lt;td&gt;&lt;code&gt;id&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Deutsch&lt;/td&gt;
&lt;td&gt;&lt;code&gt;de&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Español&lt;/td&gt;
&lt;td&gt;&lt;code&gt;es&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;简体中文&lt;/td&gt;
&lt;td&gt;&lt;code&gt;zh-cn&lt;/code&gt; / &lt;code&gt;zh-tw&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;हिन्दी&lt;/td&gt;
&lt;td&gt;&lt;code&gt;hi&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Italiano&lt;/td&gt;
&lt;td&gt;&lt;code&gt;it&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;日本語&lt;/td&gt;
&lt;td&gt;&lt;code&gt;jp&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;한국어&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ko&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;русский&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ru&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;suomi&lt;/td&gt;
&lt;td&gt;&lt;code&gt;fi&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tiếng Việt&lt;/td&gt;
&lt;td&gt;&lt;code&gt;vn&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Turkish&lt;/td&gt;
&lt;td&gt;&lt;code&gt;tr&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Arabic (العربية)&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ar&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Português Europeu&lt;/td&gt;
&lt;td&gt;&lt;code&gt;pt-pt&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Català&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ad&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Português Brasileiro&lt;/td&gt;
&lt;td&gt;&lt;code&gt;pt-br&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dutch&lt;/td&gt;
&lt;td&gt;&lt;code&gt;nl&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Hebrew&lt;/td&gt;
&lt;td&gt;&lt;code&gt;he&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/br&gt;
&lt;p&gt;For a complete list of the supported languages, please check the README file from the &lt;a href="https://github.com/hugo-toha/toha" target="_blank" rel="noopener"&gt;toha repository&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Adding a new section</title><link>https://toha-docs.netlify.app/posts/customizing/new-section/</link><pubDate>Sat, 13 Jan 2024 22:30:50 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/customizing/new-section/</guid><description>&lt;p&gt;If the default sections, templates, and components do not meet your needs, you can easily add new sections, templates, and components to your site. This guide will demonstrate how to add a new section to your site.&lt;/p&gt;
&lt;h3 id="step-1--add-layout-file"&gt;Step 1 : Add Layout File&lt;/h3&gt;
&lt;p&gt;To add a new section to your site, you need to create a layout file in the &lt;code&gt;layouts/partials/sections&lt;/code&gt; directory. The file should be named after the section&amp;rsquo;s name. For example, if you want to add a &lt;code&gt;contact&lt;/code&gt; section with a contact form, create a file named &lt;code&gt;contact.html&lt;/code&gt;. Use the following template for the &lt;code&gt;contact.html&lt;/code&gt; file:&lt;/p&gt;</description></item><item><title>Customizing CSS</title><link>https://toha-docs.netlify.app/posts/customizing/customize-css/</link><pubDate>Sat, 13 Jan 2024 22:00:50 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/customizing/customize-css/</guid><description>&lt;p&gt;This theme allows you to customize the appearance of your site and its components by overriding the default CSS. This guide will demonstrate how to override the theme&amp;rsquo;s color scheme and customize the CSS of individual components.&lt;/p&gt;
&lt;p&gt;This theme uses &lt;a href="https://sass-lang.com/" target="_blank" rel="noopener"&gt;Sass&lt;/a&gt; to generate CSS. If you are not familiar with Sass, you can learn more about it from &lt;a href="https://sass-lang.com/guide" target="_blank" rel="noopener"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="override-theme-colors-variables"&gt;Override Theme Colors Variables&lt;/h2&gt;
&lt;p&gt;If you want to change the default color scheme of the theme, you can override the theme color variables. To override the theme color variables, you need to create a file named &lt;code&gt;variables.scss&lt;/code&gt; in the &lt;code&gt;assets/styles&lt;/code&gt; directory of your site. Then copy the content of the default &lt;a href="https://github.com/hugo-toha/toha/blob/main/assets/styles/variables.scss" target="_blank" rel="noopener"&gt;variables.scss&lt;/a&gt; file and put into your custom &lt;code&gt;variables.scss&lt;/code&gt; file. Here, only the &lt;code&gt;$theme&lt;/code&gt; section from default &lt;code&gt;variables.scss&lt;/code&gt; file is shown below:&lt;/p&gt;</description></item><item><title>Migrate from V3 to V4 version</title><link>https://toha-docs.netlify.app/posts/update-v3-to-v4/</link><pubDate>Fri, 05 Jan 2024 02:30:00 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/update-v3-to-v4/</guid><description>&lt;p&gt;Toha V4 has introduced a lots of breaking changes in terms of how the theme is used and how it is configured. This guide will help you to migrate from v3 to v4 version of the theme. Please, check this &lt;a href="https://github.com/hugo-toha/toha/releases/tag/v4.0.0" target="_blank" rel="noopener"&gt;release notes&lt;/a&gt; for complete changelog.&lt;/p&gt;
&lt;p&gt;In this guide, I will walk you through the steps to migrate from version 3 to version 4 of the Toha theme. This guide is based on the migration guide written by &lt;a href="https://github.com/SrNetoChan" target="_blank" rel="noopener"&gt;Alexandre Neto&lt;/a&gt; in &lt;a href="https://github.com/hugo-toha/toha/issues/852" target="_blank" rel="noopener"&gt;this issue&lt;/a&gt;. Let&amp;rsquo;s get started!&lt;/p&gt;</description></item><item><title>Quickstart</title><link>https://toha-docs.netlify.app/posts/quickstart/</link><pubDate>Tue, 09 Aug 2022 00:00:00 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/quickstart/</guid><description>&lt;p&gt;&lt;strong&gt;Greeting!&lt;/strong&gt; Thank you for deciding to use this theme. In this guide, I will show you how you can get started with this theme very quickly.&lt;/p&gt;
&lt;p&gt;Here, I am going to assume that you want to start a fresh Hugo site using this theme. If you are already using Hugo for your site, then you must know how to use a theme. In that case, please follow this &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io" target="_blank" rel="noopener"&gt;sample repo&lt;/a&gt; for further reference.&lt;/p&gt;</description></item><item><title>Enable Dark Theme</title><link>https://toha-docs.netlify.app/posts/customizing/dark-theme/</link><pubDate>Sun, 12 Jun 2022 01:30:50 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/customizing/dark-theme/</guid><description>&lt;p&gt;To enable the dark mode in Toha &lt;code&gt;v4.0.0&lt;/code&gt;, simply set the &lt;code&gt;darkMode.enable&lt;/code&gt; field to &lt;code&gt;true&lt;/code&gt; under the &lt;code&gt;params.features&lt;/code&gt; section in your &lt;code&gt;hugo.yaml&lt;/code&gt; file. For example:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;features&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;darkMode&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;enable&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Congratulations! You are all set. You can now enjoy the dark mode in your site. The dark mode will obey user&amp;rsquo;s system preference.&lt;/p&gt;</description></item><item><title>Mermaid Support</title><link>https://toha-docs.netlify.app/posts/writing-posts/mermaid/</link><pubDate>Mon, 14 Mar 2022 06:15:35 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/writing-posts/mermaid/</guid><description>&lt;p&gt;This theme comes with built in mermaid support powered by &lt;a href="https://mermaid-js.github.io/mermaid" target="_blank" rel="noopener"&gt;mermaid-js&lt;/a&gt;. To enable mermaid for a page, you have to put &lt;code&gt;mermaid: true&lt;/code&gt; in your page front-matter. For example, this page has the following front-matter:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;title&lt;/span&gt;: &lt;span style="color:#e6db74"&gt;&amp;#34;Mermaid Support&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;date&lt;/span&gt;: &lt;span style="color:#e6db74"&gt;2022-03-14T06:15:35&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;+06&lt;/span&gt;:&lt;span style="color:#ae81ff"&gt;00&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;menu&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;sidebar&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;name&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;Mermaid&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;identifier&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;writing-post-mermaid&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;parent&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;writing-post&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;weight&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;60&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;mermaid&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Then, you can use &lt;code&gt;mermaid&lt;/code&gt; short code to add your mermaid content. For example:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;{{&lt;/span&gt;&amp;lt; mermaid align&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;center&amp;#34;&lt;/span&gt;&amp;gt;&lt;span style="color:#f92672"&gt;}}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;# your mermaid content here&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;{{&lt;/span&gt;&amp;lt; /mermaid &amp;gt;&lt;span style="color:#f92672"&gt;}}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The &lt;code&gt;mermaid&lt;/code&gt; short code accept the following parameters:&lt;/p&gt;</description></item><item><title>Comments</title><link>https://toha-docs.netlify.app/posts/comments/</link><pubDate>Mon, 14 Mar 2022 06:00:23 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/comments/</guid><description>&lt;h2 id="comments"&gt;Comments&lt;/h2&gt;
&lt;p&gt;This theme has built-in support for comment on the posts. Currently, it support the following comment plugins:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://disqus.com/" target="_blank" rel="noopener"&gt;Disqus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://valine.js.org/" target="_blank" rel="noopener"&gt;Valine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://utteranc.es/" target="_blank" rel="noopener"&gt;Utterances&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://giscus.app/" target="_blank" rel="noopener"&gt;Giscus&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a complete list of supported comments, please refer the sample &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/blob/main/hugo.yaml" target="_blank" rel="noopener"&gt;hugo.yaml&lt;/a&gt; file.&lt;/p&gt;
&lt;h3 id="disqus"&gt;Disqus&lt;/h3&gt;
&lt;p&gt;Disqus is a popular comment plug-in. After signing up to &lt;a href="https://disqus.com/" target="_blank" rel="noopener"&gt;Disqus&lt;/a&gt; you will need to provide your shortname under &lt;code&gt;params.features&lt;/code&gt; section of your &lt;code&gt;hugo.yaml&lt;/code&gt; file as below:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;comment&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;enable&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;services&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;disqus&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;shortName&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;toha-example-site&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="valine"&gt;Valine&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://valine.js.org/" target="_blank" rel="noopener"&gt;Valine&lt;/a&gt; appears to be a Chinese comments comments plugin. You can enable valine comment plugin by adding &lt;code&gt;valine&lt;/code&gt; section under &lt;code&gt;params.features&lt;/code&gt; section as shown below:&lt;/p&gt;</description></item><item><title>External Link on Sidebar</title><link>https://toha-docs.netlify.app/posts/external-link/</link><pubDate>Mon, 14 Mar 2022 06:00:23 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/external-link/</guid><description/></item><item><title>Supports Links</title><link>https://toha-docs.netlify.app/posts/supports/</link><pubDate>Mon, 14 Mar 2022 06:00:23 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/supports/</guid><description>&lt;p&gt;This theme supports adding various support/donation links in your site. Currently, supported support links are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://ko-fi.com/" target="_blank" rel="noopener"&gt;Ko-fi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.buymeacoffee.com/zicklam" target="_blank" rel="noopener"&gt;Buy Me a Coffee&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a complete list of supported support links, please refer the sample &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/blob/main/hugo.yaml" target="_blank" rel="noopener"&gt;hugo.yaml&lt;/a&gt; file.&lt;/p&gt;
&lt;h2 id="ko-fi"&gt;Ko-fi&lt;/h2&gt;
&lt;p&gt;You can add your Ko-fi floating button in your website. To add the floating button, add the &lt;code&gt;support&lt;/code&gt; section under &lt;code&gt;params.features&lt;/code&gt; section of your sites &lt;code&gt;hugo.yaml&lt;/code&gt; file:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;support&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;enable&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;services&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;kofi&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;user&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;&amp;lt;your ko-fi user id&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;text&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;Tip Me&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;textColor&lt;/span&gt;: &lt;span style="color:#e6db74"&gt;&amp;#39;#f9fafc&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;backgroundColor&lt;/span&gt;: &lt;span style="color:#e6db74"&gt;&amp;#39;#248aaa&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="buy-me-a-coffee"&gt;Buy Me a Coffee&lt;/h2&gt;
&lt;p&gt;You can add your &amp;ldquo;Buy Me a Coffee&amp;rdquo; floating button in your website. To add the floating button, add the &lt;code&gt;support&lt;/code&gt; section under &lt;code&gt;params.features&lt;/code&gt; section of your sites &lt;code&gt;hugo.yaml&lt;/code&gt; file:&lt;/p&gt;</description></item><item><title>Customizing the layout</title><link>https://toha-docs.netlify.app/posts/customizing/customize-layout/</link><pubDate>Sat, 07 Aug 2021 06:20:50 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/customizing/customize-layout/</guid><description>&lt;div class="alert warning"&gt;
&lt;span&gt;&lt;i data-feather="alert-triangle"&gt;&lt;/i&gt;&lt;/span&gt;
&lt;span&gt;&lt;strong&gt;If you customize the layout of an existing component, you will not receive any future updates for that component when the theme is updated. You will need to manually update the component in your repository.&lt;/strong&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;p&gt;In this tutorial, I will guide you on how to customize the layout of a theme. I have personally gone through the process and will share my insights to make it easier for you.&lt;/p&gt;</description></item><item><title>Prepare Your Site</title><link>https://toha-docs.netlify.app/posts/getting-started/prepare-site/</link><pubDate>Mon, 08 Jun 2020 23:00:20 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/getting-started/prepare-site/</guid><description>&lt;p&gt;In this post, we are going to create a hugo site from scratch. Then, we will configure it with &lt;code&gt;Toha&lt;/code&gt; theme, make it multilingual, add some example posts. At the end of this post, you should be able to run a fully functional hugo site with &lt;code&gt;Toha&lt;/code&gt; theme locally.&lt;/p&gt;
&lt;p&gt;If you want a head start, you can just fork &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io" target="_blank" rel="noopener"&gt;hugo-toha/hugo-toha.github.io&lt;/a&gt; repo, rename it and update with your own data. This repo has already been configured to deploy in &lt;a href="https://pages.github.com/" target="_blank" rel="noopener"&gt;Github Pages&lt;/a&gt; and &lt;a href="https://www.netlify.com/" target="_blank" rel="noopener"&gt;Netlify&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Deploy site in Github Pages</title><link>https://toha-docs.netlify.app/posts/getting-started/github-pages/</link><pubDate>Mon, 08 Jun 2020 22:00:20 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/getting-started/github-pages/</guid><description>&lt;p&gt;In this post, we are going to deploy the site we have created in previous post in &lt;a href="https://pages.github.com/" target="_blank" rel="noopener"&gt;Github Pages&lt;/a&gt;. At first, make sure that your repository name is &lt;code&gt;&amp;lt;your username&amp;gt;.github.io&lt;/code&gt;. Then, commit any local uncommitted changes and push into Github.&lt;/p&gt;
&lt;h4 id="create-gh-pages-branch"&gt;Create &lt;code&gt;gh-pages&lt;/code&gt; Branch&lt;/h4&gt;
&lt;p&gt;At first, create a new branch named &lt;code&gt;gh-pages&lt;/code&gt;. Github will automatically set respective configurations for Github Pages when it see a branch with this name.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# create the gh-pages branch&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ git checkout -b gh-pages
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# push the source branch into Github&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ git push gh-pages gh-pages
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id="enable-github-action"&gt;Enable Github Action&lt;/h4&gt;
&lt;p&gt;We are going to automate the deploying process using &lt;a href="https://github.com/features/actions" target="_blank" rel="noopener"&gt;Github Actions&lt;/a&gt;. At first, make sure that Github Action is enabled in your repository. Go to &lt;code&gt;Settings &amp;gt; Actions&lt;/code&gt; of your repository and make sure &lt;code&gt;Action permissions&lt;/code&gt; is set to &lt;code&gt;Allow all actions&lt;/code&gt;. Here, is a screenshot of the respective setting:&lt;/p&gt;</description></item><item><title>Deploy site in Netlify</title><link>https://toha-docs.netlify.app/posts/getting-started/netlify/</link><pubDate>Mon, 08 Jun 2020 21:00:15 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/getting-started/netlify/</guid><description>&lt;p&gt;&lt;a href="https://www.netlify.com/" target="_blank" rel="noopener"&gt;Netlify&lt;/a&gt; offers an excellent and easy process for deploying hugo static site. You can deploy your site in matter of few clicks. Unlike Github Pages, you can name your repository whatever you want. You can also customize the site URL.&lt;/p&gt;
&lt;p&gt;In this post, we will show the step-by-step process of deploying a hugo site with netlify.&lt;/p&gt;
&lt;h3 id="add-netlify-configuration"&gt;Add Netlify Configuration&lt;/h3&gt;
&lt;p&gt;At first, create a &lt;code&gt;netlify.toml&lt;/code&gt; file at the root of your repository and add the following configuration there:&lt;/p&gt;</description></item><item><title>Automate Theme Update</title><link>https://toha-docs.netlify.app/posts/getting-started/theme-update/</link><pubDate>Mon, 08 Jun 2020 20:00:15 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/getting-started/theme-update/</guid><description>&lt;p&gt;To ensure your site benefits from the most recent features and corrections, it&amp;rsquo;s crucial to keep it updated with the latest theme version. This article will guide you through the process of establishing a GitHub workflow that will automatically update the theme version. This action will perform daily checks for any updates to the theme. If an update is detected, it will generate a PR to update your site to the most recent theme version.&lt;/p&gt;</description></item><item><title>Features</title><link>https://toha-docs.netlify.app/posts/features/</link><pubDate>Mon, 08 Jun 2020 08:59:13 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/features/</guid><description>&lt;p&gt;&lt;a href="https://toha-docs.netlify.app/posts/getting-started/prepare-site/index.md"&gt;Test Link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This theme has been designed from a personal point of preference. As a developer, I want to organize my portfolio in a way that will reflect my skills best. So, this theme may or may not meet your needs but I will be happy to have your feedback.&lt;/p&gt;
&lt;p&gt;This post will give you an overview of the features that this theme incorporates.&lt;/p&gt;
&lt;h3 id="minimalist-design"&gt;Minimalist Design&lt;/h3&gt;
&lt;p&gt;This theme has been designed to be minimalist and beautiful. The color scheme has been chosen to be simple but yet powerful. The post page has been designed to be as distraction-free as possible. Thanks to &lt;a href="https://dribbble.com/anupdeb" target="_blank" rel="noopener"&gt;Anup Deb&lt;/a&gt; for his design guidance.&lt;/p&gt;</description></item><item><title>Shortcodes</title><link>https://toha-docs.netlify.app/posts/shortcodes/</link><pubDate>Mon, 08 Jun 2020 08:06:25 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/shortcodes/</guid><description>&lt;p&gt;This is a sample post intended to test the followings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Default hero image.&lt;/li&gt;
&lt;li&gt;Different shortcodes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="alert"&gt;Alert&lt;/h2&gt;
&lt;p&gt;The following alerts are available in this theme.&lt;/p&gt;
&lt;h4 id="success"&gt;Success&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Code:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;{{&amp;lt; alert type=&amp;#34;success&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;This is sample alert with &lt;span style="color:#e6db74"&gt;`type=&amp;#34;success&amp;#34;`&lt;/span&gt;.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;{{&amp;lt; /alert &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Result:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="alert success"&gt;
&lt;span&gt;&lt;i data-feather="check-circle"&gt;&lt;/i&gt;&lt;/span&gt;
&lt;span&gt;&lt;strong&gt;This is sample alert with &lt;code&gt;type=&amp;quot;success&amp;quot;&lt;/code&gt;.&lt;/strong&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;h4 id="danger"&gt;Danger&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Code:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;{{&amp;lt; alert type=&amp;#34;danger&amp;#34; &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;This is sample alert with &lt;span style="color:#e6db74"&gt;`type=&amp;#34;danger&amp;#34;`&lt;/span&gt;.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;{{&amp;lt; /alert &amp;gt;}}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Result:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="alert danger"&gt;
&lt;span&gt;&lt;i data-feather="alert-octagon"&gt;&lt;/i&gt;&lt;/span&gt;
&lt;span&gt;&lt;strong&gt;This is sample alert with &lt;code&gt;type=&amp;quot;danger&amp;quot;&lt;/code&gt;.&lt;/strong&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;h4 id="warning"&gt;Warning&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Code:&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Configuring Site Parameters</title><link>https://toha-docs.netlify.app/posts/configuration/site-parameters/</link><pubDate>Mon, 08 Jun 2020 06:20:55 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/configuration/site-parameters/</guid><description>&lt;p&gt;After installing this theme, when you first run your site, it will start with the default parameters. It should look similar to this example site, but it won&amp;rsquo;t have any sections on the homepage. Don&amp;rsquo;t worry, you can easily add those sections by providing the necessary data files.&lt;/p&gt;
&lt;p&gt;In the upcoming posts, I&amp;rsquo;ll guide you on how to add those sections and customize your site. But first, let&amp;rsquo;s start with changing the site parameters. You can modify the background, logo, author information, and enable/disable various features.&lt;/p&gt;</description></item><item><title>Configuring About Section</title><link>https://toha-docs.netlify.app/posts/configuration/sections/about/</link><pubDate>Mon, 08 Jun 2020 06:20:50 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/configuration/sections/about/</guid><description>&lt;p&gt;The purpose of the &lt;code&gt;About&lt;/code&gt; section is to provide a brief introduction about yourself on your website. In this post, we will guide you on how to configure the &lt;code&gt;About&lt;/code&gt; section. For a complete reference, please check out the sample &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/blob/main/data/en/sections/about.yaml" target="_blank" rel="noopener"&gt;about.yaml&lt;/a&gt; file.&lt;/p&gt;
&lt;p&gt;To get started, create an &lt;code&gt;about.yaml&lt;/code&gt; file in the &lt;code&gt;data/en/sections&lt;/code&gt; directory of your website. Then, follow the instructions below.&lt;/p&gt;
&lt;h3 id="add-section-information"&gt;Add Section information&lt;/h3&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;section&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;name: About # Title of section (default&lt;/span&gt;: &lt;span style="color:#e6db74"&gt;&amp;#34;&amp;#34;&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;id&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;about&lt;/span&gt; &lt;span style="color:#75715e"&gt;# url id/slug of section *Required*&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;enable: true # Boolean to determine if this section is enabled (default&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;false&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;weight: 1 # Order to display section in (default&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;alphabetical followed by weight)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;showOnNavbar&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;true&lt;/span&gt; &lt;span style="color:#75715e"&gt;# Boolean to determine if a link should be shown for this section on the navbar&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;template&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;sections/about.html&lt;/span&gt; &lt;span style="color:#75715e"&gt;# allows you to point to a specific template.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id="template-setting"&gt;Template setting&lt;/h4&gt;
&lt;p&gt;You have the option to customize the partial used for this section by specifying the &lt;code&gt;template&lt;/code&gt; property. Simply save the new template in your &lt;code&gt;layout/partials&lt;/code&gt; directory.&lt;/p&gt;</description></item><item><title>Configuring Skills Section</title><link>https://toha-docs.netlify.app/posts/configuration/sections/skills/</link><pubDate>Mon, 08 Jun 2020 06:20:45 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/configuration/sections/skills/</guid><description>&lt;p&gt;The &lt;code&gt;Skills&lt;/code&gt; section is designed to showcase your skills and provide insights into your expertise in each skill. In this post, we will guide you on how to configure the &lt;code&gt;Skills&lt;/code&gt; section of your site. For a complete reference, please check out the sample &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/blob/main/data/en/sections/skills.yaml" target="_blank" rel="noopener"&gt;skills.yaml&lt;/a&gt; file.&lt;/p&gt;
&lt;p&gt;To begin, create a &lt;code&gt;skills.yaml&lt;/code&gt; file in the &lt;code&gt;data/en/sections&lt;/code&gt; directory of your site. Then, follow the instructions below.&lt;/p&gt;
&lt;h3 id="add-section-information"&gt;Add Section Information&lt;/h3&gt;
&lt;p&gt;Add the following section metadata to your &lt;code&gt;skills.yaml&lt;/code&gt; file:&lt;/p&gt;</description></item><item><title>Configuring Education Section</title><link>https://toha-docs.netlify.app/posts/configuration/sections/education/</link><pubDate>Mon, 08 Jun 2020 06:20:40 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/configuration/sections/education/</guid><description>&lt;p&gt;The &lt;code&gt;Education&lt;/code&gt; section is designed to showcase your academic background. In this post, we will guide you on how to configure the &lt;code&gt;Education&lt;/code&gt; section of your site. For a complete reference, you can refer to the sample &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/blob/main/data/en/sections/education.yaml" target="_blank" rel="noopener"&gt;education.yaml&lt;/a&gt; file.&lt;/p&gt;
&lt;p&gt;To begin, create a new file named &lt;code&gt;education.yaml&lt;/code&gt; in the &lt;code&gt;data/en/sections&lt;/code&gt; directory of your site. Then, follow the instructions below.&lt;/p&gt;
&lt;h3 id="add-section-information"&gt;Add Section Information&lt;/h3&gt;
&lt;p&gt;Add the following section metadata to your &lt;code&gt;education.yaml&lt;/code&gt; file:&lt;/p&gt;</description></item><item><title>Configuring Experiences Section</title><link>https://toha-docs.netlify.app/posts/configuration/sections/experiences/</link><pubDate>Mon, 08 Jun 2020 06:20:40 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/configuration/sections/experiences/</guid><description>&lt;p&gt;The &lt;code&gt;Experiences&lt;/code&gt; section is designed to showcase your career background and highlight the responsibilities you have handled throughout your professional journey. In this post, we will guide you on how to configure the &lt;code&gt;Experiences&lt;/code&gt; section of your site. For a complete reference, you can refer to the sample &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/blob/main/data/en/sections/experiences.yaml" target="_blank" rel="noopener"&gt;experiences.yaml&lt;/a&gt; file.&lt;/p&gt;
&lt;p&gt;To begin, create a new file named &lt;code&gt;experiences.yaml&lt;/code&gt; in the &lt;code&gt;data/en/sections&lt;/code&gt; directory of your site. Then, follow the instructions below.&lt;/p&gt;
&lt;h3 id="add-section-information"&gt;Add Section Information&lt;/h3&gt;
&lt;p&gt;Add the following section metadata to your &lt;code&gt;experiences.yaml&lt;/code&gt; file:&lt;/p&gt;</description></item><item><title>Configuring Projects Section</title><link>https://toha-docs.netlify.app/posts/configuration/sections/projects/</link><pubDate>Mon, 08 Jun 2020 06:20:35 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/configuration/sections/projects/</guid><description>&lt;p&gt;The purpose of the &lt;code&gt;Projects&lt;/code&gt; section is to effectively showcase your projects. In this post, we will guide you on how to configure the &lt;code&gt;Projects&lt;/code&gt; section on your site. For a complete reference, please refer to the sample &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/blob/main/data/en/sections/projects.yaml" target="_blank" rel="noopener"&gt;projects.yaml&lt;/a&gt; file.&lt;/p&gt;
&lt;p&gt;To begin, create a new file named &lt;code&gt;projects.yaml&lt;/code&gt; in the &lt;code&gt;data/en/sections&lt;/code&gt; directory of your website. Then, follow the instructions below.&lt;/p&gt;
&lt;h3 id="add-section-information"&gt;Add Section Information&lt;/h3&gt;
&lt;p&gt;Add the following section metadata to your &lt;code&gt;projects.yaml&lt;/code&gt; file:&lt;/p&gt;</description></item><item><title>Configuring Recent Posts Section</title><link>https://toha-docs.netlify.app/posts/configuration/sections/recent-posts/</link><pubDate>Mon, 08 Jun 2020 06:20:34 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/configuration/sections/recent-posts/</guid><description>&lt;p&gt;The &lt;code&gt;Recent Posts&lt;/code&gt; section is used to showcase the latest posts from your content. To enable this section, create a &lt;code&gt;recent-posts.yaml&lt;/code&gt; file in the &lt;code&gt;data/en/sections&lt;/code&gt; directory and include the following content:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# section information&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;section&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;name: Recent Posts # Title of section (default&lt;/span&gt;: &lt;span style="color:#e6db74"&gt;&amp;#34;&amp;#34;&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;id&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;recent-posts&lt;/span&gt; &lt;span style="color:#75715e"&gt;# url id/slug of section *Required*&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;enable: true # Boolean to determine if this section is enabled (default&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;false&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;weight: 6 # Order to display section in (default&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;alphabetical followed by weight)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;showOnNavbar&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;true&lt;/span&gt; &lt;span style="color:#75715e"&gt;# Boolean to determine if a link should be shown for this section on the navbar&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;hideTitle: true # Can optionally hide the title in sections (default&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;false&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;numShow: 4 # Can optionally increase the number of posts to display (default&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;3&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;showMoreButton: false #Can optionally show &amp;#39;More Posts&amp;#39; button (default&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;false&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>Configuring Achievements Section</title><link>https://toha-docs.netlify.app/posts/configuration/sections/achievements/</link><pubDate>Mon, 08 Jun 2020 06:20:30 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/configuration/sections/achievements/</guid><description>&lt;p&gt;The &lt;code&gt;Achievements&lt;/code&gt; section is designed to display your accomplishments in a visually appealing gallery format. This guide will walk you through the process of configuring the &lt;code&gt;Achievements&lt;/code&gt; section on your website. For a complete reference, you can refer to the sample &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/blob/main/data/en/sections/achievements.yaml" target="_blank" rel="noopener"&gt;achievements.yaml&lt;/a&gt; file.&lt;/p&gt;
&lt;p&gt;To begin, create a new file named &lt;code&gt;achievements.yaml&lt;/code&gt; in the &lt;code&gt;data/en/sections&lt;/code&gt; directory of your website. Then, follow the instructions below.&lt;/p&gt;
&lt;h3 id="add-section-information"&gt;Add Section Information&lt;/h3&gt;
&lt;p&gt;Add the following section metadata to your &lt;code&gt;achievements.yaml&lt;/code&gt; file:&lt;/p&gt;</description></item><item><title>Creating Category</title><link>https://toha-docs.netlify.app/posts/writing-posts/organizing/category/</link><pubDate>Mon, 08 Jun 2020 06:15:55 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/writing-posts/organizing/category/</guid><description>&lt;p&gt;First, we need to understand how to create a post then we will be able to create categories.&lt;/p&gt;
&lt;h2 id="post-creation"&gt;Post Creation&lt;/h2&gt;
&lt;p&gt;To create a post in your blog first you need to go to the folder named &lt;code&gt;posts&lt;/code&gt;. Here, create a file &lt;code&gt;_index.md&lt;/code&gt;(The file name has to be exactly the same as it is mentioned). Then open the file and add below lines: &lt;/br&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;---
title: Posts
---
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;now, save and close the file. Now, Suppose, you want to write a post. First, create a file, name it with a markdown extension at the end. For example: we&amp;rsquo;ve created a file named &lt;code&gt;analytics-and-comments.md&lt;/code&gt; and added the below lines of contents: &lt;/br&gt;&lt;/p&gt;</description></item><item><title>Creating Sub Category</title><link>https://toha-docs.netlify.app/posts/writing-posts/organizing/sub-category/example/</link><pubDate>Mon, 08 Jun 2020 06:15:50 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/writing-posts/organizing/sub-category/example/</guid><description>&lt;h3 id="complete-post-coming-soon"&gt;Complete Post Coming Soon&amp;hellip;&lt;/h3&gt;</description></item><item><title>Front Matter</title><link>https://toha-docs.netlify.app/posts/writing-posts/front-matter/</link><pubDate>Mon, 08 Jun 2020 06:15:45 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/writing-posts/front-matter/</guid><description>&lt;h3 id="complete-post-coming-soon"&gt;Complete Post Coming Soon&amp;hellip;&lt;/h3&gt;</description></item><item><title>Markdown Syntax Guide</title><link>https://toha-docs.netlify.app/posts/writing-posts/markdown-syntax/</link><pubDate>Mon, 08 Jun 2020 06:15:40 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/writing-posts/markdown-syntax/</guid><description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description></item><item><title>Math Type Settings</title><link>https://toha-docs.netlify.app/posts/writing-posts/math/</link><pubDate>Mon, 08 Jun 2020 06:15:35 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/writing-posts/math/</guid><description>&lt;p&gt;Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.&lt;/p&gt;</description></item><item><title>Rich Content</title><link>https://toha-docs.netlify.app/posts/writing-posts/rich-content/</link><pubDate>Mon, 08 Jun 2020 06:15:30 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/writing-posts/rich-content/</guid><description>&lt;p&gt;Hugo ships with several &lt;a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes" target="_blank" rel="noopener"&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href="https://gohugo.io/about/hugo-and-gdpr/" target="_blank" rel="noopener"&gt;Privacy Config&lt;/a&gt; and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p&gt;</description></item><item><title>Using Emoji</title><link>https://toha-docs.netlify.app/posts/writing-posts/using-emoji/</link><pubDate>Mon, 08 Jun 2020 06:15:25 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/writing-posts/using-emoji/</guid><description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description></item><item><title>Analytics</title><link>https://toha-docs.netlify.app/posts/analytics/</link><pubDate>Mon, 08 Jun 2020 06:00:23 +0600</pubDate><guid>https://toha-docs.netlify.app/posts/analytics/</guid><description>&lt;h2 id="analytics"&gt;Analytics&lt;/h2&gt;
&lt;p&gt;This theme has built in support for various analytic tools. Currently, it supports the following analytics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.goatcounter.com/" target="_blank" rel="noopener"&gt;GoatCounter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://counter.dev/" target="_blank" rel="noopener"&gt;Counter.dev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://analytics.google.com" target="_blank" rel="noopener"&gt;Google Analytics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://matomo.org/" target="_blank" rel="noopener"&gt;Matomo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://umami.is/" target="_blank" rel="noopener"&gt;Umami&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://statcounter.com" target="_blank" rel="noopener"&gt;statcounter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a complete list of supported analytics, please refer the sample &lt;a href="https://github.com/hugo-toha/hugo-toha.github.io/blob/main/hugo.yaml" target="_blank" rel="noopener"&gt;hugo.yaml&lt;/a&gt; file.&lt;/p&gt;
&lt;div class="alert warning"&gt;
&lt;span&gt;&lt;i data-feather="alert-triangle"&gt;&lt;/i&gt;&lt;/span&gt;
&lt;span&gt;&lt;strong&gt;Warning: When adding analytics, you should consider local legislation to see if a privacy banner is required to inform users of the tracking in personal data. In general (not legal advice), privacy-friendly, anonymous methods such as &lt;a href="https://counter.dev" target="_blank" rel="noopener"&gt;counter.dev&lt;/a&gt; and &lt;a href="https://www.goatcounter.com/" target="_blank" rel="noopener"&gt;GoatCounter&lt;/a&gt; don&amp;rsquo;t need a banner, since they do not collect personally identifiable data.&lt;/strong&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;h3 id="goat-counter"&gt;Goat Counter&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://www.goatcounter.com/" target="_blank" rel="noopener"&gt;GoatCounter&lt;/a&gt; is the most complete, simple and privacy friendly analytics method supported in Toha. Its script tracks the most viewed pages, total number of users, devices, and much more, all while being open source!&lt;/p&gt;</description></item></channel></rss>