Óscar M. Lage
6a56a2f9f2
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
8 lines
348 B
Plaintext
8 lines
348 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
|
|
build_action = hugo build
|