Skip to content

pgray/kvb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Repository on Quay #KVB Key-Value Blog

Go, HTML Templates, BoltDB

This is basically a conversion of the Golang Wiki Example into a Blog format.

This project seeks to be fairly minimal, so posts are stored with just titles and bodies.

This could change in the future, but for now it's just a small pet project.

##Recommendations (in order):

##Requirements:

##Description: X - section - highest level of data (ex. about, posts, contact) Y - post - specific blog posts b - browse - display the section or post in a section e - edit - open a section for editing

Examples: kvb.com/b/X kvb.com/b/X/Y kvb.com/e/X/ kvb.com/e/X/Y ...

"b" and "e" are directly related to html templates that allow users to browse and edit respectively

X directly correlates to a bucket in boltdb Y directly correlates to a title and key(body) in boltdb

About

BoltDB-backed blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published