0.3.1 • Published 1 year ago

vite-plugin-kirby-template-sugar v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Kirby Template Sugar (Vite Plugin)

For a complete setup checkout the example.

Installation

npm i vite-plugin-kirby-template-sugar -D

Usage

// vite.config.js
import kirbyTemplateSugar from 'vite-plugin-kirby-template-sugar'

// Compile the snippets and templates from `src` to `site`.
// Note: paths are relative to vite's root.
export default {
  root: 'src',

  plugins: [
    kirbyTemplateSugar('{templates,snippets}/*.kirby', { outDir: '../site' }),
  ],
}
0.3.0

1 year ago

0.3.1

1 year ago

0.1.0

2 years ago

0.2.1

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.3

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago