- Astro 5 static blog, zero runtime JS - Obsidian wikilink remark plugin (slug matches Astro content collection) - KaTeX math rendering, local search, TOC, archives, tags - 5 posts on math/physics/ML topics - deploy scripts for nginx + certbot + rsync
16 lines
174 B
Text
16 lines
174 B
Text
# 依赖与构建产物
|
|
node_modules/
|
|
dist/
|
|
.astro/
|
|
|
|
# 日志与系统文件
|
|
*.log
|
|
.DS_Store
|
|
|
|
# 环境变量(避免误传密钥)
|
|
.env
|
|
.env.*
|
|
|
|
# 编辑器
|
|
.vscode/
|
|
.idea/
|