Skip to content

one-pieces/one-pieces.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Hexo Blog Source Codes

Some Commands

new

$ hexo new [layout] <title> 

Creates a new article. If no layout is provided, Hexo will use the default_layout from _config.yml. If the title contains spaces, surround it with quotation marks.

genarate

$ hexo generate

Generates static files.

publish

$ hexo publish [layout] <filename>

Publishs a draft.

server

$ hexo server

Starts a local server. By default, this is at http://localhost:4000

deploy

$ hexo deploy

Deploys your website.

Or Just Run

$ npm run deploy

About

My github book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published