5 lines
70 B
Bash
5 lines
70 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
npx @11ty/eleventy
|
||
|
|
npx -y pagefind --site _site --serve
|
||
|
|
|