This is a fork of Shiori
- install repos
go get github.com/RadhiFadlillah/shiori
go get github.com/shurcooL/vfsgen
go get github.com/wykhuh/shiori
- start server
~/go/bin/shiori serve -p 8888
- change view files
- rebuild assests
go generate
- commit and push changes
- rebuild binary via remote
go get github.com/wykhuh/shiori
Shiori is distributed using MIT license, which means you can use and modify it however you want. However, if you make an enhancement for it, if possible, please send a pull request.