From e5f70b3570a2847d83ba9af7b16f3da1e1dc720b Mon Sep 17 00:00:00 2001 From: buggithubs <11624213+buggithubs@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:11:46 +0800 Subject: [PATCH 1/3] Update config.toml config domain --- config.toml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/config.toml b/config.toml index 5da56d64..d13956fd 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://ap.biger.cc/" +baseURL = "https://biger.cc/" languageCode = "en" defaultContentLanguage = "en" # en / zh-cn / ... (This field determines which i18n file to use) title = "AirPlan - A biger solution" @@ -21,7 +21,7 @@ googleAnalytics = "" # UA-XXXXXXXX-X copyright = "DB - AirPlan" # default: author.name ↓ # 默认为下面配置的author.name ↓ [author] # essential # 必需 - name = "Jeff" + name = "Atman" [sitemap] # essential # 必需 changefreq = "weekly" @@ -29,15 +29,10 @@ copyright = "DB - AirPlan" # default: author.name ↓ # 默认 filename = "sitemap.xml" [[menu.main]] # config your menu # 配置目录 - name = "Blog" + name = "Archive" weight = 10 identifier = "自制饭" url = "/post/" -[[menu.main]] - name = "Look" - weight = 20 - identifier = "百家饭" - url = "/look/" [[menu.main]] name = "Tags" weight = 30 @@ -53,15 +48,15 @@ copyright = "DB - AirPlan" # default: author.name ↓ # 默认 version = "4.x" # Used to give a friendly message when you have an incompatible update debug = false # If true, load `eruda.min.js`. See https://github.com/liriliri/eruda - since = "2017" # Site creation time # 站点建立时间 + since = "2014" # Site creation time # 站点建立时间 # use public git repo url to link lastmod git commit, enableGitInfo should be true. # 指定 git 仓库地址,可以生成指向最近更新的 git commit 的链接,需要将 enableGitInfo 设置成 true. gitRepo = "" # site info (optional) # 站点信息(可选,不需要的可以直接注释掉) logoTitle = "AirPlan" # default: the title value # 默认值: 上面设置的title值 - keywords = ["TiDB", "AirPlan","TiDB OPS","tidb-operator","2pc","raft","databases","mysql","htap"] - description = "A biger solution,TiDB AirPlan" + keywords = ["TiDB", "AirPlan","TiDB OPS","tidb-operator","2pc","raft","databases","mysql","htap","StarRocks","OLAP","OLTP","HTAP"] + description = "A biger solution -- AirPlan" # paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值 archivePaginate = 35 @@ -168,10 +163,10 @@ copyright = "DB - AirPlan" # default: author.name ↓ # 默认 options = "" # default: "{theme: 'simple'}" [params.busuanzi] # count web traffic by busuanzi # 是否使用不蒜子统计站点访问量 - enable = true - siteUV = true - sitePV = true - pagePV = true + enable = false + siteUV = false + sitePV = false + pagePV = false [params.reward] # 文章打赏 enable = false From b8e657a9e0adcd027e4bd4e598134f9f969484b2 Mon Sep 17 00:00:00 2001 From: buggithubs <11624213+buggithubs@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:18:44 +0800 Subject: [PATCH 2/3] Update index.md U-about --- content/about/index.md | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/content/about/index.md b/content/about/index.md index 6f34fa26..51290784 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,29 +1,19 @@ --- title: "About" date: 2017-08-20T21:38:52+08:00 -lastmod: 2017-08-28T21:41:52+08:00 +lastmod: 2024-11-18T21:41:52+08:00 menu: "main" -weight: 50 +weight: 66 --- ## About | AirPlan -> 本站内容信仰:望闻问切之术 -> 望而知之谓之神,闻而知之谓之圣 -> 问而知之谓之工,切脉而知之谓之巧 -- 缘由 - - 域名:`ap.biger.cc` 中的前缀 ap 为 air plan 的缩写,同时也是 access point 的缩写 - - AirPlan 来源于某项运动:让一部分人先富起来去扶人 - - 主题:日常积攒的使用 TiDB 产品的随想,内容真实性待参考,不作为官方说明(本站内容最终解释权归本站) - - 版权:百家饭+臆想炒出来的的菜使用了 `CC BY-NC-ND 4.0` 协议 - - SEO:不存在的 ing,全拼天命 - - 其他:聊天写评可以提 issue 或发邮件到 `ai#tidb.cc` -- 神'枪手 - - Atman:省略 500 字,它是个小学生 - - 其他招募中 -- 痛击灵 - - [TiDB-AirPlan](https://github.com/BigerCAP/TiDB-AirPlan) Github 项目 - - [TiDB-AirPlan](/airplan) 大纲框架 -![ap.tidb.cc](/global/helpertools.jpg) +- 域名:`biger.cc` + - AirPlan -- A biger solution +- 主题:日常积攒的使用随想,内容真实性待参考,不作为官方说明(本站内容最终解释权归本站) + - 使用了 `CC BY-NC-ND 4.0` 协议 + - 单机数据库、分布式数据库、Linux 系统运维、云计算、云基建 + +![biger.cc](/global/helpertools.jpg) From 70c45de2d501660e9472496309a9953b90449b37 Mon Sep 17 00:00:00 2001 From: buggithubs <11624213+buggithubs@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:23:03 +0800 Subject: [PATCH 3/3] Update config.toml --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index d13956fd..51541a60 100644 --- a/config.toml +++ b/config.toml @@ -33,6 +33,11 @@ copyright = "DB - AirPlan" # default: author.name ↓ # 默认 weight = 10 identifier = "自制饭" url = "/post/" +[[menu.main]] + name = "Look" + weight = 20 + identifier = "大眼看世界" + url = "/look/" [[menu.main]] name = "Tags" weight = 30