Commit Graph

4 Commits

Author SHA1 Message Date
6a56a2f9f2 Feat: Add support for 'build: true' tag in frontmatter
This feature allows triggering the execution of the `build_action` command specified in
the `.ini` file when adding `build: true` to the frontmatter of the modified file. Upon
detecting this tag, the specified command will be executed automatically, facilitating
the automation of build processes in response to specific file modifications
2024-04-10 12:02:42 +02:00
af371dd02a Remove typo 2024-04-10 11:19:43 +02:00
bfecae723a Feat: Add support for multiple correlated directories
Added support for specifying multiple correlated directories for both the watcher and the
destination. The `watcher_dirs` and `hugo_dirs` variables now accept a list of directories
separated by `:` in the configuration file. Each directory in `watcher_dirs` corresponds
to the directory in the same position in `hugo_dirs`.

This enhancement allows for greater flexibility and customization when monitoring and
processing files in different directories.
2024-04-10 10:59:53 +02:00
1b6b4f998a Initial commit 2024-04-09 20:06:34 +02:00