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: Use Gravatar in First-party Systems
|
||||
---
|
||||
|
||||
Insert a `<img src="https://gravatar.com/avatar/$SHA256(email)/?d=identicon">`.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Blog
|
||||
---
|
||||
|
||||
# Blog
|
||||
|
||||
Welcome to blog of OnixByte, we will share developing experiences here.
|
||||
@@ -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: 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.
|
||||
|
||||
Reference in New Issue
Block a user