This is an extension for github issue bloggers.
- use github apis to store your blogs
- easy to use
- github account (personal token,owner,repo)
Open VS Code settings through the CMD+SHIFT+P
, and select Open Settings(JSON)
.
This extension contributes the following settings:
blogger.github.token
: your github personal tokenblogger.github.user
: your github owner nameblogger.github.repo
: youor github repository name
For create a new github repository for blog
- Open VS Code settings through the
CMD+SHIFT+P
and inputConfig blogger
- Input the token,user and the new repo name.
For existing github repository
-
Open VS Code settings through the
CMD+SHIFT+P
, and selectOpen Settings(JSON)
. -
Input the token,user and the existing repo name.
Open VS Code settings through the CMD+SHIFT+P
and input Open blogger
.
- dark mode , next version will support dark mode
Initial release of Blgger
Enjoy!