You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Remove the current pagefind folder (output of the pagefind command). This is necessary to have `git` track the deletions of old commits for this folder.
rm -rf ./pagefind
# Run the pagefind command
pagefind --site ./_site --output-path ./pagefind
# Build the Jekyll site (again), so that the pagefind output is included