Automation tools like n8n

Hello! Is it possible to integrate Hugo with automation tools like n8n? For example, automatic content publishing, updates, etc.?

mmh, that’s a quite generic question:

hugo works well in any CI/CD pipline building a site after commit, merge or scheduled. In fact all tools that can call an executable and hahe access to the hugo site sources can be used.

There’s no such thing like build only stuff changed between A and B or build just this one page

have a look on Configure segments that may be a thing you would like to have.

2 Likes

You can use an headless CMS like Ghost CMS or Wordpress in n8n. When an new post ist published you can trigger an webhook that triggers and CI/CD Pipeline in gitlab/hub.

Its alot of work. You can check my Ghost CMS Python Script for Hugo here: Ghost + Hugo: Die perfekte Kombination aus Headless CMS und Static Site Generator