mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
paginate at 8
lint
This commit is contained in:
parent
57b5b5088d
commit
89ae3c7a13
18
config.yml
18
config.yml
@ -1,12 +1,12 @@
|
||||
baseURL: 'https://adityatelange.github.io/hugo-PaperMod/'
|
||||
baseURL: "https://adityatelange.github.io/hugo-PaperMod/"
|
||||
title: PaperMod
|
||||
paginate: 5
|
||||
paginate: 8
|
||||
theme: hugo-PaperMod
|
||||
enableInlineShortcodes: true
|
||||
|
||||
params:
|
||||
env: production
|
||||
description: 'Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod'
|
||||
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
|
||||
author: Theme PaperMod
|
||||
ShowReadingTime: true
|
||||
defaultTheme: auto
|
||||
@ -14,7 +14,7 @@ params:
|
||||
profileMode:
|
||||
enabled: false
|
||||
title: PaperMod
|
||||
imageUrl: '#'
|
||||
imageUrl: "#"
|
||||
imageTitle: my image
|
||||
buttons:
|
||||
- name: Archives
|
||||
@ -28,15 +28,15 @@ params:
|
||||
|
||||
socialIcons:
|
||||
- name: twitter
|
||||
url: '#'
|
||||
url: "#"
|
||||
- name: stackoverflow
|
||||
url: '#'
|
||||
url: "#"
|
||||
- name: codepen
|
||||
url: '#'
|
||||
url: "#"
|
||||
- name: linkedin
|
||||
url: '#'
|
||||
url: "#"
|
||||
- name: github
|
||||
url: 'https://github.com/adityatelange/hugo-PaperMod'
|
||||
url: "https://github.com/adityatelange/hugo-PaperMod"
|
||||
|
||||
menu:
|
||||
main:
|
||||
|
Loading…
Reference in New Issue
Block a user