dingo
dingo copied to clipboard
Blog engine written in Go
Hi @dinever : I forked a copy of dingo, and modified it to embed all static files into binary, include the template files. the static files layout are heavily changed,...
Current way of starting dingo server. ``` $ cd $GOPATH/src/github.com/dingoblog/dingo $ go run main.go --port 8000 ``` This can be changed to something like ``` $ dingo serve --port 8000...
Steps to reproduce: 1. Start a fresh instance of Dingo. 2. Create a new user (so the user ID `1` exists) 3. In `app/model/token.go`, change the `NewToken` function so it...
Currently Dingo uses [SimpleMDE](https://github.com/NextStepWebs/simplemde-markdown-editor) as its built-in post editor. However, I would ❤️ to hear your voice about which editor you prefer the most. To improve the user experience we...
Roadmap
Tests: - [x] Using GoConvey for Behavior Driven Tests/Development Post: - [ ] Post category #3 - [ ] Post cover image #2 - [ ] Post sharing link Others:...
Let's build a `contributors` page which lists our contributors from [github.com/dinever/dingo/graphs/contributors](https://github.com/dinever/dingo/graphs/contributors) as a thank-you and encourage more people to get involved into this. I'm thinking about writing a script to...
- Added facebookgo/inject on handler package - Posts module
It would be great if we can implement a cover image field for each post. - [x] Cover image text input field in editor page. - [ ] Drag &...