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
|
title: PaperMod
|
||||||
paginate: 5
|
paginate: 8
|
||||||
theme: hugo-PaperMod
|
theme: hugo-PaperMod
|
||||||
enableInlineShortcodes: true
|
enableInlineShortcodes: true
|
||||||
|
|
||||||
params:
|
params:
|
||||||
env: production
|
env: production
|
||||||
description: 'Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod'
|
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
|
||||||
author: Theme PaperMod
|
author: Theme PaperMod
|
||||||
ShowReadingTime: true
|
ShowReadingTime: true
|
||||||
defaultTheme: auto
|
defaultTheme: auto
|
||||||
@ -14,7 +14,7 @@ params:
|
|||||||
profileMode:
|
profileMode:
|
||||||
enabled: false
|
enabled: false
|
||||||
title: PaperMod
|
title: PaperMod
|
||||||
imageUrl: '#'
|
imageUrl: "#"
|
||||||
imageTitle: my image
|
imageTitle: my image
|
||||||
buttons:
|
buttons:
|
||||||
- name: Archives
|
- name: Archives
|
||||||
@ -28,15 +28,15 @@ params:
|
|||||||
|
|
||||||
socialIcons:
|
socialIcons:
|
||||||
- name: twitter
|
- name: twitter
|
||||||
url: '#'
|
url: "#"
|
||||||
- name: stackoverflow
|
- name: stackoverflow
|
||||||
url: '#'
|
url: "#"
|
||||||
- name: codepen
|
- name: codepen
|
||||||
url: '#'
|
url: "#"
|
||||||
- name: linkedin
|
- name: linkedin
|
||||||
url: '#'
|
url: "#"
|
||||||
- name: github
|
- name: github
|
||||||
url: 'https://github.com/adityatelange/hugo-PaperMod'
|
url: "https://github.com/adityatelange/hugo-PaperMod"
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
|
Loading…
Reference in New Issue
Block a user