Coder Social home page Coder Social logo

liruifengv / astro-cn.com Goto Github PK

View Code? Open in Web Editor NEW
50.0 2.0 46.0 10.35 MB

Astro 中文网站 Showcase。展示一些使用 Astro 构建的中文网站!

Home Page: https://astro-cn.com

JavaScript 14.36% Astro 31.11% TypeScript 45.27% MDX 8.79% CSS 0.46%
astro awesome showcase starlight

astro-cn.com's Introduction

Hello World🎉

  • 👋 My name is 李瑞丰(liruifengv)!
  • 👨‍💻 I'm a front-end developer.
  • 🚀 Currently the maintainer of Astro and a contributor to Deno.

You can follow me on any of the following platforms:

Platform Wechat
My WeChat qrCode

🎖 Badges

@liruifengv Astro contributions

🎬 Profile Counter

astro-cn.com's People

Contributors

100gle avatar a5yncx avatar bingal avatar ccbikai avatar cgqaq avatar crazyzard avatar daydreamer-riri avatar hexwars avatar hu-qi avatar huyikai avatar iwfan avatar javayhu avatar jw-12138 avatar licodeao avatar liruifengv avatar moeyua avatar oe avatar otto-j avatar peterchen1997 avatar suzulang avatar syhily avatar towelong avatar ttttinyfish avatar wanghanzhen avatar xijaja avatar yjl9903 avatar yuhangch avatar yy4382 avatar zhengqbbb avatar zuozizhen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

astro-cn.com's Issues

封面图优化管理建议

截止目前看到目录中只有 8 个封面图符合 800*450 尺寸规范。而且都没有压缩。之后 case 较多后难免会带来体验问题。或许可以考虑增加图片压缩的脚本、 ci 检查图片尺寸。

refactor: move sites out of astro to a single file

Now, we directly add component to add new sites.

image

I think it will be better to create a constant ts file to save all the sites information, for other generation usages, easy to refactor ui, adding other properties like github repo, and so on.

For example:

// constat.ts
export const sites = [
  // ...
]

// .astro
import { sites } from './constant'

---

{
  sites.map(site => (/** ... **/))
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.