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
1818```
1919##
2020### Jekyll and CMS
21+ To use npm enviroment
22+ ```
23+ nvm use
24+ ```
25+
2126To install dependencies:
2227```
2328bundle install
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ export default defineConfig({
3131 label : "Noticias" ,
3232 name : "posts" ,
3333 path : "_posts" ,
34+ defaultItem : ( ) => {
35+ return {
36+ layout : 'post' ,
37+ } ;
38+ } ,
3439 match : {
3540 include : "*" ,
3641 } ,
@@ -191,4 +196,12 @@ export default defineConfig({
191196 } ,
192197 ] ,
193198 } ,
199+ search : {
200+ tina : {
201+ indexerToken : process . env . TINA_SEARCH_TOKEN ,
202+ stopwordLanguages : [ 'spa' ] ,
203+ } ,
204+ indexBatchSize : 100 ,
205+ maxSearchIndexFieldLength : 100 ,
206+ } ,
194207} ) ;
You can’t perform that action at this time.
0 commit comments