summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-21added admin interface and overview of content and types. more code ↵Steve Manuel
reorganization.
2016-09-21fixing uncaught type reassignment errorSteve Manuel
2016-09-20removing fmt printlns from debuggingSteve Manuel
2016-09-20adding support for boltdb storage, updating and inserting content, some ↵Steve Manuel
reorganization
2016-09-19changed Post fields from []byte to string for json decoding - complained ↵Steve Manuel
about base64 encoded data ([]byte)
2016-09-19refactoring elements.go labelingSteve Manuel
2016-09-19adding readmeSteve Manuel
2016-09-19reorganizing files and dir structure. adding initial (incomplete) ↵Steve Manuel
management, types, system and db functionality.
2016-09-16added basic rendering of editor view for `Editable` dataSteve Manuel