mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	add few config vars
This commit is contained in:
		@@ -36,6 +36,7 @@ languages:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    fr:
 | 
					    fr:
 | 
				
			||||||
        languageName: ":fr:"
 | 
					        languageName: ":fr:"
 | 
				
			||||||
 | 
					        languageAltTitle: French
 | 
				
			||||||
        weight: 2
 | 
					        weight: 2
 | 
				
			||||||
        title: PaperModL2
 | 
					        title: PaperModL2
 | 
				
			||||||
        profileMode:
 | 
					        profileMode:
 | 
				
			||||||
@@ -105,6 +106,7 @@ params:
 | 
				
			|||||||
    displayFullLangName: true
 | 
					    displayFullLangName: true
 | 
				
			||||||
    ShowPostNavLinks: true
 | 
					    ShowPostNavLinks: true
 | 
				
			||||||
    ShowBreadCrumbs: true
 | 
					    ShowBreadCrumbs: true
 | 
				
			||||||
 | 
					    ShowCodeCopyButtons: true
 | 
				
			||||||
    ShowToc: true
 | 
					    ShowToc: true
 | 
				
			||||||
    # comments: false
 | 
					    # comments: false
 | 
				
			||||||
    images: ["papermod-cover.png"]
 | 
					    images: ["papermod-cover.png"]
 | 
				
			||||||
@@ -141,6 +143,11 @@ params:
 | 
				
			|||||||
        - name: RsS
 | 
					        - name: RsS
 | 
				
			||||||
          url: "index.xml"
 | 
					          url: "index.xml"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    editPost:
 | 
				
			||||||
 | 
					        URL: "https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/content"
 | 
				
			||||||
 | 
					        Text: "Suggest Changes" # edit text
 | 
				
			||||||
 | 
					        appendFilePath: true # to append file path to Edit link
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # label:
 | 
					    # label:
 | 
				
			||||||
    #     text: "Home"
 | 
					    #     text: "Home"
 | 
				
			||||||
    #     icon: icon.png
 | 
					    #     icon: icon.png
 | 
				
			||||||
@@ -177,7 +184,7 @@ taxonomies:
 | 
				
			|||||||
    series: series
 | 
					    series: series
 | 
				
			||||||
 | 
					
 | 
				
			||||||
markup:
 | 
					markup:
 | 
				
			||||||
     goldmark:
 | 
					    goldmark:
 | 
				
			||||||
        renderer:
 | 
					        renderer:
 | 
				
			||||||
            unsafe: true
 | 
					            unsafe: true
 | 
				
			||||||
#     highlight:
 | 
					#     highlight:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user