feat(docs/calendar): add calendar

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit was merged in pull request #17.
This commit is contained in:
2025-12-24 14:24:03 +08:00
parent 0e77c7fb2e
commit 1e1baa0b8e
3 changed files with 37 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ export default defineConfig({
href: 'https://github.com/NixOS-CN/nixcn-web',
},
],
sidebar: ['meetup-2-guide', 'souvenir-customization', 'volunteers', 'code-of-conduct'],
sidebar: ['meetup-2-guide', 'souvenir-customization', 'volunteers', 'code-of-conduct', 'calendar'],
plugins: [
starlightUITweaks({
navbarLinks: [{ label: 'Nix CN 社区 ↗', href: 'https://nixos-cn.org/' }],

View File

@@ -0,0 +1,18 @@
---
title: '议程日历'
description: '议程日历'
sidebar:
label: '议程日历'
---
点击右上角"月"按钮,选择"日程“视图,以获得最佳的查看体验。
<iframe
class='calendar'
src='https://calendar.google.com/calendar/embed?src=5a48432d43f3ef6bdba99eb12fc804bbff13942ca4102f55bae32c440db5ef56%40group.calendar.google.com&ctz=Asia%2FShanghai'
style='border: 0;height:600px'
width='800'
height='600'
frameborder='0'
scrolling='no'
></iframe>

View File

@@ -0,0 +1,18 @@
---
title: 'Agenda Calendar'
description: 'Agenda Calendar'
sidebar:
label: 'Agenda Calendar'
---
Click "Month" button, select "Agenda" view, to get the best viewing experience.
<iframe
class='calendar'
src='https://calendar.google.com/calendar/embed?src=5a48432d43f3ef6bdba99eb12fc804bbff13942ca4102f55bae32c440db5ef56%40group.calendar.google.com&ctz=Asia%2FShanghai'
style='border: 0;height:600px'
width='800'
height='600'
frameborder='0'
scrolling='no'
></iframe>