4 lines
75 B
Bash
Executable file
4 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
rm -rf ./_site
|
|
npx @11ty/eleventy
|
|
npx -y pagefind --site _site
|