1. hexo 三连

2. 使用webstack主题

  • https://github.com/HCLonely/hexo-theme-webstack

3. 添加网址

  • 创建/source/_data

  • _config.webstack.yml

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    name: 一级
    icon: fas fa-star
    submenu:
    - name: first
    icon: fas fa-star
    config: second
    - name: ...
    ...
    ...

  • 在/source/_data中新建 second.yml

1
2
3
4
5
6
7
8
9
- name: ...
url: https://...
img: "..."
description: ...
- name: ...
url: https://...
img: "..."
description: ...
...

4. 美化(探索中

侧边栏背景颜色

修改-core.min.css

文件中搜索:sidebar-menu{display:table-cell;position:relative

修改宽度px,背景颜色

补充:

一台电脑多个github账号 创建SSH:

  • https://www.cnblogs.com/yuqiliu/p/12551258.html