Skip to content

Commit

Permalink
content changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
stgst committed Aug 1, 2024
1 parent b6a5cf1 commit 041a3cd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 151 deletions.
Binary file removed .DS_Store
Binary file not shown.
22 changes: 11 additions & 11 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/markdown-examples' }
// { text: 'Examples', link: '/markdown-examples' }
],

sidebar: [
{
text: 'Examples',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' }
]
}
],
// sidebar: [
// {
// text: 'Examples',
// items: [
// { text: 'Markdown Examples', link: '/markdown-examples' },
// { text: 'Runtime API Examples', link: '/api-examples' }
// ]
// }
// ],

socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
{ icon: 'instagram', link: 'https://instagram.com/zeroday_cookie' }
]
}
})
49 changes: 0 additions & 49 deletions api-examples.md

This file was deleted.

1 change: 1 addition & 0 deletions event.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<meta http-equiv="refresh" content="0;url=https://zero-day-cookie.github.io/summer_camp" />
12 changes: 6 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ layout: home
hero:
name: "零日餅乾社"
text: "提供社員一個學習的環境、資源、交流平臺"
tagline: My great project tagline
tagline: 透過跨校群體建立完善的社團
actions:
- theme: brand
text: Markdown Examples
link: /markdown-examples
- theme: alt
text: API Examples
link: /api-examples
text: 夏日資安工作坊!!
link: /event
# - theme: alt
# text: API Examples
# link: /api-examples

# features:
# - title: Feature A
Expand Down
85 changes: 0 additions & 85 deletions markdown-examples.md

This file was deleted.

0 comments on commit 041a3cd

Please sign in to comment.