Skip to content

mattguo/mattguoblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matt Guo blog

Setup

Install hexo, initialize the site, and create git repo

npm install hexo-cli -g
hexo init myblog
cd myblog
git init

Add theme

Git fork a hexo theme and add it as a git submodule

git submodule add [email protected]:mattguo/hexo-theme-bootstrap-blog.git themes/bootstrap-
blog

Then in _config.yml, change to use the bootstrap- blog theme.

Start

Then write some articles, check them into the main git repo, and check the theme hack into the git submodule.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published