This commit is contained in:
adityatelange
2021-09-04 07:41:13 +00:00
parent db5f061cee
commit 1837dddbb1
66 changed files with 183 additions and 127 deletions

View File

@ -8,7 +8,7 @@
<meta name=description content="Guide to emoji usage in Hugo">
<meta name=author content="Hugo Authors">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/emoji-support/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>

View File

@ -8,7 +8,7 @@
<meta name=description content="Posts - PaperMod">
<meta name=author content="Theme PaperMod">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://adityatelange.github.io/hugo-PaperMod/favicon-32x32.png>
@ -84,7 +84,8 @@
</header>
<article class=post-entry>
<header class=entry-header>
<h2>Markdown Syntax Guide</h2>
<h2>Markdown Syntax Guide
</h2>
</header>
<section class=entry-content>
<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.
@ -95,7 +96,8 @@
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Rich Content</h2>
<h2>Rich Content
</h2>
</header>
<section class=entry-content>
<p>Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
@ -106,7 +108,8 @@
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Placeholder Text</h2>
<h2>Placeholder Text
</h2>
</header>
<section class=entry-content>
<p>Lorem est tota propiore conpellat pectoribus de pectora summo.
@ -116,7 +119,8 @@
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Math Typesetting</h2>
<h2>Math Typesetting
</h2>
</header>
<section class=entry-content>
<p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
@ -127,7 +131,8 @@
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Emoji Support</h2>
<h2>Emoji Support
</h2>
</header>
<section class=entry-content>
<p>Emoji can be enabled in a Hugo project in a number of ways.

View File

@ -8,7 +8,7 @@
<meta name=description content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name=author content="Hugo Authors">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/markdown-syntax/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>

View File

@ -8,7 +8,7 @@
<meta name=description content="A brief guide to setup KaTeX">
<meta name=author content="Hugo Authors">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/math-typesetting/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>

View File

@ -8,7 +8,7 @@
<meta name=description content="Posts - PaperMod">
<meta name=author content="Theme PaperMod">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://adityatelange.github.io/hugo-PaperMod/favicon-32x32.png>
@ -84,7 +84,8 @@
</header>
<article class=post-entry>
<header class=entry-header>
<h2>PaperMod</h2>
<h2>PaperMod
</h2>
</header>
<section class=entry-content>
<p>Contains posts related to PaperMod</p>

View File

@ -8,7 +8,7 @@
<meta name=description content="Contains posts related to PaperMod">
<meta name=author content="Theme PaperMod">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://adityatelange.github.io/hugo-PaperMod/favicon-32x32.png>
@ -85,7 +85,8 @@ Contains posts related to PaperMod
</header>
<article class=post-entry>
<header class=entry-header>
<h2>Installation | Update</h2>
<h2>Installation | Update
</h2>
</header>
<section class=entry-content>
<p>Read Install and Update instructions here</p>
@ -95,7 +96,8 @@ Contains posts related to PaperMod
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Features</h2>
<h2>Features
</h2>
</header>
<section class=entry-content>
<p>Learn About All Features in PaperMod</p>
@ -105,7 +107,8 @@ Contains posts related to PaperMod
</article>
<article class=post-entry>
<header class=entry-header>
<h2>FAQs<div class=entry-isdraft><sup>&nbsp;&nbsp;[draft]</sup></div></h2>
<h2>FAQs<sup><span class=entry-isdraft>&nbsp;&nbsp;[draft]</span></sup>
</h2>
</header>
<section class=entry-content>
<p>Frequently Asked Questions</p>
@ -115,7 +118,8 @@ Contains posts related to PaperMod
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Icons<div class=entry-isdraft><sup>&nbsp;&nbsp;[draft]</sup></div></h2>
<h2>Icons<sup><span class=entry-isdraft>&nbsp;&nbsp;[draft]</span></sup>
</h2>
</header>
<section class=entry-content>
<p>List of all Icons supported by PaperMod</p>
@ -125,7 +129,8 @@ Contains posts related to PaperMod
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Variables | Front Matter<div class=entry-isdraft><sup>&nbsp;&nbsp;[draft]</sup></div></h2>
<h2>Variables | Front Matter<sup><span class=entry-isdraft>&nbsp;&nbsp;[draft]</span></sup>
</h2>
</header>
<section class=entry-content>
<p>List of Front Matter variables used by PaperMod</p>

View File

@ -8,7 +8,7 @@
<meta name=description content="Frequently Asked Questions">
<meta name=author content="Aditya Telange">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-faq/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>
@ -84,7 +84,7 @@
<header class=post-header>
<div class=breadcrumbs><a href=https://adityatelange.github.io/hugo-PaperMod/>Home</a>&nbsp;»&nbsp;<a href=https://adityatelange.github.io/hugo-PaperMod/posts/>Posts</a>&nbsp;»&nbsp;<a href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/>PaperMod</a></div>
<h1 class=post-title>
FAQs<div class=entry-isdraft><sup>&nbsp;&nbsp;[draft]</sup></div>
FAQs<sup><span class=entry-isdraft>&nbsp;&nbsp;[draft]</span></sup>
</h1>
<div class=post-meta>January 20, 2021&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Aditya Telange&nbsp;|&nbsp;<a href=https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/content/posts/papermod/papermod-faq.md rel="noopener noreferrer" target=_blank>Suggest Changes</a>
</div>

View File

@ -8,7 +8,7 @@
<meta name=description content="Learn About All Features in PaperMod">
<meta name=author content="Aditya Telange">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-features/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>

View File

@ -8,7 +8,7 @@
<meta name=description content="List of all Icons supported by PaperMod">
<meta name=author content="Aditya Telange">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-icons/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>
@ -84,7 +84,7 @@
<header class=post-header>
<div class=breadcrumbs><a href=https://adityatelange.github.io/hugo-PaperMod/>Home</a>&nbsp;»&nbsp;<a href=https://adityatelange.github.io/hugo-PaperMod/posts/>Posts</a>&nbsp;»&nbsp;<a href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/>PaperMod</a></div>
<h1 class=post-title>
Icons<div class=entry-isdraft><sup>&nbsp;&nbsp;[draft]</sup></div>
Icons<sup><span class=entry-isdraft>&nbsp;&nbsp;[draft]</span></sup>
</h1>
<div class=post-meta>January 20, 2021&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Aditya Telange&nbsp;|&nbsp;<a href=https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/content/posts/papermod/papermod-icons.md rel="noopener noreferrer" target=_blank>Suggest Changes</a>
</div>

View File

@ -8,7 +8,7 @@
<meta name=description content="Read Install and Update instructions here">
<meta name=author content="Aditya Telange">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-installation/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>

View File

@ -8,7 +8,7 @@
<meta name=description content="List of Front Matter variables used by PaperMod">
<meta name=author content="Aditya Telange">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-variables/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>
@ -84,7 +84,7 @@
<header class=post-header>
<div class=breadcrumbs><a href=https://adityatelange.github.io/hugo-PaperMod/>Home</a>&nbsp;»&nbsp;<a href=https://adityatelange.github.io/hugo-PaperMod/posts/>Posts</a>&nbsp;»&nbsp;<a href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/>PaperMod</a></div>
<h1 class=post-title>
Variables | Front Matter<div class=entry-isdraft><sup>&nbsp;&nbsp;[draft]</sup></div>
Variables | Front Matter<sup><span class=entry-isdraft>&nbsp;&nbsp;[draft]</span></sup>
</h1>
<div class=post-meta>January 20, 2021&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Aditya Telange&nbsp;|&nbsp;<a href=https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/content/posts/papermod/papermod-variables.md rel="noopener noreferrer" target=_blank>Suggest Changes</a>
</div>

View File

@ -8,7 +8,7 @@
<meta name=description content="Lorem Ipsum Dolor Si Amet">
<meta name=author content="Hugo Authors">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/placeholder-text/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>

View File

@ -8,7 +8,7 @@
<meta name=description content="A brief description of Hugo Shortcodes">
<meta name=author content="Hugo Authors">
<link rel=canonical href=https://adityatelange.github.io/hugo-PaperMod/posts/rich-content/>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://adityatelange.github.io/hugo-PaperMod/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png>