first docs

This commit is contained in:
2022-11-02 06:40:25 +00:00
parent 2b19f4a153
commit 96a526ef1e
2129 changed files with 174471 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
name: metalsmith
version: master
summary: An extremely simple, pluggable static site generator
description: |
Metalsmith works in three simple steps:
1. Read all the files in a source directory.
2. Invoke a series of plugins that manipulate the files.
3. Write the results to a destination directory!
grade: devel
confinement: strict
apps:
metalsmith:
command: metalsmith
plugs: [home]
parts:
metalsmith:
source: .
plugin: nodejs