mirror of https://github.com/jkjoy/sunpeiwen.git
update icon
This commit is contained in:
parent
a0d8b0ad31
commit
bc1928ba19
|
@ -310,8 +310,7 @@ lazyload:
|
|||
|
||||
# 图标库,包含了大量社交类图标,主题依赖的不包含在内,因此可自行修改,详见 https://hexo.fluid-dev.com/docs/icon/
|
||||
# Icon library, which includes many social icons, does not include those theme dependent, so your can modify link by yourself. See: https://hexo.fluid-dev.com/docs/en/icon/
|
||||
iconfont: //at.alicdn.com/t/font_1736178_lbnruvf0jn.css
|
||||
|
||||
iconfont: //at.alicdn.com/t/c/font_4267870_uup6rwvh4f.css
|
||||
|
||||
#---------------------------
|
||||
# 页头
|
||||
|
@ -342,12 +341,14 @@ navbar:
|
|||
# 导航栏菜单,可自行增减,key 用来关联 languages/*.yml,如不存在关联则显示 key 本身的值;icon 是 css class,可以省略;增加 name 可以强制显示指定名称
|
||||
# Navigation bar menu. `key` is used to associate languages/*.yml. If there is no association, the value of `key` itself will be displayed; if `icon` is a css class, it can be omitted; adding `name` can force the display of the specified name
|
||||
menu:
|
||||
- { key: "home", link: "/", icon: "iconfont icon-home-fill" }
|
||||
- { key: "archive", link: "/archives/", icon: "iconfont icon-archive-fill" }
|
||||
- { key: "category", link: "/categories/", icon: "iconfont icon-category-fill" }
|
||||
- { key: "tag", link: "/tags/", icon: "iconfont icon-tags-fill" }
|
||||
- { key: "links", link: "/links/", icon: "iconfont icon-link-fill" }
|
||||
- { key: "about", link: "/about/", icon: "iconfont icon-user-fill" }
|
||||
- { key: "home", link: "/", icon: "iconfont icon-home" }
|
||||
- { key: "archive", link: "/archives/", icon: "iconfont icon-archive" }
|
||||
- { key: "category", link: "/categories/", icon: "iconfont icon-categories" }
|
||||
- { key: "tag", link: "/tags/", icon: "iconfont icon-tags" }
|
||||
- { key: "links", link: "/links/", icon: "iconfont icon-link1" }
|
||||
- { key: "fcircle", link: "/fcircle/", icon: "iconfont icon-friend" }
|
||||
- { key: "memos", link: "/memos/", icon: "iconfont icon-Chat" }
|
||||
- { key: "about", link: "/about/", icon: "iconfont icon-aboutme" }
|
||||
# 搜索功能,基于 hexo-generator-search 插件,若已安装其他搜索插件请关闭此功能,以避免生成多余的索引文件
|
||||
# Search feature, based on hexo-generator-search. If you have installed other search plugins, please disable this feature to avoid generating redundant index files
|
||||
search:
|
||||
|
@ -423,6 +424,8 @@ footer:
|
|||
<a href="https://hexo.io" target="_blank" rel="nofollow noopener"><span>Hexo</span></a>
|
||||
<i class="iconfont icon-love"></i>
|
||||
<a href="https://github.com/fluid-dev/hexo-theme-fluid" target="_blank" rel="nofollow noopener"><span>Fluid</span></a>
|
||||
<br>
|
||||
PowerBy 浪子 ©2023
|
||||
'
|
||||
|
||||
# 展示网站的 PV、UV 统计数
|
||||
|
@ -497,7 +500,7 @@ index:
|
|||
|
||||
# 从请求结果获取字符串的取值字段,最终必须是一个字符串,例如返回结果为 {"data": {"author": "fluid", "content": "An elegant theme"}}, 则取值字段为 ['data', 'content'];如果返回是列表则自动选择第一项
|
||||
# The value field of the string obtained from the response. For example, the response content is {"data": {"author": "fluid", "content": "An elegant theme"}}, the expected `keys: ['data','content']`; if the return is a list, the first item is automatically selected
|
||||
keys: []
|
||||
keys: ['hitokoto']
|
||||
|
||||
# 自动截取文章摘要
|
||||
# Auto extract post
|
||||
|
|
|
@ -113,9 +113,9 @@ deploy:
|
|||
# secretKey: CNL1saZZPE1eIJpNRpyc9xURXUrZWZD7
|
||||
# bucket: blog-1251893119
|
||||
# region: ap-shanghai
|
||||
- type: git
|
||||
repo:
|
||||
github: https://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@github.com/jkjoy/blog2.git
|
||||
# - type: git
|
||||
# repo:
|
||||
# github: https://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@github.com/jkjoy/blog2.git
|
||||
# - type: sftp
|
||||
# host: blog.jkjoy.cn
|
||||
# user: root
|
||||
|
|
|
@ -23,6 +23,16 @@ tag:
|
|||
subtitle: '标签'
|
||||
post_total: '共计 %d 篇文章'
|
||||
|
||||
memos:
|
||||
menu: '说说'
|
||||
title: '说说'
|
||||
subtitle: '说说'
|
||||
|
||||
fcircle:
|
||||
menu: '圈子'
|
||||
title: '朋友圈'
|
||||
subtitle: '说说'
|
||||
|
||||
about:
|
||||
menu: '关于'
|
||||
title: '关于'
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,15 +1,16 @@
|
|||
---
|
||||
title: 关于
|
||||
type: "about"
|
||||
comments: false
|
||||
date: 2023-04-07 14:17:13
|
||||
---
|
||||
## 关于本站
|
||||
* 本站基于`Hexo`生成静态页面
|
||||
* 由`Github Actions`自动发布
|
||||
* 后台来自于`QEXO`项目
|
||||
* 主题模板`Butterfly`
|
||||
|
||||
* 域名注册于`Tencent cloud`
|
||||
* WEB托管于`Tencent COS`
|
||||
* 由`Tencent CDN`加速
|
||||
|
||||
## 关于我
|
||||
平平无奇 中年男性罢了
|
||||
|
|
|
@ -1,44 +0,0 @@
|
|||
---
|
||||
date: 2023-04-08 15:39:28
|
||||
excerpt: '友情链接 申请要求 网站类型为博客 域名为非免费域名顶级www二级blog 内容健康 我的链接 json { "name":
|
||||
"提剑追梦", "link": "https://blog.loliko.cn", "avatar": "https://s2.loli.net/2023/04/08/P723CaQcKIpJ96W.png",
|
||||
...'
|
||||
title: 留言本
|
||||
updated: Thu, 20 Apr 2023 02:25:39 GMT
|
||||
---
|
||||
## 友情链接
|
||||
|
||||
### 申请要求
|
||||
|
||||
网站类型为```博客```
|
||||
|
||||
域名为`非免费域名`顶级`www`二级`blog`
|
||||
|
||||
内容``健康``
|
||||
|
||||
### 我的链接
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "提剑追梦",
|
||||
"link": "https://blog.loliko.cn",
|
||||
"avatar": "https://s2.loli.net/2023/04/08/P723CaQcKIpJ96W.png",
|
||||
"descr": "曾梦想仗剑走天涯"
|
||||
}
|
||||
```
|
||||
|
||||
### 留言格式
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "名称",
|
||||
"link": "地址",
|
||||
"avatar": "头像",
|
||||
"descr": "简介"
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
### 其他
|
||||
|
||||
会不定期清除无法访问的链接
|
|
@ -1,47 +0,0 @@
|
|||
{
|
||||
"name": "string",
|
||||
"short_name": "Junzhou",
|
||||
"theme_color": "#49b1f5",
|
||||
"background_color": "#49b1f5",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "images/pwaicons/36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/pwaicons/48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/pwaicons/72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/pwaicons/96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/pwaicons/144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://s2.loli.net/2023/04/08/9cyrqhQfZsTRPeI.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://s2.loli.net/2023/04/08/L879EoSpbiCYzIT.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"splash_pages": null
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: 音乐
|
||||
comments: false
|
||||
aplayer: true
|
||||
date: 2023-04-07 14:17:44
|
||||
---
|
||||
{% aplayer 天空之城 李志 https://blog-1251893119.cos.ap-shanghai.myqcloud.com/%E6%B4%8B%E8%87%AA%E5%89%AA%E4%B8%8E09%E6%88%91%E7%88%B1%E5%8D%97%E4%BA%AC/09%E6%88%91%E7%88%B1%E5%8D%97%E4%BA%AC%E7%8E%B0%E5%9C%BA%E9%9F%B3%E9%A2%91%E8%AE%B0%E5%BD%95/15%E5%A4%A9%E7%A9%BA%E4%B9%8B%E5%9F%8E.mp3 %}
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
{
|
||||
"name": "string",
|
||||
"short_name": "Junzhou",
|
||||
"theme_color": "#49b1f5",
|
||||
"background_color": "#49b1f5",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "images/pwaicons/36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/pwaicons/48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/pwaicons/72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/pwaicons/96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/pwaicons/144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://s2.loli.net/2023/04/08/9cyrqhQfZsTRPeI.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "https://s2.loli.net/2023/04/08/L879EoSpbiCYzIT.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"splash_pages": null
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
---
|
||||
title: 说说
|
||||
comments: false
|
||||
date: 2023-07-07 14:17:13
|
||||
---
|
||||
|
||||
<div class="memos-header">
|
||||
<div class="intro">
|
||||
|
||||
</div>
|
||||
<div class="pagetitle"><span class="bb-load"></span></div>
|
||||
<div id="memos" class="img-hide"></div>
|
||||
</div>
|
||||
|
||||
<div id="bber"></div>
|
||||
<script src="https://fastly.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
var bbMemos = {
|
||||
memos : 'https://memos.ee/',
|
||||
limit : '',
|
||||
creatorId:'1' ,
|
||||
domId: '',
|
||||
}
|
||||
</script>
|
||||
<script src="https://blogcdn.loliko.cn/memos/js/memos.js"></script>
|
||||
<script type="text/javascript" src="https://images.loliko.cn/memos/js/moment.min.js?v=2.2"></script>
|
||||
<script type="text/javascript" src="https://images.loliko.cn/memos/js/moment.twitter.min.js?1"></script>
|
||||
<script src="https://images.loliko.cn/memos/js/view-image.min.js"></script>
|
||||
<script src="https://blogcdn.loliko.cn/memos/js/memos-editor.js"></script>
|
||||
<script src="https://images.loliko.cn/memos/js/coco-message.min.js"></script>
|
||||
<link rel="stylesheet" href="https://images.loliko.cn/memos/css/style.css">
|
||||
<link href="https://artalk.loliko.cn/dist/ArtalkLite.css" rel="stylesheet">
|
||||
<script src="https://artalk.loliko.cn/dist/ArtalkLite.js"></script>
|
||||
<script type="text/javascript" src="https://images.loliko.cn/memos/js/bundle.min.js"></script>
|
Loading…
Reference in New Issue