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

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.

Awesome Lists containing this project

README

        

# post_config

![](assets/images/screenshot.gif)

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.0

USAGE:
post_config.exe [OPTIONS]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
--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.~~