hugo-theme-wondermod/index.xml
2020-10-26 18:08:15 +00:00

121 lines
7.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>PaperMod</title>
<link>https://adityatelange.github.io/hugo-PaperMod/</link>
<description>Recent content on PaperMod</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Thu, 24 Sep 2020 11:33:33 +0530</lastBuildDate><atom:link href="https://adityatelange.github.io/hugo-PaperMod/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Papermod - Installation</title>
<link>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-installation/</link>
<pubDate>Tue, 15 Sep 2020 11:30:03 +0530</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-installation/</guid>
<description>Guide Follow this guide to setup hugo and create a new site. Make sure you install latest version of hugo(&amp;gt;=0.74.0).
After you have created a new site, at Step 3 follow the steps:
Inside the folder of your Hugo site, run:
git clone https://github.com/adityatelange/hugo-PaperMod themes/hugo-PaperMod --depth=1 Updating theme :
cd themes/hugo-PaperMod git pull or you can use as submodule with
git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/hugo-PaperMod git submodule update --init --recursive Updating theme with submodule :</description>
</item>
<item>
<title>Papermod - Features</title>
<link>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-features/</link>
<pubDate>Wed, 16 Sep 2020 11:30:03 +0530</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-features/</guid>
<description>Assets (js/css) The following is enabled by default
minification - makes the assets size smallest as possible. bundling - bundles all the styles in one single asset fingerprint/intergity check. Default Theme light/dark/auto params: # defaultTheme: light # defaultTheme: dark defaultTheme: auto # to switch between dark or light according to browser theme Theme Switch Toggle (enabled by default) Shows icon besides title of page to change theme</description>
</item>
<item>
<title>Markdown Syntax Guide</title>
<link>https://adityatelange.github.io/hugo-PaperMod/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/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>Papermod - Icons</title>
<link>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-icons/</link>
<pubDate>Thu, 17 Sep 2020 11:30:03 +0530</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-icons/</guid>
<description>Social Icons Usage :
socialIcons: # optional - name: &amp;quot;&amp;lt;NAME&amp;gt;&amp;quot; url: &amp;quot;&amp;lt;link&amp;gt;&amp;quot; - name: &amp;quot;&amp;lt;NAME&amp;gt;&amp;quot; url: &amp;quot;&amp;lt;link2&amp;gt;&amp;quot; No. name platform link 1 123rf 123rf.com 2 adobestock stock.adobe.com 3 behance behance.net 4 codepen codepen.io 5 cryptohack cryptohack.org 6 dev dev.to 7 discogs discogs.com 8 dreamstime dreamstime.com 9 dribbble dribbble.</description>
</item>
<item>
<title>Papermod - Variables</title>
<link>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-variables/</link>
<pubDate>Thu, 24 Sep 2020 11:33:33 +0530</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-variables/</guid>
<description>Variables in PaperMod Below are variables used with this theme&amp;hellip;
Site Variables name type example ShowReadingTime boolean true | false defaultTheme string light | dark | auto ShowShareButtons boolean true | false cover.linkFullImages boolean true | false cover.responsiveImages boolean true | false Page Variables name type example showtoc boolean true | false tocopen boolean true | false hidemeta boolean true | false cover.</description>
</item>
<item>
<title>Papermod - How To&#39;s Guide</title>
<link>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-how-to/</link>
<pubDate>Fri, 18 Sep 2020 11:30:03 +0530</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-how-to/</guid>
<description>Intro We&amp;rsquo;ll be using yml/yaml format for all examples down below, I recommend using yml over toml as it is easier to read.
Override theme template By Hugo&amp;rsquo;s Lookup Order, you can override any part of a theme that you want. The following is a quick example.
Let&amp;rsquo;s say you wish the list was different. All you have to do is copy the list template:
your-site/themes/papermod/layouts/_defaults/list.html And paste it under your own layouts folder:</description>
</item>
<item>
<title>Rich Content</title>
<link>https://adityatelange.github.io/hugo-PaperMod/posts/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/posts/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugo-s-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>https://adityatelange.github.io/hugo-PaperMod/posts/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;</description>
</item>
<item>
<title>Math Typesetting</title>
<link>https://adityatelange.github.io/hugo-PaperMod/posts/math-typesetting/</link>
<pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/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;</description>
</item>
<item>
<title>Emoji Support</title>
<link>https://adityatelange.github.io/hugo-PaperMod/posts/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/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>
<item>
<title>Archive</title>
<link>https://adityatelange.github.io/hugo-PaperMod/archives/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://adityatelange.github.io/hugo-PaperMod/archives/</guid>
<description>archives</description>
</item>
</channel>
</rss>