Skip to content

leima-max/weekly-plans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📅 每周计划存档仓库

本仓库用于自动存放各周生成的计划网站,防止历史周计划被覆盖。

📁 目录结构

weekly-plans/
├── README.md
├── 2026/
│   ├── week-19/          # 2026年第19周 (5月4日-5月10日)
│   │   ├── index.html    # 周计划网页
│   │   └── assets/       # 该周专属资源
│   ├── week-20/          # 2026年第20周 (5月11日-5月17日)
│   │   ├── index.html
│   │   └── assets/
│   └── ...
├── 2027/
│   └── ...
└── archive-template/     # 周计划模板(可复制使用)
    ├── index.html
    └── README.md

🗓 周编号规则

采用 ISO 8601 周编号标准:YYYY/week-WW

  • 第1周:包含该年第一个星期四的周(1月1日所在的周可能属于前一年的最后一周)
  • 每周文件夹命名格式:week-XX(两位数,如 week-01, week-19)

🚀 使用方式

1. 手动创建新周计划

# 复制模板创建新周
cp -r archive-template 2026/week-$(date +%V)

# 编辑内容
cd 2026/week-$(date +%V)
# 修改 index.html 和 assets/

2. 自动化部署(推荐)

在生成周计划网站时,自动推送到对应周目录:

# 示例:部署 2026 年第 20 周计划
SITE_DIR="2026/week-20"
mkdir -p "$SITE_DIR"
cp -r generated-site/* "$SITE_DIR/"
git add "$SITE_DIR"
git commit -m "feat: add weekly plan for 2026 week 20"
git push

🔗 在线访问

通过 GitHub Pages 可访问历史周计划:

https://leima-max.github.io/weekly-plans/2026/week-19/

需要手动开启仓库的 GitHub Pages 功能(Settings → Pages → Source)

📊 当前存档

年份 已存档周数 最新周
2026 1 week-20

🤖 由 OpenClaw 网页生成助手自动管理

About

每周计划存档仓库 - 自动存放各周生成的计划网站

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages