goblog

command module
v0.0.0-...-bd79582 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2015 License: MIT Imports: 11 Imported by: 0

README

#goblog

goblog is a fast and simple static blog framework implemented by golang

##Demo http://superhx.github.io/

##Features

  • Amazing first generating speed. Generating 1000 files(4KB per file) only need 5s.
  • Intelligent later generating. If you modify or add one file, generating static files only need 50ms.
  • Support GFM markdown (for more detail reference mark)
  • Provide two ways Command line and Web Page to manage you blog

##Environment Need

  • go 1.4+
  • pcre

##Installation

$ go install github.com/superhx/goblog

##Quick Start

###Set up blog workspace

$ cd $blog_dir
$ goblog init

###New a blog

$ goblog new "My first blog"

###Generate static files

$ goblog generate

###Start the server

$ goblog server

###Deploy your blog

$ golog deploy

you have to config git first.It just simple run

$ git add *
$ git commit -a -m "~"
$ git push origin master

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL