Project hugo-helper is the consumer of several hugo related events.
It consumes these events from a rabbitMQ server and execute corresponding tasks.
These events include:
-
New Site: Use
hugo new site <path>
command to create a new source directory; -
Generate: User
hugo [options]
command to (re-)generate apublic
directory from the source.