Yet Another Metalsmith Starter Kit.
content | ||
layouts | ||
scripts | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md |
How To Use
- Clone the project into a new one.
- Update dependencies (
npm outdated
,npm update
andncu
which can be deployed withnpm install -g npm-check-updates
). - Fill in
package.json
. - Install the dependencies (
npm install
). - Configure
src/config.js
. - Develop content, layouts and add-ons...