GoBlog icon indicating copy to clipboard operation
GoBlog copied to clipboard

Simple blogging system written in Go

Results 21 GoBlog issues
Sort by recently updated
recently updated
newest added

At the moment only Published posts are shown in the Map. Unlisted/Private posts should be visible in /map for logged-in users.

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...

enhancement

Linking to other pages in the same blog will send webmentions to oneself. Maybe this can be toggle on/off by the user?

enhancement

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.

enhancement

The goal is to be able to configure most settings using a web interface. - [x] Sections - [x] User information - [ ] Blog information (title, description...) - [...

enhancement