Check example-content directory for an example of what the content structure should look like.
You can build the example by running make build-example-docker or make build-example.
Install Docker or compatible container runtime, then run:
docker run -v ./example-content:/content ghcr.io/gentlecat/publisher:latestBuilt content will be in the ./example-content/out directory.
First, make sure you have Go installed. After that, install the publisher itself locally:
$ go get -u go.roman.zone/publisher/cmd/publisherThen run the command to generate the content:
$ publisher \
-content "./example-content" \
-out "./example-content/out" \
-draft