This commit is contained in:
adityatelange
2021-09-02 15:25:40 +00:00
parent abdd12694e
commit 5236a8597b
66 changed files with 134 additions and 134 deletions

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.b9ff4cc257e914dab489bd18086151800e18f91456a5174bf28489210227a659.css integrity="sha256-uf9MwlfpFNq0ib0YCGFRgA4Y+RRWpRdL8oSJIQInplk=" rel="preload stylesheet" as=style>
<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 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>
@ -16,7 +16,7 @@
<link rel=mask-icon href=https://adityatelange.github.io/hugo-PaperMod/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<meta name=generator content="Hugo 0.87.0">
<meta name=generator content="Hugo 0.88.0">
<link rel=alternate type=application/rss+xml href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/index.xml>
<link rel=alternate hreflang=en href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/>
<meta property="og:title" content="PaperMod">

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.b9ff4cc257e914dab489bd18086151800e18f91456a5174bf28489210227a659.css integrity="sha256-uf9MwlfpFNq0ib0YCGFRgA4Y+RRWpRdL8oSJIQInplk=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" 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>
@ -17,7 +17,7 @@
<link rel=mask-icon href=https://adityatelange.github.io/hugo-PaperMod/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<meta name=generator content="Hugo 0.87.0">
<meta name=generator content="Hugo 0.88.0">
<link rel=alternate hreflang=en href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-faq/>
<meta property="og:title" content="FAQs">
<meta property="og:description" content="Frequently Asked Questions">
@ -170,7 +170,7 @@ When Hugo builds your site, your copy of <code>list.html</code> will be used ins
<li>For adding custom css to be bundled inside one minimized css</li>
</ul>
<p>Create folder in yout project directory as</p>
<pre><code>.(site root)
<pre tabindex=0><code>.(site root)
├── config.yml
├── content/
├── theme/hugo-PaperMod/
@ -188,7 +188,7 @@ When Hugo builds your site, your copy of <code>list.html</code> will be used ins
<hr>
<h2 id=custom-head--footer>Custom Head / Footer<a hidden class=anchor aria-hidden=true href=#custom-head--footer>#</a></h2>
<p>Custom css/js can be added by way mentioned below.</p>
<pre><code>.(site root)
<pre tabindex=0><code>.(site root)
├── config.yml
├── content/
├── theme/hugo-PaperMod/
@ -258,7 +258,7 @@ and can be added accordingly.</p>
<li>
<p>Other way is to add favicon(s) NOT located in <code>/static</code> folder.</p>
<p>In site config add the following:</p>
<pre><code>params:
<pre tabindex=0><code>params:
assets:
favicon: &quot;&lt;link / absolute url&gt;&quot;
favicon16x16: &quot;&lt;link / absolute url&gt;&quot;
@ -269,7 +269,7 @@ assets:
<li><code>absolute url</code> means direct links to external resource: ex. <a href=https://web.site/someimage.png>https://web.site/someimage.png</a></li>
</ul>
<p>example:</p>
<pre><code>params:
<pre tabindex=0><code>params:
assets:
favicon: &quot;/favicon.ico&quot;
favicon16x16: &quot;/favicon-16x16.png&quot;

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.b9ff4cc257e914dab489bd18086151800e18f91456a5174bf28489210227a659.css integrity="sha256-uf9MwlfpFNq0ib0YCGFRgA4Y+RRWpRdL8oSJIQInplk=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" 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>
@ -17,7 +17,7 @@
<link rel=mask-icon href=https://adityatelange.github.io/hugo-PaperMod/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<meta name=generator content="Hugo 0.87.0">
<meta name=generator content="Hugo 0.88.0">
<link rel=alternate hreflang=en href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-features/>
<meta property="og:title" content="Features">
<meta property="og:description" content="Learn About All Features in PaperMod">

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.b9ff4cc257e914dab489bd18086151800e18f91456a5174bf28489210227a659.css integrity="sha256-uf9MwlfpFNq0ib0YCGFRgA4Y+RRWpRdL8oSJIQInplk=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" 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>
@ -17,7 +17,7 @@
<link rel=mask-icon href=https://adityatelange.github.io/hugo-PaperMod/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<meta name=generator content="Hugo 0.87.0">
<meta name=generator content="Hugo 0.88.0">
<link rel=alternate hreflang=en href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-icons/>
<meta property="og:title" content="Icons">
<meta property="og:description" content="List of all Icons supported by PaperMod">
@ -396,7 +396,7 @@ Icons<div class=entry-isdraft><sup>&nbsp;&nbsp;[draft]</sup></div>
</tbody>
</table>
<p>Usage :</p>
<pre><code>socialIcons:
<pre tabindex=0><code>socialIcons:
- name: &quot;kofi&quot;
url: &quot;https://kofi.com&quot;
- name: &quot;twitter&quot;

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.b9ff4cc257e914dab489bd18086151800e18f91456a5174bf28489210227a659.css integrity="sha256-uf9MwlfpFNq0ib0YCGFRgA4Y+RRWpRdL8oSJIQInplk=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" 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>
@ -17,7 +17,7 @@
<link rel=mask-icon href=https://adityatelange.github.io/hugo-PaperMod/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<meta name=generator content="Hugo 0.87.0">
<meta name=generator content="Hugo 0.88.0">
<link rel=alternate hreflang=en href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-installation/>
<meta property="og:title" content="Installation | Update">
<meta property="og:description" content="Read Install and Update instructions here">

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.b9ff4cc257e914dab489bd18086151800e18f91456a5174bf28489210227a659.css integrity="sha256-uf9MwlfpFNq0ib0YCGFRgA4Y+RRWpRdL8oSJIQInplk=" rel="preload stylesheet" as=style>
<link crossorigin=anonymous href=/hugo-PaperMod/assets/css/stylesheet.min.00d5d4fc479b1575183ee8d86b4fb372ba9d9b1904e96fa8e4c40ff7debe2b94.css integrity="sha256-ANXU/EebFXUYPujYa0+zcrqdmxkE6W+o5MQP996+K5Q=" 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>
@ -17,7 +17,7 @@
<link rel=mask-icon href=https://adityatelange.github.io/hugo-PaperMod/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<meta name=generator content="Hugo 0.87.0">
<meta name=generator content="Hugo 0.88.0">
<link rel=alternate hreflang=en href=https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-variables/>
<meta property="og:title" content="Variables | Front Matter">
<meta property="og:description" content="List of Front Matter variables used by PaperMod">