feat: implement pages

This commit is contained in:
siujamo
2026-05-19 21:45:20 -05:00
commit 2c17c927fc
30 changed files with 3479 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[
{
"text": "blog",
"link": "/blog/",
"activeMatch": "/blog/"
},
{
"text": "notifications",
"link": "/notifications/",
"activeMatch": "/notifications/"
}
]
+7
View File
@@ -0,0 +1,7 @@
[
{
"type": "dir",
"name": "contents",
"label": "blog"
}
]
@@ -0,0 +1,5 @@
---
title: Use Gravatar in First-party Systems
---
Insert a `<img src="https://gravatar.com/avatar/$SHA256(email)/?d=identicon">`.
+7
View File
@@ -0,0 +1,7 @@
---
title: Blog
---
# Blog
Welcome to blog of OnixByte, we will share developing experiences here.
+42
View File
@@ -0,0 +1,42 @@
---
pageType: home
hero:
name: OnixByte Official
tagline: OnixByte Homepage
actions:
- theme: brand
text: Quick Start
link: /guide/start/introduction
- theme: alt
text: GitHub
link: https://github.com/web-infra-dev/rspress
image:
src: /rspress-icon.png
alt: Logo
features:
- title: Blazing fast build speed
details: The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.
icon: 🏃🏻‍♀️
link: /guide/start/introduction
- title: Support for MDX content writing
details: MDX is a powerful way to write content, allowing you to use React components in Markdown.
icon: 📦
link: /guide/use-mdx/components
- title: Built-in full-text search
details: Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities.
icon: 🎨
link: https://rspress.rs/guide/advanced/custom-search
- title: AI-friendly
details: Generate llms.txt and Markdown files compliant with the llms.txt specification through SSG-MD, making it easier for large language models to understand and use your documentation.
icon: 🤖
link: https://rspress.rs/guide/basic/ssg-md
- title: Static site generation
details: In production, it automatically builds into static HTML files, which can be easily deployed anywhere.
icon: 🌈
link: https://rspress.rs/guide/basic/ssg
- title: Providing multiple custom capabilities
details: Through its extension mechanism, you can easily extend theme UI and build process.
icon: 🔥
link: https://rspress.rs/guide/basic/custom-theme
---
+19
View File
@@ -0,0 +1,19 @@
---
title: Notifications
---
# Microsoft Email Delivery Issues (@outlook, @hotmail, @live, @msn and custom domain emails hosted on Microsoft)
> Updated at *19 May 2026*.
**Urgent Action Required for Users with Microsoft-Hosted Emails.**
Please be advised that our automated email service is currently experiencing severe delivery issues to all email addresses hosted by Microsoft. Due to recent aggressive filtering policies by their Exchange Online Protection (EOP), our mail delivery server has been blocked by Microsoft. As a consequence, our system is **unable to send any notifications, password resets, or activation emails** to accounts ending in **@outlook.com**, **@hotmail.com**, **@live.com**, **@msn.com**, or **indeed any custom domains hosted by Microsoft**.
To ensure uninterrupted service, please follow the guidance below based on your account status:
- For Prospective Users (Before Registration): Please **do not** use a Microsoft-hosted email address to register your account. You will not receive the essential activation link. Kindly use an alternative email service provider, such as your corporate email, QQ Mail, or NetEase (163) Mail to complete your registration.
- For Existing Registered Users: If your profile is currently linked to an Outlook or Hotmail address, please log in immediately and update your primary email address. You can change this by navigating to your **[User Settings -> Preferences -> Emails](https://git.onixbyte.cn/-/profile/emails)** page. Failing to do so will result in missing critical repository updates, CI/CD pipeline failure logs, and Merge Request notifications.
We are actively working to appeal this block with the Microsoft Postmaster Centre. We sincerely apologise for any inconvenience caused and appreciate your prompt cooperation in updating your contact details.
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

+12
View File
@@ -0,0 +1,12 @@
[
{
"text": "blog",
"link": "/blog/",
"activeMatch": "/blog/"
},
{
"text": "notifications",
"link": "/notifications/",
"activeMatch": "/notifications/"
}
]
+7
View File
@@ -0,0 +1,7 @@
[
{
"type": "dir",
"name": "contents",
"label": "blog"
}
]
@@ -0,0 +1,5 @@
---
title: 在第一方系统中使用 Gravatar
---
使用链接 https://gravatar.com/avatar/$SHA256(email)/?d=identicon 即可。
+7
View File
@@ -0,0 +1,7 @@
---
title: 博客
---
# 博客
欢迎来到 OnixByte 博客,这里会分享技术文章和项目动态。
+42
View File
@@ -0,0 +1,42 @@
---
pageType: home
hero:
name: OnixByte Official
tagline: OnixByte Homepage
actions:
- theme: brand
text: Quick Start
link: /guide/start/introduction
- theme: alt
text: GitHub
link: https://github.com/web-infra-dev/rspress
image:
src: /rspress-icon.png
alt: Logo
features:
- title: Blazing fast build speed
details: The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.
icon: 🏃🏻‍♀️
link: /guide/start/introduction
- title: Support for MDX content writing
details: MDX is a powerful way to write content, allowing you to use React components in Markdown.
icon: 📦
link: /guide/use-mdx/components
- title: Built-in full-text search
details: Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities.
icon: 🎨
link: https://rspress.rs/guide/advanced/custom-search
- title: AI-friendly
details: Generate llms.txt and Markdown files compliant with the llms.txt specification through SSG-MD, making it easier for large language models to understand and use your documentation.
icon: 🤖
link: https://rspress.rs/guide/basic/ssg-md
- title: Static site generation
details: In production, it automatically builds into static HTML files, which can be easily deployed anywhere.
icon: 🌈
link: https://rspress.rs/guide/basic/ssg
- title: Providing multiple custom capabilities
details: Through its extension mechanism, you can easily extend theme UI and build process.
icon: 🔥
link: https://rspress.rs/guide/basic/custom-theme
---
+19
View File
@@ -0,0 +1,19 @@
---
title: 通知
---
# Microsoft 邮件投递问题(@outlook、@hotmail、@live、@msn 以及托管在 Microsoft 的自定义域名邮箱)
> 更新于 *2026 年 5 月 19 日*
**使用 Microsoft 托管邮箱的用户需立即采取行动。**
特此通知,我们的自动邮件服务目前向所有由 Microsoft 托管的邮箱地址投递时遇到严重问题。由于 Microsoft Exchange Online Protection (EOP) 近期采取了激进的过滤策略,我们的邮件投递服务器已被 Microsoft 屏蔽。因此,我们的系统**无法向以下邮箱地址发送任何通知、密码重置或激活邮件**:**@outlook.com**、**@hotmail.com**、**@live.com**、**@msn.com**,以及**任何由 Microsoft 托管自定义域名的邮箱**。
为确保服务不受影响,请根据您的账户状态参考以下指引:
- **新用户(注册前)**:请**不要**使用 Microsoft 托管的邮箱地址注册账户。您将无法收到必要的激活链接。请使用其他邮件服务商,例如您的企业邮箱、QQ 邮箱或网易 163 邮箱完成注册。
- **已注册用户**:如果您的账户当前绑定了 Outlook 或 Hotmail 邮箱地址,请立即登录并更新您的主邮箱。您可以通过 **[用户设置 -> 偏好设置 -> 邮箱](https://git.onixbyte.cn/-/profile/emails)** 页面进行更改。未能及时更新将导致您无法收到重要的仓库更新、CI/CD 流水线失败日志以及合并请求通知。
我们正在积极与 Microsoft Postmaster Centre 沟通,以申请解除此屏蔽。对于由此带来的任何不便,我们深表歉意,并感谢您及时配合更新联系信息。