chore: blog

This commit is contained in:
lencx 2024-02-20 16:14:58 +08:00
parent 56ef6c7c36
commit d29a2e1368
7 changed files with 35 additions and 6 deletions

View File

@ -36,7 +36,7 @@
{
"id": "noi:gemini",
"parent": "noi@ai",
"text": "gemini",
"text": "Gemini",
"url": "https://gemini.google.com"
},
{

View File

@ -42,7 +42,7 @@
{
"id": "noi:gemini",
"parent": "noi@ai",
"text": "gemini",
"text": "Gemini",
"url": "https://gemini.google.com"
},
{

View File

@ -1,5 +1,5 @@
lencx:
name: lencx
title: 'FE'
title: Web • Rust • Tauri • Electron
url: https://github.com/lencx
image_url: https://github.com/lencx.png

6
website/blog/noi.md Normal file
View File

@ -0,0 +1,6 @@
---
title: Hello, Noi
authors: [lencx]
---
🚀 Power Your World with AI - Explore, Extend, Empower.

View File

@ -26,7 +26,7 @@ const config: Config = {
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
locales: ['en', 'zh-CN'],
},
plugins: [
@ -69,7 +69,21 @@ const config: Config = {
// position: 'left',
// label: 'Tutorial',
// },
// {to: '/blog', label: 'Blog', position: 'left'},
{ to: '/blog', label: 'Blog', position: 'left' },
{
type: 'localeDropdown',
position: 'right',
dropdownItemsAfter: [
{
type: 'html',
value: '<hr style="margin: 0.3rem 0;">',
},
{
href: 'https://github.com/lencx/Noi',
label: 'Help Us Translate',
},
],
},
{
href: 'https://github.com/lencx/noi',
label: 'GitHub',

View File

@ -0,0 +1,9 @@
---
title: 你好, Noi
authors: [lencx]
---
🚀 用 AI 点亮您的世界 - 探索、扩展、赋能。
- [Noi跨平台定制化浏览器最得力 AI 助手](https://mp.weixin.qq.com/s/dAN7LOw7mH609HdAyEvXfg)
- [Noi插件介绍](https://mp.weixin.qq.com/s/M6gO6MdK5obCvs2LIBZA3w)

View File

@ -1,5 +1,5 @@
{
"name": "noi",
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {