- Adjust the CLI Installer after migrating Flowershow template to datopian/flowershow.
- Kill subprocesses when parent process is terminated.
- Adjust the CLI Installer after migrating Flowershow template to datopian/flowershow-template.
- Rename [...slug].tsx to [[...slug]].tsx at installation, so that user can still define their own home pages using MD files.
- f136048: Remove
pages/index.tsx
file from the copied Flowershow template, to allow users to set their own home page with MD file.
- Replace config.js with config.mjs
- Fix: incorrect
config.js
file created by the CLI
- Remove unneeded dev files from cloned template.
- 93b7911: Switch from JS to TS.
- Basic anonymous telemetry (OS, Flowershow version and command being run).
- Rename
flowershow build-static
toflowershow export
.
- CLI support for Windows. Symlink files removed from the template.
- Add information about missing index.md and/or config.js files that the CLI will automatically create for the user.
- Disallow installing the template inside the content folder.