This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +0
-2519
lines changed Expand file tree Collapse file tree 5 files changed +0
-2519
lines changed Original file line number Diff line number Diff line change 1
- <<<<<<< HEAD
2
1
# shmily-cnblogs-theme
3
2
4
3
## 项目介绍
12
11
13
12
## 更新记录
14
13
15
- | 时间 | 内容 | 版本 |
16
- | :--------: | :--------: | :--:|
17
- =======
18
- # shmily-cnblogs-theme
19
-
20
- ## 项目介绍
21
-
22
- 1 . 用于博客园平台的自定制主题
23
- 2 . 使用方法参见文件夹下的 ABOUT.md
24
-
25
- ## 示例站点
26
-
27
- [ pgjett-博客园] ( https://pgjett.cnblogs.com )
28
-
29
- ## 更新记录
30
14
31
- | 时间 | 内容 | 版本 |
32
- | :--------: | :--------: | :--:|
33
- >>>>>>> 7c093bf8ef9266e112983ba437093a40ad9acc28
34
- | 2020/03/14 | 初版本发布 | v1.0 |
Original file line number Diff line number Diff line change 1
- <<<<<<< HEAD
2
1
# shmily-cnblogs-theme
3
2
4
3
## 主题介绍
54
53
在编辑随笔时插入摘要图片,请使用占用较小的图片,并且将插入的标签 src 改成 data-src,可以实现图片懒加载 ,更快进入首页,提升浏览体验
55
54
56
55
2 . IE 浏览器显示问题
57
-
58
- =======
59
- # shmily-cnblogs-theme
60
-
61
- ## 主题介绍
62
-
63
- 1 . 风格简约、响应轻快
64
- 2 . 摒弃 jQuery,使用原生 JS
65
- 3 . 兼容 IE 9 及以上浏览器
66
- 4 . 支持 PC、手机双端响应式设计
67
-
68
- ## 快速使用
69
-
70
- 1 . 在博客园后台设置界面申请 js 权限
71
-
72
- 2 . 将博客园主题设置为 BlueSky
73
-
74
- 3 . 按照文件名将代码复制到设置界面的对应文本框中
75
-
76
- 4 . 勾选 css 代码框下的禁用模板默认CSS
77
-
78
- 5 . 在页脚 HTMl 代码中,设置 profile 以调整个人参数,设置 news 以调整首页滚动公告
79
-
80
- followId 可以在任意一篇博文页面,进入 f12 开发者工具栏搜索”follow“,结果如“follow('54ceedb5-de8f-4136-e346-08d7804a3aa0')”,括号内字符串即为 followId
81
-
82
- ```
83
- <!--parameter-->
84
- <script type="text/javascript">
85
- var profile = {
86
- "icon": "https://blog-static.cnblogs.com/files/pgjett/favicon.ico",
87
- "logo": "https://blog-static.cnblogs.com/files/pgjett/logo.ico",
88
- "github": "https://github.com/pgjett",
89
- "links": "https://www.cnblogs.com/pgjett/p/12294879.html",
90
- "about": "https://www.cnblogs.com/pgjett/p/12294875.html",
91
- "mail": "http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=eAgfEh0MDDgJCVYbFxU",
92
- "followId": '54ceedb5-de8f-4136-e346-08d7804a3aa0'
93
- };
94
- var news = [
95
- {
96
- "title": "武汉加油,中国加油!",
97
- "url": "javascript:;"
98
- },
99
- {
100
- "title": "努力永远不会太迟。",
101
- "url": "javascript:;"
102
- }
103
- ];
104
- </script>
105
- ```
106
-
107
- ## 注意事项
108
-
109
- 1 . 博文封面设置
110
-
111
- 在编辑随笔时插入摘要图片,请使用占用较小的图片,并且将插入的标签 src 改成 data-src,可以实现图片懒加载 ,更快进入首页,提升浏览体验
112
-
113
- 2 . IE 浏览器显示问题
114
-
115
- >>>>>>> 7c093bf8ef9266e112983ba437093a40ad9acc28
116
- IE 浏览器中在博文详情页面无法显示文章分类及上一篇、下一篇,并非是本主题问题,经测试应该是博客园系统问题
You can’t perform that action at this time.
0 commit comments