Skip to content

hostwithquantum/hugo-metamonster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hugo-metamonster

A little CLI tool to add optimized title, description provided by metamonster and keywords to your Hugo content.

Requirements

  • An export from metamonster
  • Hugo installed on your computer

Usage

  1. Download the optimized export
  2. Download a release and run hugo-metamonster --help
  3. Profit!

Notes

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 }}