File tree Expand file tree Collapse file tree
themes/PaperMod/layouts/partials/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11baseURL : https://zhuzi.dev/
22title : " Blah Blah Booooom"
33theme : ["PaperMod"]
4- paginate : 10
4+ # https://gohugo.io/templates/pagination/
5+ pagination :
6+ pagerSize : 10
57timeout : " 90s"
68
79enableRobotsTXT : true
@@ -182,3 +184,6 @@ markup:
182184 # guessSyntax: true
183185 # lineNos: true
184186 # style: monokai
187+ goldmark :
188+ renderer :
189+ unsafe : true
Original file line number Diff line number Diff line change 5656 {{- if reflect.IsMap . }}
5757 {{- $facebookAdmin = .facebook_admin }}
5858 {{- end }}
59- {{- else }}
60- {{- with site.Social.facebook_admin }}
61- {{- $facebookAdmin = . }}
62- {{- warnf "The social key in site configuration is deprecated. Use params.social.facebook_admin instead." }}
63- {{- end }}
6459{{- end }}
6560
6661{{- /* Facebook Page Admin ID for Domain Insights */}}
Original file line number Diff line number Diff line change 3434 {{- if reflect.IsMap . }}
3535 {{- $twitterSite = .twitter }}
3636 {{- end }}
37- {{- else }}
38- {{- with site.Social.twitter }}
39- {{- $twitterSite = . }}
40- {{- warnf "The social key in site configuration is deprecated. Use params.social.twitter instead." }}
41- {{- end }}
4237{{- end }}
4338
4439{{- with $twitterSite }}
You can’t perform that action at this time.
0 commit comments