hugo_themes_report/README.md

14 lines
757 B
Markdown
Raw 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.
2017-07-23 04:59:47 -07:00
2018-12-19 22:13:19 -08:00
I have the script running on a cron job, if you would like to see [the result](http://107.161.27.86/hugo-themes-report/hugo-themes-report.html).
2017-07-23 04:59:47 -07:00
2018-12-19 22:13:19 -08:00
* mobile responsive (somewhat) tables using bootstrap
* 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/)
* [hugo themes report](http://107.161.27.86/hugo-themes-report/hugo-themes-report.html)
* [master list of hugo themes](https://github.com/gohugoio/hugoThemes)
* [hugo themes home page](https://themes.gohugo.io/)