Skip to content

hxdyxd/pugo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Simple blog engine by golang ,with tango and tidb , cross platform, easy use.

Quick Start

  • Download and extract binary release , run pugo[.exe] server
  • Open browser to visit http://localhost:9899 to preview default website

Advanced

  • Configuration file is config.json
  • Database is based on goleveldb and stores in data directory. Be careful
  • Theme directory contains user themes and administrator theme(cant delete)
  • More documentation in wiki

Thanks

  • tango - middleware-design and pluginable web framework
  • tidb - sql database based on kv store engine
  • xorm - awesome golang orm library
  • codegangsta/cli - powerful command-line application framework
  • log15 - fantastic logging library
  • russross/blackfriday - markdown render engine

Meanwhile , thanks a lot to lunny and Unknwon for new features and beta testing

About

simple blog engine by golang, with tango and tidb

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 38.7%
  • Go 30.9%
  • JavaScript 30.4%