预览图

官方文档

https://xaoxuu.com/wiki/stellar/

安装

在hexo根目录下执行

git clone https://github.com/xaoxuu/hexo-theme-stellar.git themes/stellar

运行

安装后运行可能会缺少一些模块,可以根据报错,将缺失的模块安装
比如我缺少的模块是:

  1. hexo-fs
  2. hexo-util

执行

npm install hexo-fs hexo-util -D

增加友链页面

  1. 先在hexo根目录执行

    hexo new page friends
  2. 修改主题配置文件
    增加一个导航

    nav_tabs:
          '友链': /friends/
  3. 新建yml文件,用以存放友链信息
    在根目录下新建: source/_data/links/ios_developer.yml
    配置如下

    - title: 某某某
      url: https://
      cover:
      icon:
      description:
  4. 使用
    找到刚才新建的friends页面, 在其index.md文件中添加如下内容:

    {% friends ios_developer %}