I like to use an UUID in my generated feeds. I can define the UUID in frontmatter.
In archetypes a line uuid = {{ .UUID }} would be nice,
to generate an UUID this in a new content page (hugo new).
Any other solutions?
OK - this is nice to have!
I like to use an UUID in my generated feeds. I can define the UUID in frontmatter.
In archetypes a line uuid = {{ .UUID }} would be nice,
to generate an UUID this in a new content page (hugo new).
Any other solutions?
OK - this is nice to have!
2nd.: nice to have it like the hash functions md5 or sha1, generating the a uuid from an value, ex. .Date.
the needed functions are here https://github.com/satori/go.uuid