Skip to content

Commit 9d0e9cd

Browse files
committed
added permalinks to hugo yaml
1 parent a998dbe commit 9d0e9cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hugo.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ outputs:
1414

1515
enableRobotsTXT: true
1616

17+
18+
permalinks:
19+
blogs: /blogs/:slug/
20+
1721
#services:
1822
#googleAnalytics:
1923
#id: G-MEASUREMENT_ID
@@ -402,7 +406,7 @@ params:
402406

403407
# Single pages like blog and post
404408
singlePages:
405-
socialShare: true
409+
socialShare: false
406410
readTime:
407411
enable: true
408412
content: "min read"

0 commit comments

Comments
 (0)