File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ bundle exec jekyll serve
18
18
```
19
19
##
20
20
### Jekyll and CMS
21
+ To use npm enviroment
22
+ ```
23
+ nvm use
24
+ ```
25
+
21
26
To install dependencies:
22
27
```
23
28
bundle install
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ export default defineConfig({
31
31
label : "Noticias" ,
32
32
name : "posts" ,
33
33
path : "_posts" ,
34
+ defaultItem : ( ) => {
35
+ return {
36
+ layout : 'post' ,
37
+ } ;
38
+ } ,
34
39
match : {
35
40
include : "*" ,
36
41
} ,
@@ -191,4 +196,12 @@ export default defineConfig({
191
196
} ,
192
197
] ,
193
198
} ,
199
+ search : {
200
+ tina : {
201
+ indexerToken : process . env . TINA_SEARCH_TOKEN ,
202
+ stopwordLanguages : [ 'spa' ] ,
203
+ } ,
204
+ indexBatchSize : 100 ,
205
+ maxSearchIndexFieldLength : 100 ,
206
+ } ,
194
207
} ) ;
You can’t perform that action at this time.
0 commit comments