Skip to content

fanflash/GoBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorbled

A simple blog system written by Go, Running in Google App Engine

Demo

Feature

  • Post article
  • Custom widget, can sort.
  • Markdown support, Use blackfriday
  • File upload support
  • Custom ID (URL optimization)
  • DISQUS support

Install && Config

  • Edit ./config.json Change blog config
  • Edit ./app.yaml for your gae app config
  • Edit ./gorbled/static/html/article/view.html for change disqus config
  • Edit ./gorbled/static/html/layouts/main.html for change google analytics config
  • Using GAE SDK update app

License

About

A simple blog system written by Go, Running in Google App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.6%
  • Go 14.1%
  • PHP 5.2%
  • Classic ASP 5.1%