this article is to record how to deploy hexo blog with aria theme building
install/reinstall nodejs.exe & cmder | git
create a folder & cmder/git bash here,input the follow cmd
1
npm i -g hexo&hexo init&npm install --save hexo-renderer-njucks hexo-renderer-stylus hexo-generator-search hexo-generator-feed&hexo new page categories&hexo new page tags&hexo new page about&git init&git config --global user.name 'wuwao1'&git config --global user.email '2224543304@qq.com'
article path :source/_posts
theme :ARIA butter to use this :mature configured repository
local deploy:
1
hexo clean&hexo generate&hexo server
localhost:http://localhost:4000
upload to github server
1
2//Just do it the first time
npm install hexo-deployer-git --save1
hexo clean&hexo generate&hexo deploy
Customize your style
configure file : themes/aria/source/css/variables.styl
- font-size = 24px
- container-max-width = 80em
- corner-radius = 1em