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

그림14

2_ Visual Studio Code

Just like Atom, you can display the same preview with VS Code.

그림16

그림17

If you want to have the white background, install the package below:

https://marketplace.visualstudio.com/items?itemName=hbrok.markdown-preview-bitbucket

그림18

그림19

Hooray~


© 2021. All rights reserved.

Connecting Dots