-
- Downloads

Initial commit

Showing
- .gitlab-ci.yml 0 additions, 0 deletions.gitlab-ci.yml
- astro.config.mjs 6 additions, 3 deletionsastro.config.mjs
- lib/directus.ts 47 additions, 0 deletionslib/directus.ts
- package-lock.json 1745 additions, 16 deletionspackage-lock.json
- package.json 9 additions, 2 deletionspackage.json
- src/components/MainPage/Agenda.astro 14 additions, 0 deletionssrc/components/MainPage/Agenda.astro
- src/components/MainPage/InteractiveMascot.astro 229 additions, 0 deletionssrc/components/MainPage/InteractiveMascot.astro
- src/components/MainPage/Members.astro 27 additions, 0 deletionssrc/components/MainPage/Members.astro
- src/components/MainPage/Mottos.astro 36 additions, 0 deletionssrc/components/MainPage/Mottos.astro
- src/components/MainPage/News.astro 9 additions, 0 deletionssrc/components/MainPage/News.astro
- src/components/MainPage/TopicCard.astro 15 additions, 0 deletionssrc/components/MainPage/TopicCard.astro
- src/components/MainPage/WaveDivider.astro 18 additions, 0 deletionssrc/components/MainPage/WaveDivider.astro
- src/layouts/BlogPost.astro 1 addition, 84 deletionssrc/layouts/BlogPost.astro
- src/layouts/Layout.astro 37 additions, 0 deletionssrc/layouts/Layout.astro
- src/pages/blog/[...slug].astro 0 additions, 20 deletionssrc/pages/blog/[...slug].astro
- src/pages/blog/index.astro 0 additions, 111 deletionssrc/pages/blog/index.astro
- src/pages/index.astro 207 additions, 47 deletionssrc/pages/index.astro
- src/pages/news/[...slug].astro 2 additions, 0 deletionssrc/pages/news/[...slug].astro
- src/pages/news/index.astro 2 additions, 0 deletionssrc/pages/news/index.astro
- src/styles/global.css 24 additions, 0 deletionssrc/styles/global.css
.gitlab-ci.yml
0 → 100644
lib/directus.ts
0 → 100644
This diff is collapsed.
... | ... | @@ -10,11 +10,18 @@ |
"astro": "astro" | ||
}, | ||
"dependencies": { | ||
"@astrojs/check": "^0.9.4", | ||
"@astrojs/mdx": "^3.1.9", | ||
"@astrojs/rss": "^4.0.9", | ||
"@astrojs/sitemap": "^3.2.1", | ||
"@astrojs/tailwind": "^5.1.2", | ||
"@directus/sdk": "^18.0.0", | ||
"astro": "^4.16.15", | ||
"@astrojs/check": "^0.9.4", | ||
"typescript": "^5.7.2" | ||
"astro-particles": "^2.10.0", | ||
"flag-icons": "^7.2.3", | ||
"tailwindcss": "^3.4.15", | ||
"tsparticles": "^2.10.0", | ||
"typescript": "^5.7.2", | ||
"typewriter-effect": "^2.21.0" | ||
} | ||
} |
src/components/MainPage/Agenda.astro
0 → 100644
src/components/MainPage/Members.astro
0 → 100644
src/components/MainPage/Mottos.astro
0 → 100644
src/components/MainPage/News.astro
0 → 100644
src/components/MainPage/TopicCard.astro
0 → 100644
src/components/MainPage/WaveDivider.astro
0 → 100644
src/layouts/Layout.astro
0 → 100644
src/pages/blog/[...slug].astro
deleted
100644 → 0
src/pages/blog/index.astro
deleted
100644 → 0
src/pages/news/[...slug].astro
0 → 100644
src/pages/news/index.astro
0 → 100644
Please register or sign in to comment