Built-in Plugins

The following plugins come bundled with Pysmith. To automatically install the dependencies needed for each plugin, specify the extra specified in the plugin’s documentation.

Core

The following plugins are core plugins and generally useful.

  • Collection

    • This plugin creates a collection of files.

  • Frontmatter

    • This plugin parses YAML frontmatter into the file’s metadata.

Web

The following plugins are designed specifically for building static sites.

  • Markdown

    • This plugin renders markdown files into HTML.

  • Minify

    • This plugin minifies javascript using jsmin.

  • Permalink

    • This plugin renames files so that the resulting URLs are pretty.

  • Sass

    • This plugin compiles sass/scss files into css.

  • Template

    • This plugin processes the contents of the file using a template.