Closed j178 closed 1 year ago
Add group function to filename_template, so filename_template: '{{ group 100 .Id }}/{{ .Id | padWithZero 4 }}{{ if .SlugIsMeaningful }}.{{ .Slug }}{{ end }}' will generate files within subgroups.
group
filename_template
filename_template: '{{ group 100 .Id }}/{{ .Id | padWithZero 4 }}{{ if .SlugIsMeaningful }}.{{ .Slug }}{{ end }}'
Add
group
function tofilename_template
, sofilename_template: '{{ group 100 .Id }}/{{ .Id | padWithZero 4 }}{{ if .SlugIsMeaningful }}.{{ .Slug }}{{ end }}'
will generate files within subgroups.