Skip to content

ninayeh/blog

Repository files navigation

Nina's Blog

開啟 Server

$ hexo server

建立文章

  1. 草稿
    建立草稿
hexo new draft say-hi

草稿變文章

$ hexo publish <filename>
  1. 文章
hexo new post my-note
  1. 靜態頁面
hexo new page --path about/index "About me"

Bundle

在 Public 資料夾產生文章或靜態頁面,執行下方指令或執行hexo g

$ hexo generate

Deploy

$ hexo clean && hexo deploy

About

Try to write down what I learned 👀 https://itsninayeh.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published