GoBlog
GoBlog copied to clipboard
Simple blogging system written in Go
At the moment only Published posts are shown in the Map. Unlisted/Private posts should be visible in /map for logged-in users.
Similiar to reactions
Likes, Replies, Bookmarks/Links (and future supported [IndieWeb post types](https://indieweb.org/posts#Types_of_Posts)) should have standalone pages. These would work like section pages but would be generated automatically based on whether a posts includes...
Linking to other pages in the same blog will send webmentions to oneself. Maybe this can be toggle on/off by the user?
Add a frontmatter value for syndication ("syndicate-to") and show those links on the post with the correct markup.
Either allow configuring a favicon URL or generate one using the user image.
The goal is to be able to configure most settings using a web interface. - [x] Sections - [x] User information - [ ] Blog information (title, description...) - [...