A little CLI tool to add optimized title, description provided by metamonster and keywords to your Hugo content.
- An export from metamonster
- Hugo installed on your computer
- Download the optimized export
- Download a release and run
hugo-metamonster --help
- Profit!
The optimized data is added to a meta
key in each page and can be accessed with:
{{ with .Params.meta }}
<meta name="description" value="{{ .description }}" />
{{ end }}