A web blog and personal homepage engine written in Go.
 
 
 
 
Go to file
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
cmd Blog Archive, RSS Feeds, and Model Cleanup 2020-02-17 18:10:35 -08:00
pkg Blog Archive, RSS Feeds, and Model Cleanup 2020-02-17 18:10:35 -08:00
public_html Pretty Logger and Persistent App Settings JSON 2019-11-26 11:17:01 -08:00
pvt-www Blog Archive, RSS Feeds, and Model Cleanup 2020-02-17 18:10:35 -08:00
.gitignore Age Gate, Legacy kirsle/blog Migration Program 2020-02-17 15:50:04 -08:00
Makefile Initial Prototype 2019-11-14 19:03:56 -08:00
README.md Initial commit 2019-11-05 16:49:18 -08:00
go.mod Blog Archive, RSS Feeds, and Model Cleanup 2020-02-17 18:10:35 -08:00
go.sum Blog Archive, RSS Feeds, and Model Cleanup 2020-02-17 18:10:35 -08:00

README.md

Gophertype