goblog icon indicating copy to clipboard operation
goblog copied to clipboard

Simple blogging platform built with golang. Built on top of gin and gorm. Auth with github. REST / CRUB API backend and templated frontend

Results 18 goblog issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/compscidr/goblog). ## Config Migration Needed - [ ]...

Currently this is all static in the templates. Would like to add all of these to be configurable options in the admin settings

Replaces static research page with a dynamic page generated from google scholar directly. - Need to handle when we've been throttled so that page doesn't break - Ned to update...

For shorter stuff, bullet points, etc. This way they can be presented separately than the normal blog posts

![image](https://user-images.githubusercontent.com/23049896/132056987-c7d0a281-0b20-4283-9e8c-59856e309af9.png)

- internally which pages in the blog link to another page in the blog - externally keep track of things that link to the blog

as edits are made to a post it would be great to be able to roll back to a previous version in time.

Currently the pages on the site are static from the templates, however they could be dynamic. It would require creating a pages type, and then populating them this way.