Commit Graph

3 Commits (b57dfa9e64fbc0c63adb96417eee2746cba476d6)

Author SHA1 Message Date
Noah b642562792 Blog multi-tag query: whitelist and blacklist
* Can query blog posts by multiple tags now.
* e.g. /tagged/blog,updates,-photos would query all posts that have tags
  "blog" OR "updates" but NOT show any post with tag "photos"
2020-02-17 20:26:30 -08:00
Noah 5b6712ea97 Blog Archive, RSS Feeds, and Model Cleanup
* Legacy-importer tool updates the DB primary key serial after migrating
  the posts, to be max(posts.id)+1 -- especially important for
  PostgreSQL and MySQL (SQLite3 correctly picked the next ID by
  default?)
* Add blog archive page and RSS, Atom and JSON feeds for the blog.
  URLs are /blog.rss, /blog.atom and /blog.json
2020-02-17 18:10:35 -08:00
Noah fd1494cf75 Tags List page 2019-11-26 17:30:31 -08:00