Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
2020/03/19
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjett committed Mar 19, 2020
1 parent 6f7ba34 commit 6a06127
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 2,519 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
# shmily-cnblogs-theme

## 项目介绍
Expand All @@ -12,23 +11,4 @@

## 更新记录

| 时间 | 内容 | 版本 |
| :--------: | :--------: | :--:|
=======
# shmily-cnblogs-theme

## 项目介绍

1. 用于博客园平台的自定制主题
2. 使用方法参见文件夹下的 ABOUT.md

## 示例站点

[pgjett-博客园](https://pgjett.cnblogs.com)

## 更新记录

| 时间 | 内容 | 版本 |
| :--------: | :--------: | :--:|
>>>>>>> 7c093bf8ef9266e112983ba437093a40ad9acc28
| 2020/03/14 | 初版本发布 | v1.0 |
61 changes: 0 additions & 61 deletions v1.0/ABOUT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
# shmily-cnblogs-theme

## 主题介绍
Expand Down Expand Up @@ -54,63 +53,3 @@
在编辑随笔时插入摘要图片,请使用占用较小的图片,并且将插入的标签 src 改成 data-src,可以实现图片懒加载 ,更快进入首页,提升浏览体验

2. IE 浏览器显示问题

=======
# shmily-cnblogs-theme

## 主题介绍

1. 风格简约、响应轻快
2. 摒弃 jQuery,使用原生 JS
3. 兼容 IE 9 及以上浏览器
4. 支持 PC、手机双端响应式设计

## 快速使用

1. 在博客园后台设置界面申请 js 权限

2. 将博客园主题设置为 BlueSky

3. 按照文件名将代码复制到设置界面的对应文本框中

4. 勾选 css 代码框下的禁用模板默认CSS

5. 在页脚 HTMl 代码中,设置 profile 以调整个人参数,设置 news 以调整首页滚动公告

followId 可以在任意一篇博文页面,进入 f12 开发者工具栏搜索”follow“,结果如“follow('54ceedb5-de8f-4136-e346-08d7804a3aa0')”,括号内字符串即为 followId

```
<!--parameter-->
<script type="text/javascript">
var profile = {
"icon": "https://blog-static.cnblogs.com/files/pgjett/favicon.ico",
"logo": "https://blog-static.cnblogs.com/files/pgjett/logo.ico",
"github": "https://github.com/pgjett",
"links": "https://www.cnblogs.com/pgjett/p/12294879.html",
"about": "https://www.cnblogs.com/pgjett/p/12294875.html",
"mail": "http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=eAgfEh0MDDgJCVYbFxU",
"followId": '54ceedb5-de8f-4136-e346-08d7804a3aa0'
};
var news = [
{
"title": "武汉加油,中国加油!",
"url": "javascript:;"
},
{
"title": "努力永远不会太迟。",
"url": "javascript:;"
}
];
</script>
```

## 注意事项

1. 博文封面设置

在编辑随笔时插入摘要图片,请使用占用较小的图片,并且将插入的标签 src 改成 data-src,可以实现图片懒加载 ,更快进入首页,提升浏览体验

2. IE 浏览器显示问题

>>>>>>> 7c093bf8ef9266e112983ba437093a40ad9acc28
IE 浏览器中在博文详情页面无法显示文章分类及上一篇、下一篇,并非是本主题问题,经测试应该是博客园系统问题
Loading

0 comments on commit 6a06127

Please sign in to comment.