README

基于 Astro 的个人静态生成网页

致谢

感谢以下

"dependencies": {
    "@astrojs/rss": "^4.0.6",
    "@astrojs/sitemap": "^3.1.5",
    "@astrojs/tailwind": "^5.1.0",
    "@tailwindcss/typography": "^0.5.13",
    "@vite-pwa/astro": "^0.4.0",
    "astro": "^4.8.5",
    "chart.js": "^4.4.3",
    "tailwindcss": "^3.4.3"
  },
  "devDependencies": {
    "prettier": "^3.3.3",
    "prettier-plugin-astro": "^0.14.1",
    "prettier-plugin-tailwindcss": "^0.6.6"
  }

  感谢Api
  https://uapis.cn/

Todo

  • [] 控制中心
  • [] 样式修改
  • []

已添加

  • 分页
  • 添加标签页、选择标签筛选功能
  • 归档时间线
  • 加入评论系统,暂时考虑用 valine+leancloud 实现,更新目前使用 giscuc
  • 简单的搜索,根据标题,描述,时间,标签等
  • 目录
  • 响应式页面
  • RSS & Sitemap
  • PWA
  • SEO-friendly with canonical URLs and OpenGraph data
  • 100/100 Lighthouse performance

欢迎 Satar

gh repo clone XtrueT/subsequent-star
CommandAction
npm installInstalls dependencies
npm run devStarts local dev server at localhost:4321
npm run buildBuild your production site to ./dist/
npm run previewPreview your build locally, before deploying
npm run astro ...Run CLI commands like astro add, astro check
npm run astro -- --helpGet help using the Astro CLI