mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 02:12:49 +01:00 
			
		
		
		
	update :P
This commit is contained in:
		@@ -43,7 +43,7 @@ params:
 | 
				
			|||||||
    - name: linkedin
 | 
					    - name: linkedin
 | 
				
			||||||
      url: '#'
 | 
					      url: '#'
 | 
				
			||||||
    - name: github
 | 
					    - name: github
 | 
				
			||||||
      url: '#'
 | 
					      url: 'https://github.com/adityatelange/hugo-PaperMod'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
markup:
 | 
					markup:
 | 
				
			||||||
  tableOfContents:
 | 
					  tableOfContents:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,6 +17,7 @@ series = ["Themes Guide"]
 | 
				
			|||||||
aliases = ["migrate-from-jekyl"]
 | 
					aliases = ["migrate-from-jekyl"]
 | 
				
			||||||
ShowToc = true
 | 
					ShowToc = true
 | 
				
			||||||
TocOpen = true
 | 
					TocOpen = true
 | 
				
			||||||
 | 
					weight = 2
 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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.
 | 
					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.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,13 +2,11 @@
 | 
				
			|||||||
title: "Papermod - Features"
 | 
					title: "Papermod - Features"
 | 
				
			||||||
date: 2020-09-16T11:30:03+05:30
 | 
					date: 2020-09-16T11:30:03+05:30
 | 
				
			||||||
showToc: true
 | 
					showToc: true
 | 
				
			||||||
TocOpen: true
 | 
					 | 
				
			||||||
weight: 2
 | 
					weight: 2
 | 
				
			||||||
aliases: ['/papermod-features']
 | 
					aliases: ['/papermod-features']
 | 
				
			||||||
tags: ['PaperMod']
 | 
					tags: ['PaperMod']
 | 
				
			||||||
author: "Aditya Telange"
 | 
					author: "Aditya Telange"
 | 
				
			||||||
ShowToc: true
 | 
					tocopen: true
 | 
				
			||||||
TocOpen: true
 | 
					 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Assets (js/css)
 | 
					## Assets (js/css)
 | 
				
			||||||
@@ -121,13 +119,18 @@ adds `[draft]` mark to indicate draft pages.
 | 
				
			|||||||
In post's page-variables add :
 | 
					In post's page-variables add :
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yml
 | 
					```yml
 | 
				
			||||||
cover = "<absolute image url>" # can also paste direct link from external site ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png
 | 
					cover = "<absolute image url>"
 | 
				
			||||||
 | 
					# can also paste direct link from external site
 | 
				
			||||||
 | 
					# ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Scroll-to-Top Button
 | 
					---
 | 
				
			||||||
    Displays a Scroll-to-Top button in right-bottom corner
 | 
					
 | 
				
			||||||
 | 
					## Scroll-to-Top Button (by default)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Displays a Scroll-to-Top button in right-bottom corner
 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -157,7 +160,7 @@ Params:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Show Table of Contents on blog post
 | 
					## Show Table of Contents (Toc) on blog post
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Displays ToC on blog-pages
 | 
					Displays ToC on blog-pages
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -166,7 +169,7 @@ To show ToC add following to page-variables
 | 
				
			|||||||
ShowToc: true
 | 
					ShowToc: true
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To keep Toc Open by default on a post add following to page-variables:
 | 
					To keep Toc Open **by default** on a post add following to page-variables:
 | 
				
			||||||
```yml
 | 
					```yml
 | 
				
			||||||
TocOpen: true
 | 
					TocOpen: true
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -182,17 +185,18 @@ to add comments, create a html file
 | 
				
			|||||||
and paste code provided by your comments provider
 | 
					and paste code provided by your comments provider
 | 
				
			||||||
 | 
					
 | 
				
			||||||
also in config add this
 | 
					also in config add this
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yml
 | 
					```yml
 | 
				
			||||||
params:
 | 
					params:
 | 
				
			||||||
    comments: true
 | 
					    comments: true
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
more : read [this](https://gohugo.io/content-management/comments/)
 | 
					read more about this [here](https://gohugo.io/content-management/comments/)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Scroll-Bar themed
 | 
					## Scroll-Bar themed (by default)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Smooth Scroll between in-page links
 | 
					## Smooth Scroll between in-page links (by default)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,8 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
title: "Papermod - Icons"
 | 
					title: "Papermod - Icons"
 | 
				
			||||||
date: 2020-09-17T11:30:03+05:30
 | 
					date: 2020-09-17T11:30:03+05:30
 | 
				
			||||||
showToc: true
 | 
					showtoc: true
 | 
				
			||||||
TocOpen: true
 | 
					tocopen: true
 | 
				
			||||||
weight: 3
 | 
					weight: 3
 | 
				
			||||||
aliases: ['/papermod-icons']
 | 
					aliases: ['/papermod-icons']
 | 
				
			||||||
tags: ['PaperMod']
 | 
					tags: ['PaperMod']
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										27
									
								
								content/posts/papermod/papermod-variables.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								content/posts/papermod/papermod-variables.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Papermod - Variables"
 | 
				
			||||||
 | 
					date: 2020-09-24T11:33:33+05:30
 | 
				
			||||||
 | 
					showToc: true
 | 
				
			||||||
 | 
					TocOpen: true
 | 
				
			||||||
 | 
					tags: ['PaperMod']
 | 
				
			||||||
 | 
					author: "Aditya Telange"
 | 
				
			||||||
 | 
					draft: true
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Variables in PaperMod
 | 
				
			||||||
 | 
					Below are variables used with this theme...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Site Variables
 | 
				
			||||||
 | 
					| name | type | example |
 | 
				
			||||||
 | 
					| - | - | - |
 | 
				
			||||||
 | 
					| ShowReadingTime | boolean | true \| false |
 | 
				
			||||||
 | 
					| defaultTheme | string | light \| dark \| auto |
 | 
				
			||||||
 | 
					| ShowShareButtons | boolean | true \| false |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Page Variables
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					| name | type | example |
 | 
				
			||||||
 | 
					| - | - | - |
 | 
				
			||||||
 | 
					| showtoc | boolean | true \| false |
 | 
				
			||||||
 | 
					| tocopen | boolean | true \| false |
 | 
				
			||||||
 | 
					| hidemeta | boolean | true \| false |
 | 
				
			||||||
		Reference in New Issue
	
	Block a user