1.0.0 • Published 2 years ago

chisel-plugin-static-frontend v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

chisel-plugin-static-frontend

Extends chisel-scripts with support for building static websites using Twig templates and (optionally) markdown content (processed using marked).

Injected Commands

  • chisel-scripts build

    Adds --no-htmlhint option.

  • chisel-scripts dev

    Usage: chisel-scripts dev [options]
    
    start development server
  • chisel-scripts add-page

    Usage: chisel-scripts add-page [options] <page...>
    
    add page(s) (creates twig templates or markdown files)
    
    Options:
      --no-build  do not build after adding pages