Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/babarot/blog

A CLI tool for editing blog built by Hugo
https://github.com/babarot/blog

go golang hugo hugo-server

Last synced: 13 days ago
JSON representation

A CLI tool for editing blog built by Hugo

Awesome Lists containing this project

README

        

blog
====



This tool is mainly for writing [tellme.tokyo](https://github.com/babarot/tellme.tokyo) blog. If you run this app with `edit` command, you can choise the exisiting articles with cool [prompt](https://github.com/manifoldco/promptui). Internally, this app makes hugo server run as background process. So it makes you easy to access localhost:1313 while writing your post without calling hugo server separately!

## Installation

Download the binary from [GitHub Releases][release] and drop it in your `$PATH`.

- [Darwin / Mac][release]
- [Linux][release]

## Notes

This tool idea basically comes from:

- [スムーズに Hugo でブログを書くツール | tellme.tokyo](https://tellme.tokyo/post/2018/10/16/write-blog-smoothly/)
- [tellme.tokyo/cmd/blog at master · babarot/tellme.tokyo](https://github.com/babarot/tellme.tokyo/tree/master/cmd/blog)

## License

[MIT][license]

## Author

babarot

[release]: https://github.com/babarot/blog/releases/latest
[license]: https://babarot.mit-license.org