feat: initialize Jiayun official website
parents
Showing
.env.example
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
CMS_README.md
0 → 100644
astro.config.mjs
0 → 100644
deploy/nginx/jiayun.conf
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | |||
| "name": "jiayun-official-site", | |||
| "type": "module", | |||
| "version": "1.0.0", | |||
| "private": true, | |||
| "engines": { | |||
| "node": ">=20.20.0 <21" | |||
| }, | |||
| "scripts": { | |||
| "dev": "node --env-file-if-exists=.env ./node_modules/astro/astro.js dev", | |||
| "build": "node scripts/build-site.mjs", | |||
| "build:inside-lock": "node scripts/build-site.mjs --inside-lock", | |||
| "build:astro": "astro check && astro build", | |||
| "preview": "astro preview", | |||
| "check": "astro check", | |||
| "start": "node --env-file-if-exists=.env server.mjs", | |||
| "admin": "npm start", | |||
| "serve": "npm run build && npm start" | |||
| }, | |||
| "dependencies": { | |||
| "@astrojs/node": "9.5.5", | |||
| "@astrojs/sitemap": "^3.7.3", | |||
| "astro": "5.18.2", | |||
| "gray-matter": "^4.0.3", | |||
| "marked": "^14.1.4" | |||
| }, | |||
| "devDependencies": { | |||
| "@astrojs/check": "^0.9.6", | |||
| "typescript": "^5.9.3" | |||
| } | |||
| } |
public/admin/app.js
0 → 100644
public/admin/style.css
0 → 100644
public/og-cover.svg
0 → 100644
public/robots.txt
0 → 100644
public/site.webmanifest
0 → 100644
public/uploads/.gitkeep
0 → 100644
scripts/build-site.mjs
0 → 100644
scripts/cleanup-releases.sh
0 → 100644
scripts/deploy-release.sh
0 → 100644
scripts/site-build.d.mts
0 → 100644
scripts/site-build.mjs
0 → 100644
server.mjs
0 → 100644
src/components/CTA.astro
0 → 100644
src/components/Footer.astro
0 → 100644
src/components/Header.astro
0 → 100644
src/components/Icon.astro
0 → 100644
src/content/categories.json
0 → 100644
src/data/site.ts
0 → 100644
src/layouts/Base.astro
0 → 100644
src/lib/article-store.ts
0 → 100644
src/lib/articles.ts
0 → 100644
src/lib/cms-api.ts
0 → 100644
src/pages/404.astro
0 → 100644
src/pages/about/index.astro
0 → 100644
src/pages/admin/index.astro
0 → 100644
src/pages/faq/index.astro
0 → 100644
src/pages/index.astro
0 → 100644
src/pages/join/index.astro
0 → 100644
src/pages/llms.txt.ts
0 → 100644
src/pages/uploads/[file].ts
0 → 100644
src/styles/global.css
0 → 100644
tsconfig.json
0 → 100644
白底黑字绿LOGO.svg
0 → 100644
黑底白字绿LOGO.svg
0 → 100644
Please register or sign in to comment