https://github.com/hesic73/post_config
A utility for creating YAML configurations for my blog posts.
https://github.com/hesic73/post_config
Last synced: about 1 month ago
JSON representation
A utility for creating YAML configurations for my blog posts.
- Host: GitHub
- URL: https://github.com/hesic73/post_config
- Owner: hesic73
- License: mit
- Created: 2024-01-13T22:53:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T05:28:49.000Z (about 1 year ago)
- Last Synced: 2025-03-17T20:44:43.949Z (about 2 months ago)
- Language: Rust
- Size: 9.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# post_config

This simple GUI tool is aimed at assisting in the creation of blog posts for my website. It generates a Markdown file named `{date}-{title}.md`.
## TODO
- [x] Chinese characters support
- [x] tags/categories## Usage
```bash
post_config 0.1.0USAGE:
post_config.exe [OPTIONS]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
--categories ... Categories of the article
--date Publication date of the article (optional)
--output-dir [default: .]
--tags ... Tags associated with the article
--title Title of the article [default: ]
```## Issues
- ~~Now there are some bugs in tag/category deletion.~~