[GithubPages] Creating a Github Blog in One Day
06.Managing and Committing Blog Posts
There are many tools that ease up managing (posting, deleting, updating) your blog posts.
I have tried different tools (prose.io, Admin, etc.) and going to introduce two tools: Atom and VS Code plugin.
1_ Atom
Download both Atom and Markdown Preview Enhanced package.
Atom allows us to make changes to .md file and check how it changes the web simultaneously.
2_ Visual Studio Code
Just like Atom, you can display the same preview with VS Code.
If you want to have the white background, install the package below:
https://marketplace.visualstudio.com/items?itemName=hbrok.markdown-preview-bitbucket
Hooray~