Hexo 静态博客

2018-09-29  本文已影响0人  Evan_Vivian

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
/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
cd Hexo_Blog && git clone https://github.com/luuman/hexo-theme-spfk.git themes/spfk

Settings

Hexo_Blog/_config.yml

# Site
title: Evan 
subtitle: Keen on Linux operations 
description: 
author: WeiChao Yan
language: zh-CN
timezone: Asia/Shanghai
url: https://www.itchao.win
theme: spfk
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

menu:
  博客首页: /
  关于我: /about
  作品: /archives
avatar: img/xhren.jpg
favicon: img/head.jpg
subnav:
  mail: "mailto:469785487@qq.com"
  github: "https://github.com/YGxiaochao"
  zhihu: "https://www.zhihu.com/people/yan-wei-chao-78/activities"
visit_counter:
  on: true
  site_visit: 游客到访数(UV)
  page_visit: 本页阅读量(PV)

Hexo_blog/themes/spfk/layout/_partial/footer.ejs

<a href="https://www.itchao.win/" target="_blank">Evan</a>  Always Love Vivian

image

首页
about音乐示例图

原文链接

上一篇下一篇

猜你喜欢

热点阅读