aria blog build

this article is to record how to deploy hexo blog with aria theme building

  1. install/reinstall nodejs.exe & cmder | git

  2. 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'
  3. article path :source/_posts

  4. theme :ARIA butter to use this :mature configured repository

  5. local deploy:

    1
    hexo clean&hexo generate&hexo server

    localhost:http://localhost:4000

  6. upload to github server

    1
    2
    //Just do it the first time 
    npm install hexo-deployer-git --save
    1
    hexo clean&hexo generate&hexo deploy

    git blog

Customize your style

configure file : themes/aria/source/css/variables.styl

  • font-size = 24px
  • container-max-width = 80em
  • corner-radius = 1em