Skip to content

Commit

Permalink
Merge pull request #1 from BigerCAP/U-config
Browse files Browse the repository at this point in the history
U config
  • Loading branch information
buggithubs authored Nov 19, 2024
2 parents a59bd39 + 70c45de commit 0bc474a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 31 deletions.
24 changes: 12 additions & 12 deletions config.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -21,22 +21,22 @@ googleAnalytics = "" # UA-XXXXXXXX-X
copyright = "DB - AirPlan" # default: author.name ↓ # 默认为下面配置的author.name ↓

[author] # essential # 必需
name = "Jeff"
name = "Atman"

[sitemap] # essential # 必需
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"

[[menu.main]] # config your menu # 配置目录
name = "Blog"
name = "Archive"
weight = 10
identifier = "自制饭"
url = "/post/"
[[menu.main]]
[[menu.main]]
name = "Look"
weight = 20
identifier = "百家饭"
identifier = "大眼看世界"
url = "/look/"
[[menu.main]]
name = "Tags"
Expand All @@ -53,15 +53,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
Expand Down Expand Up @@ -168,10 +168,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
Expand Down
28 changes: 9 additions & 19 deletions content/about/index.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 0bc474a

Please # to comment.