mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 08:56:35 +00:00
4/12
This commit is contained in:
parent
b9930d88dd
commit
965416c154
@ -1 +1 @@
|
||||
{"cache_date": "2024-04-11", "page_authors": {}}
|
||||
{"cache_date": "2024-04-12", "page_authors": {}}
|
@ -8,14 +8,14 @@ friends:
|
||||
link: https://blog.w1ndys.top/
|
||||
avatar: https://blog.w1ndys.top/img/about/avatar.png
|
||||
description: 欲戴皇冠,必承其重
|
||||
- name: Lenny's Web
|
||||
link: https://lennychen.top/
|
||||
avatar: https://s2.loli.net/2024/03/31/Ht3QBqhgLYNAuwj.png
|
||||
description: 天地不仁,以万物为刍狗
|
||||
|
||||
# 失联列表
|
||||
gone:
|
||||
- name: 失联的友链1
|
||||
link: https://wcowin.com/
|
||||
avatar: /img/wcowin.png
|
||||
avatar: https://agentestudio.com/uploads/post/image/69/main_how_to_design_404_page.png
|
||||
description: 失联的友链1
|
||||
- name: 失联的友链2
|
||||
link: https://wcowin.com/
|
||||
avatar: /img/wcowin.png
|
||||
description: 失联的友链2
|
||||
|
@ -9,7 +9,7 @@ hide:
|
||||
---
|
||||
|
||||
<div class="markdown-content">
|
||||
<h2>欢迎加入友链(不分先后)</h2>
|
||||
<h2>贡献者列表(不分先后)</h2>
|
||||
</div>
|
||||
|
||||
<div class="links-content">
|
||||
@ -80,9 +80,43 @@ hide:
|
||||
本站已经加入[十年之约](https://www.foreverblog.cn/):
|
||||
<a href="https://www.foreverblog.cn/" target="_blank" > <img src="https://img.foreverblog.cn/logo_en_default.png" alt="" style="width:auto;height:16px;"> </a>请放心添加本站友链
|
||||
|
||||
友链格式示例:
|
||||
**友链格式示例/本站信息:**
|
||||
|
||||
<!-- >名称: Wcowin's Web
|
||||
>链接: https://wcowin.work/
|
||||
>头像: https://s2.loli.net/2024/02/01/gaE47y5fKM6kosV.png
|
||||
>简介: 循此苦旅,以达星辰 -->
|
||||
|
||||
=== "Txt"
|
||||
|
||||
|
||||
>名称: Wcowin's Web
|
||||
>链接: https://wcowin.work/
|
||||
>头像: https://s2.loli.net/2024/02/01/gaE47y5fKM6kosV.png
|
||||
>简介: 循此苦旅,以达星辰
|
||||
|
||||
=== "HTML(推荐)"
|
||||
|
||||
推荐在评论区发送这种格式
|
||||
|
||||
```html
|
||||
<div class="card">
|
||||
<img class="ava" src="https://s2.loli.net/2024/02/01/gaE47y5fKM6kosV.png" />
|
||||
<div class="card-header">
|
||||
<div>
|
||||
<a href="https://wcowin.work/ " target="_blank">Wcowin's Web</a>
|
||||
</div>
|
||||
<div class="info">
|
||||
“循此苦旅,以达星辰”
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
=== "Butterfly"
|
||||
|
||||
```yaml
|
||||
- name: Wcowin's Web
|
||||
link: https://wcowin.work/
|
||||
avatar: https://s2.loli.net/2024/02/01/gaE47y5fKM6kosV.png
|
||||
descr: 循此苦旅,以达星辰
|
||||
```
|
@ -6,6 +6,17 @@ categories:
|
||||
- 网站更新记录
|
||||
readtime: 2
|
||||
---
|
||||
## </p><h1 id="01" name="01"><strong>2024-04-12</strong></h1><p>
|
||||
* 优化网站流畅度(玄学)
|
||||
* 感谢W1ndys提出的[使用软编码配置友链界面](https://github.com/Wcowin/Mkdocs-Wcowin/pull/9),使得友链添加更加规范化
|
||||
|
||||
## </p><h1 id="01" name="01"><strong>2024-04-06</strong></h1><p>
|
||||
* 优化网站流畅度(玄学)
|
||||
* 主页引入天气组件,搜索框/按钮圆角化
|
||||
* 删除冗余JS/CSS文件
|
||||
* 感谢[Anshul Raj Verma](https://arv-anshul.github.io/)在[Discussions#7](https://github.com/Wcowin/Wcowin.github.io/discussions/7)上提出的网站优化建议
|
||||
|
||||
|
||||
## </p><h1 id="01" name="01"><strong>2024-04-02</strong></h1><p>
|
||||
* 优化网站流畅度(玄学)
|
||||
* 在mkdocs.yml的plugins模块中引入`!ENV [CI, false]`语句,极大缩短`mkdocs serve`静态预览时间(3-5s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user