forked from xilibi2003/learnblockchain
-
Notifications
You must be signed in to change notification settings - Fork 10
/
install.txt
90 lines (52 loc) · 1.73 KB
/
install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
## 主题定制修改点
**修改首页排序**
hexo-generator-index2 修改lib/generator2.js
**修改主题侧片栏**
主题config.yml 加入 两个字段:
join_solgan: 扫码加入社区
join_desc: 专业的博客 专业的社区 <br/>(如遇二维码过期,请刷新页面)
修改 Avatar 显示大小, 及间距
themes/next/source/css/_custom/custom.styl 添加:
```css
.site-author-image {
width: 130px;
}
.content-wrap {
padding: 6px 40px;
}
.posts-expand {
.post-eof {
margin: 70px auto 50px;
+mobile(){
margin: 40px auto 30px;
}
}
}
```
** 二维码 显示**
themes/next/layout/_macro/sidebar.swig 修改:
显示join_solgan 及 join_desc 字段
修改了社交媒体账号显示。
**修改页面显示**:
themes/next/layout/_partials/pagination.swig
**加入不显示微信订阅号**
themes/next/layout/_macro/post.swig 修改:
```
not post.hide_wechat_subscriber
```
文章中加入 hide_wechat_subscriber: true
**定制分类页面显示:**
添加 themes/next/layout/category-post.swig 布局文件,
修改 hexo-generator-category 修改 lib/generator.js
** 页脚 链接加入 Nofollow **
修改 next_nofollow_url.js 添加一个方法
themes/next/layout/_partials/footer.swig
修改版权链接: post-copyright.swig
主题升级后,以下不要需要:
博客对 对hexo 主题有所修改, 为node配置文件 增加了首页、不同分类与不同标签的文章置顶功能:
node_modules/文件夹下:
hexo-generator-category 修改lib/generator.js
hexo-generator-tag 修改lib/generator.js
把修改后的 js 覆盖原有文件。
https://github.com/theme-next/theme-next-pangu
https://theme-next.org/docs/third-party-services/search-services