File tree 4 files changed +14
-7
lines changed
4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 81
81
- [ Rabin Adhikari] ( https://github.com/rabinadk1/ )
82
82
- [ Hussaini Zulkifli] ( https://github.com/hussaini/ )
83
83
- [ Ellison Leão] ( https://github.com/ellisonleao )
84
+ - [ Lucas de Oliveira] ( https://github.com/lucas-dOliveira )
Original file line number Diff line number Diff line change @@ -52,10 +52,13 @@ disqusShortname = "yourdiscussshortname"
52
52
enableTwemoji = true
53
53
54
54
# Custom CSS
55
- custom_css = []
55
+ customCSS = []
56
+
57
+ # Custom SCSS
58
+ customSCSS = []
56
59
57
60
# Custom JS
58
- custom_js = []
61
+ customJS = []
59
62
60
63
# If you want to use fathom(https://usefathom.com) for analytics, add this section
61
64
[params .fathomAnalytics ]
@@ -141,6 +144,7 @@ disqusShortname = "yourdiscussshortname"
141
144
142
145
[languages .pt-br ]
143
146
languagename = " Português"
147
+ languageinitials = " BR"
144
148
title = " João Ninguém"
145
149
146
150
[languages .pt-br .params ]
Original file line number Diff line number Diff line change 57
57
{{ end }}
58
58
{{ end }}
59
59
60
- {{ range .Site.Params.custom_css }}
60
+ {{ range .Site.Params.customCSS }}
61
61
< link rel ="stylesheet " href ="{{ . | relURL }} " />
62
62
{{ end }}
63
63
64
- {{ range .Site.Params.custom_scss }}
64
+ {{ range .Site.Params.customSCSS }}
65
65
{{/* We don't change the targetPath to because it's transparent to users */}}
66
66
{{ if $.Site.IsServer }}
67
67
{{ $cssOpts := (dict "enableSourceMap" true ) }}
117
117
< script src ="{{ $script.RelPermalink }} "> </ script >
118
118
{{ end }}
119
119
120
- {{ range .Site.Params.custom_js }}
120
+ {{ range .Site.Params.customJS }}
121
121
< script src ="{{ . | relURL }} "> </ script >
122
122
{{ end }}
123
123
Original file line number Diff line number Diff line change @@ -79,9 +79,11 @@ models:
79
79
- type : number
80
80
name : maxSeeAlsoItems
81
81
- type : list
82
- name : custom_css
82
+ name : customCSS
83
83
- type : list
84
- name : custom_js
84
+ name : customSCSS
85
+ - type : list
86
+ name : customJS
85
87
- type : list
86
88
name : social
87
89
label : Social Media Icons
You can’t perform that action at this time.
0 commit comments