Skip to content

liuhongjiang/hexotech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set development environment

  1. Install node and npm first.

  2. update npm

    npm install npm
    
  3. install hexo

    npm install hexo-cli -g
    
  4. Install pandoc

    the document is here: Install pandoc

    Download the pandoc release

  5. install package, change directory to code directory.

    npm install
    

Command

hexo server     # start server
hexo new "post title"       # create a new article
hexo 

refer to: hexo command

About

tech blog based on hexo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published