Lightweight blog
- go get -v github.com/sryanyuan/gocodesite
- go install github.com/sryanyuan/gocodesite
- cd bin
- Copy the config.example.toml to bin, and modify the config file as you want
- gocodesite setup -config config.example.toml, and you will get the admin account and password, you must remember it.After you login the site,you can modify it.
- Copy template and static directories to gocodesite directory
- gocodesite run -config config.example.toml, now you can visit your site in your browser.