mirror of
https://github.com/ducky-labs/blog.git
synced 2026-02-04 07:11:00 +00:00
70 lines
3.5 KiB
XML
70 lines
3.5 KiB
XML
<?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><p>Mathematical notation in a Hugo project can be enabled by using
|
|
<a href="https://github.com/hugo-sid/hugo-blog-awesome/blob/main/layouts/partials/helpers/katex.html">third party JavaScript libraries</a>.</p></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><p>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.</p></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><p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes">Built-in Shortcodes</a> for rich content, along with a <a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p></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><p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p></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><p>Emoji can be enabled in a Hugo project in a number of ways.</p></description>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss>
|