Init commit

This commit is contained in:
2023-05-14 01:54:05 +10:00
commit 8c626d4515
68 changed files with 4574 additions and 0 deletions

69
public/posts/index.xml Normal file
View File

@@ -0,0 +1,69 @@
<?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 DuckyLabs Blog</title>
<link>http://example.org/posts/</link>
<description>Recent content in Posts on DuckyLabs Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 02 May 2023 00:00:00 +0000</lastBuildDate><atom:link href="http://example.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>How to enable table of content ?</title>
<link>http://example.org/posts/table-of-content/</link>
<pubDate>Tue, 02 May 2023 00:00:00 +0000</pubDate>
<guid>http://example.org/posts/table-of-content/</guid>
<description>Table of content This theme supports displaying table of content in blog posts.
To enable it, globally set toc to true in config.toml:
[params] toc = true This will enable table of content for all posts. If you want to enable it for a specific post, add toc = true to the front matter of the post:
--- title: How to enable table of content date: 2023-05-02 toc: true --- </description>
</item>
<item>
<title>Math Typesetting</title>
<link>http://example.org/posts/math-typesetting/</link>
<pubDate>Sat, 01 Apr 2023 00:00:00 +0000</pubDate>
<guid>http://example.org/posts/math-typesetting/</guid>
<description>&lt;p&gt;Mathematical notation in a Hugo project can be enabled by using
&lt;a href=&#34;https://github.com/hugo-sid/hugo-blog-awesome/blob/main/layouts/partials/helpers/katex.html&#34;&gt;third party JavaScript libraries&lt;/a&gt;.&lt;/p&gt;</description>
</item>
<item>
<title>Markdown Syntax Guide</title>
<link>http://example.org/posts/markdown-syntax/</link>
<pubDate>Sat, 11 Feb 2023 00:00:00 +0000</pubDate>
<guid>http://example.org/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>Rich Content</title>
<link>http://example.org/posts/rich-content/</link>
<pubDate>Thu, 09 Feb 2023 00:00:00 +0000</pubDate>
<guid>http://example.org/posts/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes&#34;&gt;Built-in Shortcodes&lt;/a&gt; for rich content, along with a &lt;a href=&#34;https://gohugo.io/about/hugo-and-gdpr/&#34;&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>Placeholder Text</title>
<link>http://example.org/posts/placeholder-text/</link>
<pubDate>Tue, 07 Feb 2023 00:00:00 +0000</pubDate>
<guid>http://example.org/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;</description>
</item>
<item>
<title>Emoji Support</title>
<link>http://example.org/posts/emoji-support/</link>
<pubDate>Wed, 01 Feb 2023 00:00:00 +0000</pubDate>
<guid>http://example.org/posts/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item>
</channel>
</rss>