Yet Another Metalsmith Starter Kit.
Find a file
2021-10-27 22:44:50 +02:00
content Initial commit. 2021-10-27 22:44:50 +02:00
layouts Initial commit. 2021-10-27 22:44:50 +02:00
scripts Initial commit. 2021-10-27 22:44:50 +02:00
.gitignore Initial commit. 2021-10-27 22:44:50 +02:00
package-lock.json Initial commit. 2021-10-27 22:44:50 +02:00
package.json Initial commit. 2021-10-27 22:44:50 +02:00
README.md Initial commit. 2021-10-27 22:44:50 +02:00

How To Use

  1. Clone the project into a new one.
  2. Update dependencies (npm outdated, npm update and ncu which can be deployed with npm install -g npm-check-updates).
  3. Fill in package.json.
  4. Install the dependencies (npm install).
  5. Configure src/config.js.
  6. Develop content, layouts and add-ons...