Skip to content

Commit 29a32e3

Browse files
fixing deprecated stuff
1 parent fd2a340 commit 29a32e3

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

config.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ title: Cláudio Silva's Blog
77

88
theme: "hugo-tranquilpeak-theme"
99

10-
paginate: 5
10+
pagination:
11+
pagerSize: 5
1112

1213
permalinks:
1314
post: /:year/:month/:day/:title/
@@ -21,15 +22,15 @@ markup:
2122
ordered: false
2223
startLevel: 2
2324

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-
25+
site:
26+
author:
27+
name: Cláudio Silva
28+
bio: >-
29+
Data Platform Architect and PowerShell lover.
30+
job: Data Platform Architect
31+
location: Portugal
32+
picture: "/img/avatar.jpg"
33+
twitter: "claudioessilva"
3334

3435
menu:
3536
main:

0 commit comments

Comments
 (0)