I built media cheat sheet using Hugo

Hi everyone!

I built https://mediacheatsheet.com/ using Hugo, Cloudflare Pages, and Decap CMS. MediaCheatSheet.com is a comprehensive social media and ad specs resource featuring advanced filtering capabilities. The platform generates downloadable templates with safe zones for any dimensions and creates shareable URLs for seamless collaboration with clients and designers. Despite handling extensive data, Hugo’s architecture keeps the site running at lightning speed.

2 Likes

Do you have disableHugoGeneratorInject set to false?

it is:

disableHugoGeneratorInject: true

It’s hard to tell if your site is a Hugo project. You might decide to add this code just before your closing </head> tag

{{- if .IsHome }}
  {{- hugo.Generator }}
{{- end }}

Or just remove the disableHugoGeneratorInject key from your site configuration.

Is there any chance you could open source your website? I’d love to learn how you built the JS filters on your site, they look so clean and fast)

By the way, question, can you please suggest me some JS filter libraries like yours?

Not as powerful but I like https://isotope.metafizzy.co

1 Like