hugo_themes_report/README.md

17 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-12-19 22:13:19 -08:00
# hugo themes report
Completely rewritten in python, using sqlite for persistent data, and using conditional github api requests to collect the data.
2021-08-11 12:07:26 -07:00
Also, now using sqlalchemy and client-side javascript to interactively filter and sort presentation.
2017-07-23 04:59:47 -07:00
2019-01-24 05:23:32 -08:00
I have the script running on a cron job, if you would like to see [the result](https://trentsonlinedocs.xyz/hugo-themes-report/hugo-themes-report.html).
2017-07-23 04:59:47 -07:00
2018-12-19 22:13:19 -08:00
* reports list of hugo themes, stars, and commit dates
* rank by stars or commit date
* sort by tags so you can compare side by side with the [hugo themes home page](https://themes.gohugo.io/)
2021-08-11 12:07:26 -07:00
* filter by arbitary list of both tags and features
2019-01-24 05:23:32 -08:00
* [hugo themes report](https://trentsonlinedocs.xyz/hugo-themes-report/hugo-themes-report.html)
2021-08-11 12:07:26 -07:00
* [master list of hugo themes](https://github.com/gohugoio/hugoThemesSiteBuilder/blob/main/themes.txt)
* [hugo themes home page](https://themes.gohugo.io/)
2021-08-19 12:09:40 -07:00
2021-08-19 12:11:29 -07:00
[![screenshot.png](https://github.com/TrentSPalmer/hugo_themes_report/blob/master/screenshot.png)](https://trentsonlinedocs.xyz/hugo-themes-report/hugo-themes-report.html)