Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 423 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 423 Bytes

What is this?

The repository to store raw data for my blog.

Architecture

Write something.

Usage

Create page list at first.

touch list.md

Create a directory to indicate article posted date.

mkdir $(date '+%Y%m%d')

Change the directory(created by above), and write!

cd $(date '+%Y%m%d')

Write an article. The file name can be named any.

<Your-favorite-editor> file-name.md