mirror of
https://github.com/ducky-labs/blog.git
synced 2026-02-04 15:21:00 +00:00
Init commit
This commit is contained in:
79
public/index.xml
Normal file
79
public/index.xml
Normal file
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Home on DuckyLabs Blog</title>
|
||||
<link>http://example.org/</link>
|
||||
<description>Recent content in Home 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/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>
|
||||
|
||||
<item>
|
||||
<title>About</title>
|
||||
<link>http://example.org/pages/about/</link>
|
||||
<pubDate>Thu, 28 Feb 2019 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>http://example.org/pages/about/</guid>
|
||||
<description>About Me (Ducky) Hey there! Welcome to the DuckyLabs blog, where I dive into the fascinating world of development, tech, and all things nerdy. I&rsquo;m Ducky, a self-taught developer who has been tinkering with code for over five years. Yes, you read that right—this tech journey has been driven solely by my own curiosity and free will.
|
||||
A Passion for Tech Since childhood, I&rsquo;ve had an unwavering passion for all things tech.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
Reference in New Issue
Block a user