mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-09-06 03:53:00 +02:00
deploy: 5bc9c5a73b
This commit is contained in:
@ -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: "<link / absolute url>"
|
||||
favicon16x16: "<link / absolute url>"
|
||||
@ -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: "/favicon.ico"
|
||||
favicon16x16: "/favicon-16x16.png"
|
||||
|
Reference in New Issue
Block a user