List of themes in json format

https://themes.gohugo.io/
is is possible to access the list off themes in a json format

my intend is to filter/sort by multiple params (last updated, bootstrap) etc

@Francisco_Ribeiro FYI, moved your thread from “tips & tricks” to “support” since this is more of a question.

1 Like

Currently no, but it’s a good idea. Could you create an issue at Issues · gohugoio/hugoThemesSite · GitHub

FWIW I do that here: https://pfht.netlify.com/

Currently filterable on

  • tags
  • license
  • Hugo version
  • Github stars

and sortable by name, last update and stars. :slight_smile:

Repo here.

(A lot happens in the gulpfile, which is currently a bit of a mess. At some point I will clean that up …maybe :sweat_smile: )