Skip to content

haoaa/hexo-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,930 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This a hexo blog repo

quick catch up

Step1: Clone project

$ git clone -b master https://github.com/haoaa/hexo.git .

Step2: npm install

$ npm install

Step3: write new md post under the source/_posts, the engine will add date automatically

$ hexo new something-about-sass

Step4: commit and deploy

  • commit source and deploy
yarn pd  "your commit comments goes here"
  • local serve
yarn s

update theme

git remote add next https://github.com/iissnan/hexo-theme-next.git
git subtree add --prefix themes/next next master
git subtree pull --prefix themes/next next master

cust theme

  • 修改模板文件 themes\next\layout\_partials\header.swig

read more tag

<!--more-->

Markdown-Cheatsheet

About

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 54