1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 17:12:27 +03:00

link to Metalsmith again

This commit is contained in:
Shawn Allen 2018-12-21 11:10:29 -08:00
parent 8a03949eed
commit 2f7660627b

View File

@ -52,7 +52,7 @@ We use [Metalsmith] to sync the source docs to the `pages` directory and transfo
All of the logic for syncing the source docs (and transforming them in transit) is controlled in [`lib/sync.js`](./lib/sync.js), and each "step" in the transformation (as well as the watching) is implemented as a Metalsmith plugin.
**Why Metalsmith?** We're glad you asked! `@shawnbot` likes the simplicity of Metalsmith's core and how easy it is to write powerful plugins.
**Why [Metalsmith]?** We're glad you asked! `@shawnbot` likes the simplicity of Metalsmith's core and how easy it is to write powerful plugins.
[Metalsmith]: https://metalsmith.io/
[Next]: https://github.com/zeit/next.js