Hexo静态博客Mac平台搭建全流程记录
Mac install node & hexo-cli
brew install git
brew install node
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install -g hexo-cli
- Extend homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Hexo init
hexo init Hexo_Blog
cd Hexo_Blog
cnpm install
目前用到的两个插件:
* cnpm install hexo-deployer-git --save
* cnpm install --save hexo-tag-aplayer
- Install Theme
cd Hexo_Blog && git clone https://github.com/luuman/hexo-theme-spfk.git themes/spfk
Settings
Hexo_Blog/_config.yml
- 5--12
# Site
title: Evan
subtitle: Keen on Linux operations
description:
author: WeiChao Yan
language: zh-CN
timezone: Asia/Shanghai
- 15
url: https://www.itchao.win
- 66
theme: spfk
- 70--74
deploy:
type: git
repo:
gogs: git@gogs.itchao.win:Evan/hexo.git
github: git@github.com:YGxiaochao/itchao.git,master
音乐示例
Hexo_Blog/source/about.md
音乐代码截图Themes Settings
Hexo_blog/themes/spfk/_config.yml
- 6--9
menu:
博客首页: /
关于我: /about
作品: /archives
- 17 & 20
avatar: img/xhren.jpg
favicon: img/head.jpg
- 27--30
subnav:
mail: "mailto:469785487@qq.com"
github: "https://github.com/YGxiaochao"
zhihu: "https://www.zhihu.com/people/yan-wei-chao-78/activities"
- 192--195
visit_counter:
on: true
site_visit: 游客到访数(UV)
page_visit: 本页阅读量(PV)
Hexo_blog/themes/spfk/layout/_partial/footer.ejs
- 8
<a href="https://www.itchao.win/" target="_blank">Evan</a> Always Love Vivian
image
首页about音乐示例图
网友评论