compscidr / goblog

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make pages configurable by admin

compscidr opened this issue · comments

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.