Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/babarot/blog
- Owner: babarot
- Created: 2020-01-26T09:29:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T14:54:51.000Z (14 days ago)
- Last Synced: 2025-01-28T15:23:30.219Z (14 days ago)
- Topics: go, golang, hugo, hugo-server
- Language: Go
- Homepage:
- Size: 925 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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