Keywords: Golang, go, Blog, Engine, MySQL
Simple blog engine on go. Nothing else.
- Fully customizable
- Tags (search by tag)
- Markdown
- Drafts
- RSS
- Simple ;)
-
Rename config-sample.json to config.json and change params
-
Upload base BASE.sql
-
Install dependencies:
go get github.com/go-sql-driver/mysql
go get github.com/russross/blackfriday
go get github.com/liamka/Superior
-
Build it and run!
-
Go to http://your-website/kayden and login
Kayden(blog engine) is open-sourced software licensed under the MIT license