Skip to content

yjxqwed/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Blog

Powered by hexo

Install hexo

# globally install hexo
$ npm install -g hexo

# install a plugin for deployment to git page
$ npm install hexo-deployer-git --save

New posts

$ hexo new 'TITTLE'

Edit the file in source\_posts.

Compile, run and deploy

# compile the files
$ hexo g

# start server to check the updates
$ hexo s

# deploy to git page
$ hexo clean && hexo g -d

Themes

Find hexo themes here

# Install the theme
$ git submodule add <repo> themes/<theme-name>

Modify theme in _config.yml

theme: landscape

About

My blog powered by Hexo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published