mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
deploy: 9a25e81bb1
This commit is contained in:
parent
ae795db128
commit
23ea470c9f
BIN
posts/papermod/papermod-features/images/homeinfo.jpg
Normal file
BIN
posts/papermod/papermod-features/images/homeinfo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
BIN
posts/papermod/papermod-features/images/profile.jpg
Normal file
BIN
posts/papermod/papermod-features/images/profile.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
BIN
posts/papermod/papermod-features/images/regular.jpg
Normal file
BIN
posts/papermod/papermod-features/images/regular.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
@ -11,7 +11,7 @@
|
||||
<span style=color:#f92672>summary</span>: <span style=color:#e6db74>"archive"</span>
|
||||
---
|
||||
|
||||
</code></pre></div><p><strong>Note:</strong> Archives Layout does not support Multilingual Month Translations.</p><p>ex: <a href=https://raw.githubusercontent.com/adityatelange/hugo-PaperMod/exampleSite/content/archives.md>archives.md</a></p><hr><h3 id=regular-mode-default-mode>Regular Mode (default-mode)<a hidden class=anchor aria-hidden=true href=#regular-mode-default-mode>#</a></h3><p><img src=images/regular.webp alt=regular></p><hr><h3 id=home-info-mode>Home-Info Mode<a hidden class=anchor aria-hidden=true href=#home-info-mode>#</a></h3><p><img src=images/homeinfo.webp alt=homeinfo></p><p>Use 1st entry as some Information</p><p>add following to config file</p><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-yml data-lang=yml><span style=color:#f92672>params</span>:
|
||||
</code></pre></div><p><strong>Note:</strong> Archives Layout does not support Multilingual Month Translations.</p><p>ex: <a href=https://raw.githubusercontent.com/adityatelange/hugo-PaperMod/exampleSite/content/archives.md>archives.md</a></p><hr><h3 id=regular-mode-default-mode>Regular Mode (default-mode)<a hidden class=anchor aria-hidden=true href=#regular-mode-default-mode>#</a></h3><p><img src=images/regular.jpg alt=regular></p><hr><h3 id=home-info-mode>Home-Info Mode<a hidden class=anchor aria-hidden=true href=#home-info-mode>#</a></h3><p><img src=images/homeinfo.jpg alt=homeinfo></p><p>Use 1st entry as some Information</p><p>add following to config file</p><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-yml data-lang=yml><span style=color:#f92672>params</span>:
|
||||
<span style=color:#f92672>homeInfoParams</span>:
|
||||
<span style=color:#f92672>Title</span>: <span style=color:#ae81ff>Hi there wave</span>
|
||||
<span style=color:#f92672>Content</span>: <span style=color:#ae81ff>Can be Info, links, about...</span>
|
||||
@ -21,7 +21,7 @@
|
||||
<span style=color:#f92672>url</span>: <span style=color:#e6db74>"<link>"</span>
|
||||
- <span style=color:#f92672>name</span>: <span style=color:#e6db74>"<platform 2>"</span>
|
||||
<span style=color:#f92672>url</span>: <span style=color:#e6db74>"<link2>"</span>
|
||||
</code></pre></div><p>ex. <a href=https://github.com/adityatelange/hugo-PaperMod/blob/exampleSite/config.yml#L106>config.yml#L106</a></p><hr><h3 id=profile-mode>Profile Mode<a hidden class=anchor aria-hidden=true href=#profile-mode>#</a></h3><p><img src=images/profile.webp alt=profile></p><p>Shows Index/Home page as Full Page with Social Links and Image</p><p>add following to config file</p><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-yml data-lang=yml><span style=color:#f92672>params</span>:
|
||||
</code></pre></div><p>ex. <a href=https://github.com/adityatelange/hugo-PaperMod/blob/exampleSite/config.yml#L106>config.yml#L106</a></p><hr><h3 id=profile-mode>Profile Mode<a hidden class=anchor aria-hidden=true href=#profile-mode>#</a></h3><p><img src=images/profile.jpg alt=profile></p><p>Shows Index/Home page as Full Page with Social Links and Image</p><p>add following to config file</p><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-yml data-lang=yml><span style=color:#f92672>params</span>:
|
||||
<span style=color:#f92672>profileMode</span>:
|
||||
<span style=color:#f92672>enabled</span>: <span style=color:#66d9ef>true</span>
|
||||
<span style=color:#f92672>title</span>: <span style=color:#e6db74>"<Title>"</span> <span style=color:#75715e># optional default will be site title</span>
|
||||
|
Loading…
Reference in New Issue
Block a user