Skip to content

inclusionAI/ling-site

Repository files navigation

Ant Ling - Official Website

Static website for Ant Ling, built with vanilla HTML, CSS, and JavaScript for optimal performance and SEO.

Official Website: https://ant-ling.com

Ant Ling is the core foundation model series of Ant Group's Artificial General Intelligence (AGI) initiative. We are committed to building and sharing cutting-edge foundation model capabilities, believing that the development of intelligence must move towards openness, sharing, and scalability.

🚀 Quick Start

The production site is in the dist/ folder. No build step required!

# Using Node.js
npm run serve:node

Then visit: http://localhost:8000

📁 Structure

ling-site/
├── dist/                   # ✨ Production-ready static files
│   ├── index.html          # Root with language detection
│   ├── en/index.html       # English version
│   ├── zh/index.html       # Chinese version
│   ├── css/styles.min.css  # Compiled Tailwind CSS
│   ├── js/main.js          # Interactive features
│   ├── favicon.ico         # Favicon (ICO format)
│   ├── favicon.png         # Favicon (PNG format)
│   └── CNAME               # Custom domain
├── .github/workflows/      # GitHub Actions for deployment
└── package.json            # Minimal package file (no dependencies)

✨ Features

  • ✅ Pure HTML/CSS/JavaScript - No build step
  • ✅ Excellent SEO - All content in HTML
  • ✅ Dark theme design
  • ✅ Responsive (mobile/tablet/desktop)
  • ✅ Multi-language (EN/ZH)
  • ✅ Fast loading (< 150KB)
  • ✅ Auto-deployment via GitHub Actions

🌐 Deployment

GitHub Actions (Automatic)

When you push to the ai branch, GitHub Actions automatically deploys the dist/ folder to GitHub Pages.

See .github/workflows/deploy-gh-pages.yml for details.

Manual Deployment

# Copy to any static host
cp -r dist/* /path/to/hosting/

📝 Content Updates

  • English: Edit dist/en/index.html
  • Chinese: Edit dist/zh/index.html
  • Styles: dist/css/styles.min.css
  • Scripts: dist/js/main.js

🔗 Links


For detailed documentation, see STATIC_SITE_README.md

License

© 2026 Ant Ling Technologies, All rights reserved

About

Official website for Ling, 95% by AI.

Topics

Resources

License

Stars

Watchers

Forks

Contributors