Óscar M. Lage
bfecae723a
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.
7 lines
323 B
Plaintext
7 lines
323 B
Plaintext
; Remember: move this file to the proper directory:
|
|
; ~/.config/obs2hugo/obs2hugo.ini or
|
|
; ~/.config/obs2hugo.ini
|
|
|
|
watcher_dirs = /Users/johndoe/vaults/obsidian/microposts-hugo:/Users/johndoe/vaults/obsidian/posts-hugo;
|
|
hugo_dirs = /Users/johndoe/code/hugo/src/content/posts:/Users/johndoe/code/hugo/src/content/microposts
|