UNPKG

461 BYAMLView Raw
1name: metalsmith
2version: master
3summary: An extremely simple, pluggable static site generator
4description: |
5 Metalsmith works in three simple steps:
6 1. Read all the files in a source directory.
7 2. Invoke a series of plugins that manipulate the files.
8 3. Write the results to a destination directory!
9
10grade: devel
11confinement: strict
12
13apps:
14 metalsmith:
15 command: metalsmith
16 plugs: [home]
17
18parts:
19 metalsmith:
20 source: .
21 plugin: nodejs