feat: events page
This commit is contained in:
parent
8503411b2a
commit
3e285751a6
6
assets/icons/notebook.svg
Normal file
6
assets/icons/notebook.svg
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-notebook" width="100" height="100" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||||
|
<path d="M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-11a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1m3 0v18" />
|
||||||
|
<line x1="13" y1="8" x2="15" y2="8" />
|
||||||
|
<line x1="13" y1="12" x2="15" y2="12" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 475 B |
@ -195,7 +195,7 @@ menu:
|
|||||||
- identifier: rss
|
- identifier: rss
|
||||||
name: RSS
|
name: RSS
|
||||||
url: /index.xml
|
url: /index.xml
|
||||||
weight: -50
|
weight: -40
|
||||||
params:
|
params:
|
||||||
icon: rss
|
icon: rss
|
||||||
newtab: true
|
newtab: true
|
||||||
|
26
content/page/events.md
Normal file
26
content/page/events.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
title: 事件
|
||||||
|
description: 关于此博客的一些技术性事件
|
||||||
|
date: '2022-05-31'
|
||||||
|
aliases:
|
||||||
|
- events
|
||||||
|
slug: events
|
||||||
|
license: CC BY-NC-ND
|
||||||
|
lastmod: '2022-05-31'
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: -60
|
||||||
|
params:
|
||||||
|
icon: notebook
|
||||||
|
---
|
||||||
|
|
||||||
|
## Events
|
||||||
|
|
||||||
|
- 2022年5月31日 - 新增此页面,记录过去博客发生的所有变化
|
||||||
|
- 2021年12月21日 - 抛弃 Typecho,迁移所有内容至 [Hugo](https://gohugo.io/) 静态博客,使用 [Stack](https://github.com/CaiJimmy/hugo-theme-stack) 作为主题,托管至 Cloudflare Pages,同时域名去掉了 blog 开头,使用根域名
|
||||||
|
- 2021年8月26日 - 对 Cloudflare 做 Anycast IP 优选,确保大陆接入速度,全站接入 IPv6
|
||||||
|
- 2021年3月14日 - 开启 Cloudflare 的全站 HTTP3 QUIC 支持
|
||||||
|
- 2021年3月13日 - 博客接入 Cloudflare 全球 CDN
|
||||||
|
- 2020年10月7日 - 博客主题变更为 [handsome](https://www.ihewro.com/archives/489/) 正版付费主题
|
||||||
|
- 2020年8月20日 - 因升级 Linux 依赖及核心版本,服务器无法正常启动,VNC 连接后解决,详见 <https://xingez.me/2020-server-down>
|
||||||
|
- 2018年8月5日 - 购入阿里云香港轻量应用服务器,使用 [Typecho](https://typecho.org/) 作为博客程序,[Mirages](https://get233.com/archives/mirages-intro.html) 作为主题
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "寻觅"
|
title: "搜寻"
|
||||||
slug: "search"
|
slug: "search"
|
||||||
layout: "search"
|
layout: "search"
|
||||||
outputs:
|
outputs:
|
||||||
@ -7,7 +7,7 @@ outputs:
|
|||||||
- json
|
- json
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
weight: -60
|
weight: -50
|
||||||
params:
|
params:
|
||||||
icon: search
|
icon: search
|
||||||
---
|
---
|
Loading…
x
Reference in New Issue
Block a user