Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 633 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 633 Bytes

Blog

Build Status

Ifyour's Blog, Powered by Hexo.

Usage

# config hexo-cli
$ yarn global add hexo-cli

# go blog folder
$ cd path/to/blog && yarn

# create a new article. layoutType: draft/post/page
$ hexo new [layout] <title>

# generate
$ hexo g

# server to preview
$ hexo s

# deploy
$ hexo d

Branches

  • src: All the original files
  • master: For GitHub pages

License

CC0