hero

Valar Morghulis Valar Dohaeris

厄索斯

好好学习 →

昨天

昨天在梦里。

今天

生活,在喜怒哀乐间走走停停。不知道会遇见什么,只知道阳光这么好,别辜负了今天。

明天

这世上有一千种等待,最好的那种,叫做来日可期。

# 安装
npm install -g vuepress  # 或者:yarn global add vuepress

# 新建一个 markdown 文件
echo '# Hello VuePress!' > README.md

# 开始写作
vuepress dev .

# 构建静态文件
vuepress build .