feat: initialize Yinzhuang corporate website
parents
Showing
.env.example
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
CMS_README.md
0 → 100644
README.md
0 → 100644
astro.config.mjs
0 → 100644
deploy/nginx/yinzhuang.conf
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "yinzhuang-official-site", | ||
| "type": "module", | ||
| "version": "1.0.0", | ||
| "private": true, | ||
| "engines": { | ||
| "node": ">=20.20.0 <21" | ||
| }, | ||
| "scripts": { | ||
| "dev": "node --env-file=.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=.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" | ||
| } | ||
| } |
pic/LOGO-白底红字.png
0 → 100644
28.3 KB
pic/LOGO-白底红字.svg
0 → 100644
This diff is collapsed.
pic/LOGO-白底黄字.svg
0 → 100644
This diff is collapsed.
pic/LOGO-红底白字-底较大.png
0 → 100644
269 KB
pic/product/22.jpg
0 → 100644
292 KB
pic/product/800.jpg
0 → 100644
469 KB
pic/product/WW .jpg
0 → 100644
280 KB
pic/product/优先-画板 1(1).jpg
0 → 100644
This diff is collapsed.
pic/product/优先-画板 1(2).jpg
0 → 100644
This diff is collapsed.
pic/product/优先-画板 1(3).jpg
0 → 100644
This diff is collapsed.
pic/product/优先-画板 1.jpg
0 → 100644
This diff is collapsed.
588 KB
128 KB
115 KB
154 KB
139 KB
238 KB
188 KB
90.4 KB
public/admin/app.js
0 → 100644
This diff is collapsed.
public/admin/style.css
0 → 100644
This diff is collapsed.
public/og-cover.svg
0 → 100644
public/robots.txt
0 → 100644
public/site.webmanifest
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/content.config.ts
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
This diff is collapsed.
src/lib/articles.ts
0 → 100644
src/lib/cms-api.ts
0 → 100644
This diff is collapsed.
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
This diff is collapsed.
tsconfig.json
0 → 100644