From df506a49aaf02b466eb56ce3fa060bb83643324d Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Wed, 11 Aug 2021 12:07:26 -0700 Subject: [PATCH] update README to reflect new features --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5aee1a..e5314d7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # hugo themes report Completely rewritten in python, using sqlite for persistent data, and using conditional github api requests to collect the data. +Also, now using sqlalchemy and client-side javascript to interactively filter and sort presentation. 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). -* 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/) +* filter by arbitary list of both tags and features * [hugo themes report](https://trentsonlinedocs.xyz/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/hugoThemesSiteBuilder/blob/main/themes.txt) * [hugo themes home page](https://themes.gohugo.io/)