npx @vivaxy/github-pages-scripts
npm install @vivaxy/github-pages-scripts husky --save-dev
- Edit
package.json
{
+ "husky": {
+ "hooks": {
+ "pre-commit": "gps toc && gps sitemap && git add ."
+ }
+ }
}
Readme prefix string.
Readme suffix string.
Site root path. As the link prefix.
Project created by create-n.