File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -142,15 +142,28 @@ plugins:
142
142
143
143
# Allows formatting (code block, icons, etc.) in headings and titles
144
144
- typeset
145
-
146
- # Enables use of Git submodules and larger code base
147
- - monorepo
148
145
149
146
# Redirects page navigation
150
147
- redirects :
151
148
redirect_maps :
152
149
' index.md ' : ' introduction.md'
153
150
151
+ # Add revision date
152
+ - git-revision-date-localized :
153
+ enable_creation_date : true
154
+ type : timeago
155
+
156
+ # Add git committers at the bottom of the page
157
+ - git-committers :
158
+ repository : sparkfun/SparkFun_Thing_Plus_RA6M5
159
+ branch : main
160
+
161
+ # Add git authors at the bottom of the page
162
+ - git-authors
163
+
164
+ # Enables use of Git submodules and larger code base
165
+ - monorepo
166
+
154
167
# Enables improved security for external links
155
168
- privacy :
156
169
# Disables cache mechanism, so that external assets can be updated during rebuilds
@@ -169,19 +182,6 @@ plugins:
169
182
target : _blank
170
183
links_noopener : true
171
184
172
- # Add revision date
173
- - git-revision-date-localized :
174
- enable_creation_date : true
175
- type : timeago
176
-
177
- # Add git committers at the bottom of the page
178
- - git-committers :
179
- repository : sparkfun/SparkFun_Thing_Plus_RA6M5
180
- branch : main
181
-
182
- # Add git authors at the bottom of the page
183
- - git-authors
184
-
185
185
# Optimizes media files (*.png and *.jpg)
186
186
- optimize :
187
187
# Specify directory; otherwise, multiple instances are created (.cache/plugins and .cache/plugin)
You can’t perform that action at this time.
0 commit comments