<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hugo on Hugo Testbed Theme</title>
    <link>https://teachedu.name/tags/hugo/</link>
    <description>Recent content in Hugo on Hugo Testbed Theme</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 11 Apr 2022 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://teachedu.name/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>HOW TO MAKE TEXT INDENT IN HUGO FRAMEWORK VIA CSS</title>
      <link>https://teachedu.name/news/how-to-make-text-indent-in-hugo-framework-via-css/</link>
      <pubDate>Mon, 11 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-make-text-indent-in-hugo-framework-via-css/</guid>
      <description>&#xA;Locate your style.css&#xA;NAME-OF-THE-PROJECT\themes\NAME-OF-THEME\assets\css\style.css Add following code to apply 30px indentation.&#xA;p {&#xD;text-indent: 30px;&#xD;} For no indentation:&#xA;p {&#xD;text-indent: 0px;&#xD;} or just remove the whole block of p code.&#xA;Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik </description>
    </item>
    <item>
      <title>HOW TO ENABLE HTML CODE IN MARKDOWN FILES</title>
      <link>https://teachedu.name/news/how-to-enable-html-code-in-markdown-files/</link>
      <pubDate>Mon, 23 Aug 2021 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-enable-html-code-in-markdown-files/</guid>
      <description>&lt;br&gt;&#xD;&#xA;&lt;p&gt;Trick is very simple, if you know where to dig.&#xA;Just find &lt;strong&gt;config.toml&lt;/strong&gt; file of your Hugo theme and add following section.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
