feat: better demo site (#1241)
* demo: add image-gallery post * demo: change language weight * demo: add multilanguage about page * demo: change title and url * demo: add shortcode documentation with multi-language support * demo: improve markdown guide post * demo: improve Math Typesetting post * demo: rename Markdown Syntax Guide post * demo: remove emoji support post * demo: remove placeholder text post * demo: remove rich-content post * demo: rename image gallery page bundle * demo: add multilingual `Documentation` category * demo: Increase pagination pager size from 3 to 5. * demo: add multilingual links, search, and archives pages * demo: remove `ar` from demosite
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
---
|
||||
title: 关于
|
||||
description: 关于本站及其作者的一切。
|
||||
date: 2026-01-26
|
||||
lastmod: 2026-01-26
|
||||
menu:
|
||||
main:
|
||||
weight: -90
|
||||
@@ -7,4 +10,36 @@ menu:
|
||||
icon: user
|
||||
---
|
||||
|
||||
This is a test page for i18n support.
|
||||
## 这是给谁看的?
|
||||
|
||||
这是一个示例**关于**页面。你可以用它来介绍你自己、你的博客或你的项目。
|
||||
|
||||
## 关于作者
|
||||
|
||||
你好!我是一个热衷于博客和开源的爱好者。我喜欢探索新技术并向社区分享我的经验。
|
||||
|
||||
### 我的旅程
|
||||
|
||||
我在 10 多年前开始了我的 Web 开发之旅。自那以后,我参与了许多项目,从个人博客到大规模企业应用。
|
||||
|
||||
### 技能
|
||||
|
||||
- **前端**: HTML, CSS, JavaScript, React, Vue
|
||||
- **后端**: Node.js, Python, Go
|
||||
- **工具**: Git, Docker, Hugo, Neovim
|
||||
|
||||
## 联系我
|
||||
|
||||
如果你有任何问题或只是想打个招呼,请随时联系我!
|
||||
|
||||
- **电子邮件**: [hello@example.com](mailto:hello@example.com)
|
||||
- **Twitter**: [@example](https://twitter.com/example)
|
||||
- **GitHub**: [example](https://github.com/example)
|
||||
|
||||
---
|
||||
|
||||
> "Logic will get you from A to B. Imagination will take you everywhere."
|
||||
> — *Albert Einstein*
|
||||
|
||||
---
|
||||
*此页面由 AI 生成。*
|
||||
Reference in New Issue
Block a user