hexo 换主题

进入hexo安装目录

# cd  hexo

下载主题 可能会比较

 # git clone https://github.com/fi3ework/hexo-theme-archer.git themes/archer --depth=1

安装扩展

  #npm i hexo-generator-json-content --save 

hexo 换主题_第1张图片

  #npm i --save hexo-wordcount 

hexo 换主题_第2张图片

修改主配置文件 _config.yml
hexo 换主题_第3张图片

更改主题名称

theme: archer

hexo 换主题_第4张图片

添加sidebar启用支持 _config.yml

添加字段

jsonContent:
  meta: true
  pages: false
  posts:
    title: true
    date: true
    path: true
    text: false
    raw: false
    content: false
    slug: false
    updated: false
    comments: false
    link: false
    permalink: true
    excerpt: false
    categories: true
    tags: true

hexo 换主题_第5张图片

本地运行

#hexo s

在这里插入图片描述

配置成功

hexo 换主题_第6张图片

上传github

博客地址

你可能感兴趣的:(博客)