This commit is contained in:
leafee98 2022-09-04 19:03:28 +08:00
parent f73dde6f1a
commit af446242d9
34 changed files with 336 additions and 336 deletions

View file

@ -20,19 +20,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -51,7 +51,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -120,19 +120,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -146,7 +146,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -206,7 +206,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -214,7 +214,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/categories/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -94,19 +94,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -120,7 +120,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -180,7 +180,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -188,7 +188,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>
@ -198,7 +198,7 @@
<a class="footer-item" href="/categories/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/categories/index.xml">
Feed of "Categories"
<i class="icofont-rss"></i>
</a>

View file

@ -2,25 +2,25 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Flat theme</title>
<link>/categories/</link>
<link>https://leafee98.github.io/hugo-theme-flat/categories/</link>
<description>Recent content in Categories on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>syntax</title>
<link>/categories/syntax/</link>
<link>https://leafee98.github.io/hugo-theme-flat/categories/syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/categories/syntax/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/categories/syntax/</guid>
<description></description>
</item>
<item>
<title>themes</title>
<link>/categories/themes/</link>
<link>https://leafee98.github.io/hugo-theme-flat/categories/themes/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/categories/themes/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/categories/themes/</guid>
<description></description>
</item>

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/categories/syntax/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/categories/syntax/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -80,7 +80,7 @@
<div class="title">
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
@ -113,19 +113,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -139,7 +139,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -199,7 +199,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -207,7 +207,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>
@ -217,7 +217,7 @@
<a class="footer-item" href="/categories/syntax/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/categories/syntax/index.xml">
Feed of "syntax"
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>syntax on Flat theme</title>
<link>/categories/syntax/</link>
<link>https://leafee98.github.io/hugo-theme-flat/categories/syntax/</link>
<description>Recent content in syntax on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="/categories/syntax/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/categories/syntax/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>/posts/markdown-syntax/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/markdown-syntax/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/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;
&lt;h2 id=&#34;headings&#34;&gt;Headings &lt;a href=&#34;#headings&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The following HTML &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;&lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; elements represent six levels of section headings. &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; is the highest section level while &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; is the lowest.&lt;/p&gt;
&lt;h1 id=&#34;h1&#34;&gt;H1 &lt;a href=&#34;#h1&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h1&gt;&lt;h2 id=&#34;h2&#34;&gt;H2 &lt;a href=&#34;#h2&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;h3&#34;&gt;H3 &lt;a href=&#34;#h3&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;h4&#34;&gt;H4 &lt;a href=&#34;#h4&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;h5&#34;&gt;H5 &lt;a href=&#34;#h5&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h5&gt;&lt;h6 id=&#34;h6&#34;&gt;H6 &lt;a href=&#34;#h6&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h6&gt;&lt;h2 id=&#34;paragraph&#34;&gt;Paragraph &lt;a href=&#34;#paragraph&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.&lt;/p&gt;

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/categories/themes/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/categories/themes/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -80,7 +80,7 @@
<div class="title">
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
@ -113,19 +113,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -139,7 +139,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -199,7 +199,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -207,7 +207,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>
@ -217,7 +217,7 @@
<a class="footer-item" href="/categories/themes/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/categories/themes/index.xml">
Feed of "themes"
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>themes on Flat theme</title>
<link>/categories/themes/</link>
<link>https://leafee98.github.io/hugo-theme-flat/categories/themes/</link>
<description>Recent content in themes on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="/categories/themes/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/categories/themes/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>/posts/markdown-syntax/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/markdown-syntax/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/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;
&lt;h2 id=&#34;headings&#34;&gt;Headings &lt;a href=&#34;#headings&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The following HTML &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;&lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; elements represent six levels of section headings. &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; is the highest section level while &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; is the lowest.&lt;/p&gt;
&lt;h1 id=&#34;h1&#34;&gt;H1 &lt;a href=&#34;#h1&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h1&gt;&lt;h2 id=&#34;h2&#34;&gt;H2 &lt;a href=&#34;#h2&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;h3&#34;&gt;H3 &lt;a href=&#34;#h3&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;h4&#34;&gt;H4 &lt;a href=&#34;#h4&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;h5&#34;&gt;H5 &lt;a href=&#34;#h5&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h5&gt;&lt;h6 id=&#34;h6&#34;&gt;H6 &lt;a href=&#34;#h6&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h6&gt;&lt;h2 id=&#34;paragraph&#34;&gt;Paragraph &lt;a href=&#34;#paragraph&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.&lt;/p&gt;

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/essays/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -82,7 +82,7 @@
<div class="title">
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="https://leafee98.github.io/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
@ -107,19 +107,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -133,7 +133,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -193,7 +193,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -201,7 +201,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Essays on Flat theme</title>
<link>/essays/</link>
<link>https://leafee98.github.io/hugo-theme-flat/essays/</link>
<description>Recent content in Essays on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 18 May 2022 11:19:08 +0800</lastBuildDate><atom:link href="/essays/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Wed, 18 May 2022 11:19:08 +0800</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>What Is Hugo</title>
<link>/essays/what-is-hugo/</link>
<link>https://leafee98.github.io/hugo-theme-flat/essays/what-is-hugo/</link>
<pubDate>Mon, 16 May 2022 21:57:50 +0800</pubDate>
<guid>/essays/what-is-hugo/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/essays/what-is-hugo/</guid>
<description>&lt;p&gt;Hugo is a static site generator written in Go. Originally created by Steve Francia in 2013, Hugo has seen a great increase in both features and performance thanks to current lead developer Bjørn Erik Pedersen (since v0.14 in 2015[4]) and other contributors. Hugo is an open source project licensed under the Apache License 2.0.[5]&lt;/p&gt;
&lt;p&gt;Being able to generate most websites within seconds (at &amp;lt; 1 ms per page), Hugo&amp;rsquo;s official website states it is &amp;ldquo;the worlds fastest framework for building websites&amp;rdquo;. In July 2015, Netlify began providing Hugo hosting,[6] and in 2017, Smashing Magazine completed its redesign of their website, migrating from WordPress to a JAMstack solution with Hugo.[7]&lt;/p&gt;
&lt;blockquote&gt;

View file

@ -20,19 +20,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -51,7 +51,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -107,19 +107,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -133,7 +133,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -193,7 +193,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -201,7 +201,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>

View file

@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/index.xml" title="Flat theme" />
@ -22,19 +22,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -53,7 +53,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -71,7 +71,7 @@
<section class="list-item">
<h1 class="title"><a href="/posts/markdown-syntax/">Markdown Syntax Guide</a></h1>
<h1 class="title"><a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a></h1>
<div class="tips">
<div class="date">
@ -107,7 +107,7 @@
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/placeholder-text/">Placeholder Text</a></h1>
<h1 class="title"><a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a></h1>
<div class="tips">
<div class="date">
@ -132,7 +132,7 @@
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/math-typesetting/">Math Typesetting</a></h1>
<h1 class="title"><a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a></h1>
<div class="tips">
<div class="date">
@ -148,7 +148,7 @@
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/emoji-support/">Emoji Support</a></h1>
<h1 class="title"><a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a></h1>
<div class="tips">
<div class="date">
@ -186,7 +186,7 @@
<a class="enabled current" href="/">1</a>
<a class="enabled current" href="/hugo-theme-flat/">1</a>
@ -205,19 +205,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -231,7 +231,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -291,7 +291,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -299,7 +299,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Flat theme</title>
<link>/</link>
<link>https://leafee98.github.io/hugo-theme-flat/</link>
<description>Recent content on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 18 May 2022 11:22:44 +0800</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Wed, 18 May 2022 11:22:44 +0800</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>What Is Hugo</title>
<link>/essays/what-is-hugo/</link>
<link>https://leafee98.github.io/hugo-theme-flat/essays/what-is-hugo/</link>
<pubDate>Mon, 16 May 2022 21:57:50 +0800</pubDate>
<guid>/essays/what-is-hugo/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/essays/what-is-hugo/</guid>
<description>&lt;p&gt;Hugo is a static site generator written in Go. Originally created by Steve Francia in 2013, Hugo has seen a great increase in both features and performance thanks to current lead developer Bjørn Erik Pedersen (since v0.14 in 2015[4]) and other contributors. Hugo is an open source project licensed under the Apache License 2.0.[5]&lt;/p&gt;
&lt;p&gt;Being able to generate most websites within seconds (at &amp;lt; 1 ms per page), Hugo&amp;rsquo;s official website states it is &amp;ldquo;the worlds fastest framework for building websites&amp;rdquo;. In July 2015, Netlify began providing Hugo hosting,[6] and in 2017, Smashing Magazine completed its redesign of their website, migrating from WordPress to a JAMstack solution with Hugo.[7]&lt;/p&gt;
&lt;blockquote&gt;
@ -22,10 +22,10 @@
<item>
<title>Markdown Syntax Guide</title>
<link>/posts/markdown-syntax/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/markdown-syntax/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/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;
&lt;h2 id=&#34;headings&#34;&gt;Headings &lt;a href=&#34;#headings&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The following HTML &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;&lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; elements represent six levels of section headings. &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; is the highest section level while &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; is the lowest.&lt;/p&gt;
&lt;h1 id=&#34;h1&#34;&gt;H1 &lt;a href=&#34;#h1&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h1&gt;&lt;h2 id=&#34;h2&#34;&gt;H2 &lt;a href=&#34;#h2&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;h3&#34;&gt;H3 &lt;a href=&#34;#h3&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;h4&#34;&gt;H4 &lt;a href=&#34;#h4&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;h5&#34;&gt;H5 &lt;a href=&#34;#h5&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h5&gt;&lt;h6 id=&#34;h6&#34;&gt;H6 &lt;a href=&#34;#h6&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h6&gt;&lt;h2 id=&#34;paragraph&#34;&gt;Paragraph &lt;a href=&#34;#paragraph&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.&lt;/p&gt;
@ -147,10 +147,10 @@
<item>
<title>Placeholder Text</title>
<link>/posts/placeholder-text/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/placeholder-text/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;
&lt;p&gt;Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.&lt;/p&gt;
&lt;ol&gt;
@ -176,10 +176,10 @@
<item>
<title>Math Typesetting</title>
<link>/posts/math-typesetting/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/math-typesetting/</link>
<pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/math-typesetting/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/posts/math-typesetting/</guid>
<description>&lt;p&gt;Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.&lt;/p&gt;
&lt;p&gt;In this example we will be using &lt;a href=&#34;https://katex.org/&#34;&gt;KaTeX&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
@ -205,10 +205,10 @@ $$&lt;/p&gt;</description>
<item>
<title>Emoji Support</title>
<link>/posts/emoji-support/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/emoji-support/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/posts/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://gohugo.io/functions/emojify/&#34;&gt;&lt;code&gt;emojify&lt;/code&gt;&lt;/a&gt; function can be called directly in templates or &lt;a href=&#34;https://gohugo.io/templates/shortcode-templates/#inline-shortcodes&#34;&gt;Inline Shortcodes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To enable emoji globally, set &lt;code&gt;enableEmoji&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt; in your site&amp;rsquo;s &lt;a href=&#34;https://gohugo.io/getting-started/configuration/&#34;&gt;configuration&lt;/a&gt; and then you can type emoji shorthand codes directly in content files; e.g.&lt;/p&gt;

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>/</title>
<link rel="canonical" href="/">
<title>https://leafee98.github.io/hugo-theme-flat/</title>
<link rel="canonical" href="https://leafee98.github.io/hugo-theme-flat/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/">
<meta http-equiv="refresh" content="0; url=https://leafee98.github.io/hugo-theme-flat/">
</head>
</html>

View file

@ -20,19 +20,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -51,7 +51,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -118,19 +118,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -144,7 +144,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -204,7 +204,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -212,7 +212,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/posts/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -80,7 +80,7 @@
<div class="title">
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
@ -100,7 +100,7 @@
<div class="title">
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
@ -118,7 +118,7 @@
<div class="title">
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
@ -130,7 +130,7 @@
<div class="title">
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
@ -159,19 +159,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -185,7 +185,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -245,7 +245,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -253,7 +253,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Flat theme</title>
<link>/posts/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/</link>
<description>Recent content in Posts on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 18 May 2022 11:22:44 +0800</lastBuildDate><atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Wed, 18 May 2022 11:22:44 +0800</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>/posts/markdown-syntax/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/markdown-syntax/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/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;
&lt;h2 id=&#34;headings&#34;&gt;Headings &lt;a href=&#34;#headings&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The following HTML &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;&lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; elements represent six levels of section headings. &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; is the highest section level while &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; is the lowest.&lt;/p&gt;
&lt;h1 id=&#34;h1&#34;&gt;H1 &lt;a href=&#34;#h1&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h1&gt;&lt;h2 id=&#34;h2&#34;&gt;H2 &lt;a href=&#34;#h2&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;h3&#34;&gt;H3 &lt;a href=&#34;#h3&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;h4&#34;&gt;H4 &lt;a href=&#34;#h4&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;h5&#34;&gt;H5 &lt;a href=&#34;#h5&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h5&gt;&lt;h6 id=&#34;h6&#34;&gt;H6 &lt;a href=&#34;#h6&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h6&gt;&lt;h2 id=&#34;paragraph&#34;&gt;Paragraph &lt;a href=&#34;#paragraph&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.&lt;/p&gt;
@ -133,10 +133,10 @@
<item>
<title>Placeholder Text</title>
<link>/posts/placeholder-text/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/placeholder-text/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;
&lt;p&gt;Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.&lt;/p&gt;
&lt;ol&gt;
@ -162,10 +162,10 @@
<item>
<title>Math Typesetting</title>
<link>/posts/math-typesetting/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/math-typesetting/</link>
<pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/math-typesetting/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/posts/math-typesetting/</guid>
<description>&lt;p&gt;Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.&lt;/p&gt;
&lt;p&gt;In this example we will be using &lt;a href=&#34;https://katex.org/&#34;&gt;KaTeX&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
@ -191,10 +191,10 @@ $$&lt;/p&gt;</description>
<item>
<title>Emoji Support</title>
<link>/posts/emoji-support/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/emoji-support/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/posts/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://gohugo.io/functions/emojify/&#34;&gt;&lt;code&gt;emojify&lt;/code&gt;&lt;/a&gt; function can be called directly in templates or &lt;a href=&#34;https://gohugo.io/templates/shortcode-templates/#inline-shortcodes&#34;&gt;Inline Shortcodes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To enable emoji globally, set &lt;code&gt;enableEmoji&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt; in your site&amp;rsquo;s &lt;a href=&#34;https://gohugo.io/getting-started/configuration/&#34;&gt;configuration&lt;/a&gt; and then you can type emoji shorthand codes directly in content files; e.g.&lt;/p&gt;

View file

@ -20,19 +20,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -51,7 +51,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -238,19 +238,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -264,7 +264,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -324,7 +324,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -332,7 +332,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>

View file

@ -20,19 +20,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -51,7 +51,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -122,19 +122,19 @@ $$</p>
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -148,7 +148,7 @@ $$</p>
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -208,7 +208,7 @@ $$</p>
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -216,7 +216,7 @@ $$</p>
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>/posts/markdown-syntax/</title>
<link rel="canonical" href="/posts/markdown-syntax/">
<title>https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/</title>
<link rel="canonical" href="https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/posts/markdown-syntax/">
<meta http-equiv="refresh" content="0; url=https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/">
</head>
</html>

View file

@ -20,19 +20,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -51,7 +51,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -131,19 +131,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -157,7 +157,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -217,7 +217,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -225,7 +225,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>

View file

@ -1,4 +1,4 @@
User-agent: *
Allow: *
Sitemap: sitemap.xml
Sitemap: https://leafee98.github.io/hugo-theme-flat/sitemap.xml

View file

@ -2,58 +2,58 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/posts/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/posts/</loc>
<lastmod>2022-05-18T11:22:44+08:00</lastmod>
</url><url>
<loc>/essays/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/essays/</loc>
<lastmod>2022-05-18T11:19:08+08:00</lastmod>
</url><url>
<loc>/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/</loc>
<lastmod>2022-05-18T11:22:44+08:00</lastmod>
</url><url>
<loc>/essays/what-is-hugo/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/essays/what-is-hugo/</loc>
<lastmod>2022-05-16T21:57:50+08:00</lastmod>
</url><url>
<loc>/about/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/about/</loc>
<lastmod>2022-04-27T21:01:43+08:00</lastmod>
</url><url>
<loc>/categories/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/categories/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url>
<loc>/tags/css/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/tags/css/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url>
<loc>/tags/html/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/tags/html/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url>
<loc>/tags/markdown/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/tags/markdown/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url>
<loc>/posts/markdown-syntax/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url>
<loc>/categories/syntax/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/categories/syntax/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url>
<loc>/tags/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/tags/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url>
<loc>/categories/themes/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/categories/themes/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url><url>
<loc>/posts/placeholder-text/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/</loc>
<lastmod>2019-03-09T00:00:00+00:00</lastmod>
</url><url>
<loc>/tags/text/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/tags/text/</loc>
<lastmod>2019-03-09T00:00:00+00:00</lastmod>
</url><url>
<loc>/posts/math-typesetting/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/posts/math-typesetting/</loc>
<lastmod>2019-03-08T00:00:00+00:00</lastmod>
</url><url>
<loc>/tags/emoji/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/tags/emoji/</loc>
<lastmod>2019-03-05T00:00:00+00:00</lastmod>
</url><url>
<loc>/posts/emoji-support/</loc>
<loc>https://leafee98.github.io/hugo-theme-flat/posts/emoji-support/</loc>
<lastmod>2019-03-05T00:00:00+00:00</lastmod>
</url>
</urlset>

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/tags/css/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/tags/css/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -80,7 +80,7 @@
<div class="title">
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
@ -113,19 +113,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -139,7 +139,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -199,7 +199,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -207,7 +207,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>
@ -217,7 +217,7 @@
<a class="footer-item" href="/tags/css/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/tags/css/index.xml">
Feed of "css"
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>css on Flat theme</title>
<link>/tags/css/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/css/</link>
<description>Recent content in css on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="/tags/css/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/tags/css/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>/posts/markdown-syntax/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/markdown-syntax/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/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;
&lt;h2 id=&#34;headings&#34;&gt;Headings &lt;a href=&#34;#headings&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The following HTML &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;&lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; elements represent six levels of section headings. &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; is the highest section level while &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; is the lowest.&lt;/p&gt;
&lt;h1 id=&#34;h1&#34;&gt;H1 &lt;a href=&#34;#h1&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h1&gt;&lt;h2 id=&#34;h2&#34;&gt;H2 &lt;a href=&#34;#h2&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;h3&#34;&gt;H3 &lt;a href=&#34;#h3&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;h4&#34;&gt;H4 &lt;a href=&#34;#h4&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;h5&#34;&gt;H5 &lt;a href=&#34;#h5&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h5&gt;&lt;h6 id=&#34;h6&#34;&gt;H6 &lt;a href=&#34;#h6&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h6&gt;&lt;h2 id=&#34;paragraph&#34;&gt;Paragraph &lt;a href=&#34;#paragraph&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.&lt;/p&gt;

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/tags/emoji/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/tags/emoji/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -80,7 +80,7 @@
<div class="title">
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
@ -109,19 +109,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -135,7 +135,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -195,7 +195,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -203,7 +203,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>
@ -213,7 +213,7 @@
<a class="footer-item" href="/tags/emoji/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/tags/emoji/index.xml">
Feed of "emoji"
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>emoji on Flat theme</title>
<link>/tags/emoji/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/emoji/</link>
<description>Recent content in emoji on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Tue, 05 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="/tags/emoji/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Tue, 05 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/tags/emoji/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Emoji Support</title>
<link>/posts/emoji-support/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/emoji-support/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/posts/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://gohugo.io/functions/emojify/&#34;&gt;&lt;code&gt;emojify&lt;/code&gt;&lt;/a&gt; function can be called directly in templates or &lt;a href=&#34;https://gohugo.io/templates/shortcode-templates/#inline-shortcodes&#34;&gt;Inline Shortcodes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To enable emoji globally, set &lt;code&gt;enableEmoji&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt; in your site&amp;rsquo;s &lt;a href=&#34;https://gohugo.io/getting-started/configuration/&#34;&gt;configuration&lt;/a&gt; and then you can type emoji shorthand codes directly in content files; e.g.&lt;/p&gt;

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/tags/html/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/tags/html/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -80,7 +80,7 @@
<div class="title">
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
@ -113,19 +113,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -139,7 +139,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -199,7 +199,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -207,7 +207,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>
@ -217,7 +217,7 @@
<a class="footer-item" href="/tags/html/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/tags/html/index.xml">
Feed of "html"
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>html on Flat theme</title>
<link>/tags/html/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/html/</link>
<description>Recent content in html on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="/tags/html/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/tags/html/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>/posts/markdown-syntax/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/markdown-syntax/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/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;
&lt;h2 id=&#34;headings&#34;&gt;Headings &lt;a href=&#34;#headings&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The following HTML &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;&lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; elements represent six levels of section headings. &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; is the highest section level while &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; is the lowest.&lt;/p&gt;
&lt;h1 id=&#34;h1&#34;&gt;H1 &lt;a href=&#34;#h1&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h1&gt;&lt;h2 id=&#34;h2&#34;&gt;H2 &lt;a href=&#34;#h2&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;h3&#34;&gt;H3 &lt;a href=&#34;#h3&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;h4&#34;&gt;H4 &lt;a href=&#34;#h4&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;h5&#34;&gt;H5 &lt;a href=&#34;#h5&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h5&gt;&lt;h6 id=&#34;h6&#34;&gt;H6 &lt;a href=&#34;#h6&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h6&gt;&lt;h2 id=&#34;paragraph&#34;&gt;Paragraph &lt;a href=&#34;#paragraph&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.&lt;/p&gt;

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/tags/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -118,19 +118,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -144,7 +144,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -204,7 +204,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -212,7 +212,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>
@ -222,7 +222,7 @@
<a class="footer-item" href="/tags/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/tags/index.xml">
Feed of "Tags"
<i class="icofont-rss"></i>
</a>

View file

@ -2,52 +2,52 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Flat theme</title>
<link>/tags/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/</link>
<description>Recent content in Tags on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>css</title>
<link>/tags/css/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/css/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/tags/css/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/tags/css/</guid>
<description></description>
</item>
<item>
<title>html</title>
<link>/tags/html/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/html/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/tags/html/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/tags/html/</guid>
<description></description>
</item>
<item>
<title>markdown</title>
<link>/tags/markdown/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/markdown/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/tags/markdown/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/tags/markdown/</guid>
<description></description>
</item>
<item>
<title>text</title>
<link>/tags/text/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>/tags/text/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/tags/text/</guid>
<description></description>
</item>
<item>
<title>emoji</title>
<link>/tags/emoji/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/emoji/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>/tags/emoji/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/tags/emoji/</guid>
<description></description>
</item>

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/tags/markdown/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/tags/markdown/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -80,7 +80,7 @@
<div class="title">
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
@ -100,7 +100,7 @@
<div class="title">
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
@ -131,19 +131,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -157,7 +157,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -217,7 +217,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -225,7 +225,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>
@ -235,7 +235,7 @@
<a class="footer-item" href="/tags/markdown/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/tags/markdown/index.xml">
Feed of "markdown"
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>markdown on Flat theme</title>
<link>/tags/markdown/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/markdown/</link>
<description>Recent content in markdown on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>/posts/markdown-syntax/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/markdown-syntax/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/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;
&lt;h2 id=&#34;headings&#34;&gt;Headings &lt;a href=&#34;#headings&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The following HTML &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt;&lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; elements represent six levels of section headings. &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; is the highest section level while &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; is the lowest.&lt;/p&gt;
&lt;h1 id=&#34;h1&#34;&gt;H1 &lt;a href=&#34;#h1&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h1&gt;&lt;h2 id=&#34;h2&#34;&gt;H2 &lt;a href=&#34;#h2&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;h3&#34;&gt;H3 &lt;a href=&#34;#h3&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;h4&#34;&gt;H4 &lt;a href=&#34;#h4&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;h5&#34;&gt;H5 &lt;a href=&#34;#h5&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h5&gt;&lt;h6 id=&#34;h6&#34;&gt;H6 &lt;a href=&#34;#h6&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h6&gt;&lt;h2 id=&#34;paragraph&#34;&gt;Paragraph &lt;a href=&#34;#paragraph&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.&lt;/p&gt;
@ -133,10 +133,10 @@
<item>
<title>Placeholder Text</title>
<link>/posts/placeholder-text/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/placeholder-text/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;
&lt;p&gt;Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.&lt;/p&gt;
&lt;ol&gt;

View file

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel="alternate" type="application/rss+xml" href="/tags/text/index.xml" title="Flat theme" />
<link rel="alternate" type="application/rss+xml" href="https://leafee98.github.io/hugo-theme-flat/tags/text/index.xml" title="Flat theme" />
@ -21,19 +21,19 @@
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="">Flat theme</a>
<a class="site-title" href="https://leafee98.github.io/hugo-theme-flat/">Flat theme</a>
<ul class="menu">
<li class="menu-item">
<a href="/posts/">Posts</a>
<a href="/hugo-theme-flat/posts/">Posts</a>
</li>
<li class="menu-item">
<a href="/essays/">Essays</a>
<a href="/hugo-theme-flat/essays/">Essays</a>
</li>
@ -52,7 +52,7 @@
<li class="menu-item">
<a href="/about/">About</a>
<a href="/hugo-theme-flat/about/">About</a>
</li>
@ -80,7 +80,7 @@
<div class="title">
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
@ -111,19 +111,19 @@
<ul>
<li>
<a href="/posts/markdown-syntax/">Markdown Syntax Guide</a>
<a href="/hugo-theme-flat/posts/markdown-syntax/">Markdown Syntax Guide</a>
</li>
<li>
<a href="/posts/placeholder-text/">Placeholder Text</a>
<a href="/hugo-theme-flat/posts/placeholder-text/">Placeholder Text</a>
</li>
<li>
<a href="/posts/math-typesetting/">Math Typesetting</a>
<a href="/hugo-theme-flat/posts/math-typesetting/">Math Typesetting</a>
</li>
<li>
<a href="/posts/emoji-support/">Emoji Support</a>
<a href="/hugo-theme-flat/posts/emoji-support/">Emoji Support</a>
</li>
</ul>
@ -137,7 +137,7 @@
<ul>
<li>
<a href="/essays/what-is-hugo/">What Is Hugo</a>
<a href="/hugo-theme-flat/essays/what-is-hugo/">What Is Hugo</a>
</li>
</ul>
@ -197,7 +197,7 @@
<a class="footer-item" href="/posts/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
@ -205,7 +205,7 @@
<a class="footer-item" href="/essays/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/essays/index.xml">
Feed of Essays
<i class="icofont-rss"></i>
</a>
@ -215,7 +215,7 @@
<a class="footer-item" href="/tags/text/index.xml">
<a class="footer-item" href="https://leafee98.github.io/hugo-theme-flat/tags/text/index.xml">
Feed of "text"
<i class="icofont-rss"></i>
</a>

View file

@ -2,16 +2,16 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>text on Flat theme</title>
<link>/tags/text/</link>
<link>https://leafee98.github.io/hugo-theme-flat/tags/text/</link>
<description>Recent content in text on Flat theme</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Sat, 09 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="/tags/text/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sat, 09 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://leafee98.github.io/hugo-theme-flat/tags/text/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Placeholder Text</title>
<link>/posts/placeholder-text/</link>
<link>https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>/posts/placeholder-text/</guid>
<guid>https://leafee98.github.io/hugo-theme-flat/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;
&lt;p&gt;Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.&lt;/p&gt;
&lt;ol&gt;