<?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 liyuchuang</title>
    <link>/categories/hugo/</link>
    <description>Recent content in Hugo on liyuchuang</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 18 Mar 2018 12:13:32 +0530</lastBuildDate><atom:link href="/categories/hugo/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Math Type Setting</title>
      <link>/posts/post-3/</link>
      <pubDate>Sun, 18 Mar 2018 12:13:32 +0530</pubDate>
      
      <guid>/posts/post-3/</guid>
      <description>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
In this example we will be using KaTeX
Create a partial under /layouts/partials/math.html Within this partial reference the Auto-render Extension or host these scripts locally. Include the partial in your templates like so: {{ if or .Params.math .Site.Params.math }} {{ partial &amp;#34;math.html&amp;#34; . }} {{ end }} To enable KaTex globally set the parameter math to true in a project&amp;rsquo;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</description>
    </item>
    
    <item>
      <title>Markdown Syntax Guide</title>
      <link>/posts/post-2/</link>
      <pubDate>Thu, 18 May 2017 12:13:30 +0530</pubDate>
      
      <guid>/posts/post-2/</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>Emoji Support</title>
      <link>/posts/post-1/</link>
      <pubDate>Wed, 18 Jan 2017 02:01:58 +0530</pubDate>
      
      <guid>/posts/post-1/</guid>
      <description>Emoji can be enabled in a Hugo project in a number of ways.
The emojify function can be called directly in templates or Inline Shortcodes.
To enable emoji globally, set enableEmoji to true in your site&amp;rsquo;s configuration and then you can type emoji shorthand codes directly in content files; e.g.
The Emoji cheat sheet 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.</description>
    </item>
    
  </channel>
</rss>
