Commit Graph

7 Commits (main)

Author SHA1 Message Date
Óscar M. Lage 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
Óscar M. Lage af371dd02a Remove typo 2024-04-10 11:19:43 +02:00
Óscar M. Lage 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
Óscar M. Lage ad9b786f45 Feat: Add frontmatter info in source file
If frontmatter doesn't exist in the sourfe file, add it automatically so
you don't have to remember it.
2024-04-09 21:00:34 +02:00
Óscar M. Lage 38ad750001 Moar typos 2024-04-09 20:59:11 +02:00
Óscar M. Lage 1617715b93 Fixing typo 2024-04-09 20:21:52 +02:00
Óscar M. Lage 1b6b4f998a Initial commit 2024-04-09 20:06:34 +02:00