Commit Graph

5 Commits

Author SHA1 Message Date
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
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
38ad750001 Moar typos 2024-04-09 20:59:11 +02:00
1617715b93 Fixing typo 2024-04-09 20:21:52 +02:00
1b6b4f998a Initial commit 2024-04-09 20:06:34 +02:00