A web blog and personal homepage engine written in Go.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
authentication
Blog Archive, RSS Feeds, and Model Cleanup
3 years ago
common
Blog Archive, RSS Feeds, and Model Cleanup
3 years ago
console
Pretty Logger and Persistent App Settings JSON
3 years ago
constants
CSRF, Initial Setup and Admin User Creation
3 years ago
controllers
Blog Archive, RSS Feeds, and Model Cleanup
3 years ago
glue
Pretty Logger and Persistent App Settings JSON
3 years ago
mail
Blog Archive, RSS Feeds, and Model Cleanup
3 years ago
markdown
Basic Blog Functionality & Permissions
3 years ago
middleware
Age Gate, Legacy kirsle/blog Migration Program
3 years ago
models
Blog Archive, RSS Feeds, and Model Cleanup
3 years ago
responses
Age Gate, Legacy kirsle/blog Migration Program
3 years ago
session
Basic Blog Functionality & Permissions
3 years ago
settings
Age Gate, Legacy kirsle/blog Migration Program
3 years ago
app.go
Basic Commenting System Implemented
3 years ago
routes.go
Age Gate, Legacy kirsle/blog Migration Program
3 years ago
version.go
Initial Prototype
3 years ago