有没有办法在文件更改后执行命令?

Is there a way to execute commands after file changed?

我知道 jekyll 可以在文件更改 jekyll build --watch 后自动生成站点。但是我可以在网站生成后执行bash脚本吗?

jekyll plugin 的帮助下,您可以在网站生成过程中做任何事情。