From 3e285751a6aec8011fc6e4ee3096df415aded9a9 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Tue, 31 May 2022 16:56:39 +0100 Subject: [PATCH] feat: events page --- assets/icons/notebook.svg | 6 ++++++ config.yaml | 2 +- content/page/events.md | 26 ++++++++++++++++++++++++++ content/page/search.md | 4 ++-- 4 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 assets/icons/notebook.svg create mode 100644 content/page/events.md diff --git a/assets/icons/notebook.svg b/assets/icons/notebook.svg new file mode 100644 index 0000000..657f576 --- /dev/null +++ b/assets/icons/notebook.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/config.yaml b/config.yaml index f9ea640..507b9da 100644 --- a/config.yaml +++ b/config.yaml @@ -195,7 +195,7 @@ menu: - identifier: rss name: RSS url: /index.xml - weight: -50 + weight: -40 params: icon: rss newtab: true diff --git a/content/page/events.md b/content/page/events.md new file mode 100644 index 0000000..af0ed6e --- /dev/null +++ b/content/page/events.md @@ -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 连接后解决,详见 +- 2018年8月5日 - 购入阿里云香港轻量应用服务器,使用 [Typecho](https://typecho.org/) 作为博客程序,[Mirages](https://get233.com/archives/mirages-intro.html) 作为主题 diff --git a/content/page/search.md b/content/page/search.md index 624d4fd..8de3d3c 100644 --- a/content/page/search.md +++ b/content/page/search.md @@ -1,5 +1,5 @@ --- -title: "寻觅" +title: "搜寻" slug: "search" layout: "search" outputs: @@ -7,7 +7,7 @@ outputs: - json menu: main: - weight: -60 + weight: -50 params: icon: search --- \ No newline at end of file