We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2a340 commit 29a32e3Copy full SHA for 29a32e3
config.yaml
@@ -7,7 +7,8 @@ title: Cláudio Silva's Blog
7
8
theme: "hugo-tranquilpeak-theme"
9
10
-paginate: 5
+pagination:
11
+ pagerSize: 5
12
13
permalinks:
14
post: /:year/:month/:day/:title/
@@ -21,15 +22,15 @@ markup:
21
22
ordered: false
23
startLevel: 2
24
-author:
25
- name: Cláudio Silva
26
- bio: >-
27
- Data Platform Architect and PowerShell lover.
28
- job: Data Platform Architect
29
- location: Portugal
30
- picture: "/img/avatar.jpg"
31
- twitter: "claudioessilva"
32
-
+site:
+ author:
+ name: Cláudio Silva
+ bio: >-
+ Data Platform Architect and PowerShell lover.
+ job: Data Platform Architect
+ location: Portugal
+ picture: "/img/avatar.jpg"
33
+ twitter: "claudioessilva"
34
35
menu:
36
main:
0 commit comments