update README with updated page url

This commit is contained in:
Trent Palmer 2018-12-19 22:13:19 -08:00
parent 33e783964f
commit 14e4a84d20
1 changed files with 7 additions and 9 deletions

View File

@ -1,15 +1,13 @@
# hugo_themes_report # hugo themes report
Completely rewritten in python, using sqlite for persistent data, and using conditional github api requests to collect the data. Completely rewritten in python, using sqlite for persistent data, and using conditional github api requests to collect the data.
Finally, the script builds two (somewhat) mobile responsive reports, using a bootstrap css table. 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).
You get a report that ranks hugo themes by number of stars, and report that ranks hugo themes
by the commit date of each theme when they are referenced as submodules in the master repo of
hugo themes.
I have the script running on a cron job, if you would like to see the result. * mobile responsive (somewhat) tables using bootstrap
* reports list of hugo themes, stars, and commit dates
* [ranked by stars](http://107.161.27.86/hugo-themes-report/hugo-themes-by-num-stars.html) * rank by stars or commit date
* [ranked by commit date](http://107.161.27.86/hugo-themes-report/hugo-themes-by-last-commit-date.html) * 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) * [master list of hugo themes](https://github.com/gohugoio/hugoThemes)
* [hugo themes home page](https://themes.gohugo.io/) * [hugo themes home page](https://themes.gohugo.io/)