feat: implement pages
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"text": "blog",
|
||||
"link": "/blog/",
|
||||
"activeMatch": "/blog/"
|
||||
},
|
||||
{
|
||||
"text": "notifications",
|
||||
"link": "/notifications/",
|
||||
"activeMatch": "/notifications/"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"type": "dir",
|
||||
"name": "contents",
|
||||
"label": "blog"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: 在第一方系统中使用 Gravatar
|
||||
---
|
||||
|
||||
使用链接 https://gravatar.com/avatar/$SHA256(email)/?d=identicon 即可。
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: 博客
|
||||
---
|
||||
|
||||
# 博客
|
||||
|
||||
欢迎来到 OnixByte 博客,这里会分享技术文章和项目动态。
|
||||
@@ -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
|
||||
---
|
||||
@@ -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 沟通,以申请解除此屏蔽。对于由此带来的任何不便,我们深表歉意,并感谢您及时配合更新联系信息。
|
||||
|
||||
Reference in New Issue
Block a user