FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bndtools.github.io/run-pagefind-linux.sh at master · bndtools/bndtools.github.io · GitHub
bndtools
/
bndtools.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
5
Code
Issues
1
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
bndtools.github.io
/
run-pagefind-linux.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
15 lines (13 loc) · 501 Bytes
Breadcrumbs
bndtools.github.io
/
run-pagefind-linux.sh
Copy path
File metadata and controls
executable file
·
15 lines (13 loc) · 501 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!
/bin/bash
set
-ev
#
Build into _site folder
export
BUNDLE_GEMFILE=
$PWD
/Gemfile
bundle install --jobs=3 --retry=3 --path=vendor
bundle
exec
jekyll clean
bundle
exec
jekyll build
#
Run and serve the _site folder with search working
#
install Linux x86_64
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
tar xzf pagefind.tar.gz
chmod +x pagefind
./pagefind --site _site --serve --output-subdir pagefindindex
Back
|
FazBrowse Home
|
New Git URL