File tree 5 files changed +8
-7
lines changed
5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ bundle --version
6
6
bundle exec jekyll build
7
7
8
8
# create search index under _site/pagefind
9
- ./pagefind --verbose --site _site
9
+ ./pagefind --verbose --site _site --output-subdir pagefindindex
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ exclude:
62
62
- ' .gitignore'
63
63
- ' .github'
64
64
- ' .project'
65
- - ' run .sh'
65
+ - ' * .sh'
66
66
- ' /vendor'
67
- - ' /pagefind'
67
+ - ' pagefind'
68
+
68
69
Original file line number Diff line number Diff line change 7
7
8
8
< div class ="row main-container ">
9
9
10
- < link href ="/pagefind /pagefind-ui.css " rel ="stylesheet ">
11
- < script src ="/pagefind /pagefind-ui.js "> </ script >
10
+ < link href ="/pagefindindex /pagefind-ui.css " rel ="stylesheet ">
11
+ < script src ="/pagefindindex /pagefind-ui.js "> </ script >
12
12
< div id ="search "> </ div >
13
13
< script >
14
14
window . addEventListener ( 'DOMContentLoaded' , ( event ) => {
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ bundle exec jekyll build
12
12
curl -L https://github.com/CloudCannon/pagefind/releases/download/v1.3.0/pagefind-v1.3.0-x86_64-unknown-linux-musl.tar.gz -o pagefind.tar.gz
13
13
tar xzf pagefind.tar.gz
14
14
chmod +x pagefind
15
- ./pagefind --site _site --serve
15
+ ./pagefind --site _site --serve --output-subdir pagefindindex
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ bundle exec jekyll build
12
12
curl -L https://github.com/CloudCannon/pagefind/releases/download/v1.3.0/pagefind-v1.3.0-aarch64-apple-darwin.tar.gz -o pagefind.tar.gz
13
13
tar xzf pagefind.tar.gz
14
14
chmod +x pagefind
15
- ./pagefind --site _site --serve
15
+ ./pagefind --site _site --serve --output-subdir pagefindindex
You can’t perform that action at this time.
0 commit comments