{"id":16099373,"url":"https://github.com/googtech/000days","last_synced_at":"2025-07-03T11:02:12.915Z","repository":{"id":107661170,"uuid":"296595437","full_name":"GoogTech/000days","owner":"GoogTech","description":"🎉 Day 000 of #100DaysOfPlan ( Not update due to the private information but I still have to insist on it in the daily life )","archived":false,"fork":false,"pushed_at":"2020-10-07T14:45:07.000Z","size":21981,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"Hexobackup","last_synced_at":"2025-07-03T11:02:02.145Z","etag":null,"topics":["100daysofcode","100daysofenglish","100daysoffitness","daily-attendance","daily-plans","keeper","life"],"latest_commit_sha":null,"homepage":"https://000days.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoogTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-18T10:59:22.000Z","updated_at":"2020-10-20T05:46:00.000Z","dependencies_parsed_at":"2023-06-08T17:15:07.226Z","dependency_job_id":null,"html_url":"https://github.com/GoogTech/000days","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GoogTech/000days","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogTech%2F000days","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogTech%2F000days/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogTech%2F000days/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogTech%2F000days/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoogTech","download_url":"https://codeload.github.com/GoogTech/000days/tar.gz/refs/heads/Hexobackup","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogTech%2F000days/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263314092,"owners_count":23447289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["100daysofcode","100daysofenglish","100daysoffitness","daily-attendance","daily-plans","keeper","life"],"created_at":"2024-10-09T18:27:04.380Z","updated_at":"2025-07-03T11:02:12.885Z","avatar_url":"https://github.com/GoogTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://000days.com/\"\u003e\n        \u003cimg src=\"https://000days.com/images/000days-logo.PNG\" width=\"800\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# One Command One Plan\n\n## How To Run\n\u003cdetails\u003e\n    \u003csummary\u003epython plan.py --help\u003c/summary\u003e\n\n    ```shell\n    Administrator@191114gm MINGW64 /f/Git/workbench/workbench-github-website/000days/py (Hexobackup)\n    $ python plan.py --help\n\n    Usage: plan.py -coverTemplateFileName \u003ccoverTemplateFileName\u003e -coverPicName \u003ccoverPicName\u003e -moveCoverToDir \u003cmoveCoverToDir\u003e -planTemplateFileName \u003cplanTemplateFileName\u003e -hexoPostTitle \u003chexoPostTitle\u003e -gitCommitMsg \u003cgitCommitMsg\u003e\n\n    Options:\n    -h, --help            show this help message and exit\n    --ct=COVERTEMPLATEFILENAME, --coverTemplate=COVERTEMPLATEFILENAME\n                            please enter the file name of cover template\n    --cn=COVERPICNAME, --coverPicName=COVERPICNAME\n                            please enter the name of cover picture\n    --bg=COVERBGCOLOR, --coverBgColor=COVERBGCOLOR\n                            please enter the background color of cover image\n    --cd=MOVECOVERTODIR, --moveCoverToDir=MOVECOVERTODIR\n                            please enter the dir name of cover image\n    --pt=PLANTEMPLATEFILENAME, --planTemplateFileName=PLANTEMPLATEFILENAME\n                            please enter the file name of plan template\n    --ht=HEXOPOSTTITLE, --hexoPostTitle=HEXOPOSTTITLE\n                            please enter the title of hexo post\n    --cm=GITCOMMITMSG, --gitCommitMsg=GITCOMMITMSG\n                            please enter the git commit message\n    ```\n\u003c/details\u003e\n\n\n## Example : How To Create New Post\n\u003cdetails\u003e\n    \u003csummary\u003efirst step : modify the template file of cover\u003c/summary\u003e\n\n    ```shell\n    template/coverTemplate.md\n    ```\n\u003c/details\u003e\n\u003cdetails\u003e\n    \u003csummary\u003esecond step : modify the template file of daily plan\u003c/summary\u003e\n\n    ```shell\n    template/daily-plans-for-spe-2020/template-spe-2020-ch.md\n    ```\n\u003c/details\u003e\n\u003cdetails\u003e\n    \u003csummary\u003ethird step : run plan.py and init the necessary parameters\u003c/summary\u003e\n\n    ```shell\n    Administrator@191114gm MINGW64 /f/Git/workbench/workbench-github-website/000days/py (Hexobackup)\n    $ python plan.py --ct coverTemplate.md --cn cover$ python plan.py --ct coverTemplate.md --cn coverPic --bg red --cd Day000 --pt template-spe-2020-ch.md --ht hexo-new-post-000 --cm testing\\ :\\ this\\ is\\ commit\\ message\n                                                                            \n    __  ___   ___        _                          __         _             \n    /_ |/ _ \\ / _ \\      | |                        / _|       | |            \n    | | | | | | | |   __| | __ _ _   _ ___    ___ | |_   _ __ | | __ _ _ __  \n    | | | | | | | |  / _` |/ _` | | | / __|  / _ \\|  _| |  _ \\| |/ _` |  _ \\ \n    | | |_| | |_| | | (_| | (_| | |_| \\__ \\ | (_) | |   | |_) | | (_| | | | |\n    |_|\\___/ \\___/   \\__,_|\\__,_|\\__, |___/  \\___/|_|   | .__/|_|\\__,_|_| |_|\n                                __/ |                 | |                  \n                                |___/                  |_|                  \n                                                                            \n                                            Author: GoogTech And Version: v1.0\n                                GitHub: https://github.com/YUbuntu0109/000days\n                                                                            \n\n\n\n    check the parameters you entered:\n    🔎: coverTemplateFileName : coverTemplate.md\n    🔎: coverPicName : coverPic\n    🔎: coverBgColor : red\n    🔎: moveCoverToDir : Day000\n    🔎: planTemplateFileName : template-spe-2020-ch.md\n    🔎: hexoPostTitle : hexo-new-post-000\n    🔎: gitCommitMsg : testing : this is commit message\n\n\n\n    ✅: check out the template of daily plans:\n    🎉 Day 000 of plan\n\n    ✅: check out the template of daily plans:\n    🎉 Day 000 of plan\n\n    ✅: check out resquest url:\n    https://carbon.now.sh/?bg=rgba(208,2,27,1)\u0026t=one-light\u0026wt=none\u0026l=application/x-sh\u0026ds=true\u0026dsyoff=20px\u0026dsblur=68px\u0026wc=true\u0026wa=true\u0026pv=56px\u0026pl=1\u0026fm=Hack\u0026fs=14px\u0026lh=143%\u0026si=false\u0026es=4x\u0026wm=false\u0026code=🎉 Day 000 of plan\n\n\n    DevTools listening on ws://127.0.0.1:50360/devtools/browser/766e1f03-cfa9-4ed7-81db-d32de9a2302b\n    ✅: picture be downloaded successfully \n\n    ✅: the newest file name: carbon.png and created time: 2020-09-21 15-47-00\n\n    ✅: file be renamed successfully and new name: coverPic.png\n\n    ✅: picture be moved successfully\n\n    ✅: had done and exited\n\n    ⚡: generated a cover picture successfully \n\n\n\n\n    (node:10136) ExperimentalWarning: The fs.promises API is experimental\n    INFO  Validating config\n    INFO  Created: F:\\Git\\workbench\\workbench-github-website\\000days\\source\\_posts\\hexo-new-post-000.md\n    ✅: new post be created successfully and title is: hexo-new-post-000\n\n    ✅: check out the template of daily plans:\n    ---\n    title: hexo-new-post-000\n    date: 2020-09-21 15:37:40\n    image: /images/2020/Day000/coverPic.png\n    tags: Testing Blog\n    ---\n\n    ## For Testing\n    📝 2020年年 9月份日计划表的模板文件如下所示示,坚持住住 !\n\n    🎉 第 000天自律打卡卡 !\n    #100DaysOfCode\n    #100DaysOfEnglish\n    #100DaysOfFitness\n\n\n    ✅ 1. 早晨 5 点起床\n\n    ✅ 2. 晨跑 5 公里\n\n    ✅ 3. 平板支撑 15 分钟( 早晨 )\n\n    ✅ 4. 腹肌训练 19 分钟( 早晨 )\n\n    ✅ 5. 50 个深蹲( 早晨 )\n\n    ✅ 6. 蛙式拉伸 10 分钟( 早晨 )\n\n    ✅ 7. 记忆 25 个英文单词\n\n    ✅ 8. 解答 2 个 LeetCode 题目,并将代码及解析上传到 www.algorithm.show\n\n    ✅ 9. 夜跑 3 公里\n\n    ✅ 10. 平板支撑 10 分钟( 晚上 )\n\n    ✅ 11. 腹肌训练 19 分钟( 晚上 )\n\n    ✅ 12. 50 个深蹲( 晚上 )\n\n    ✅ 13. 蛙式拉伸 5 分钟( 晚上 )\n\n    ✅ 14. 学习数据结构与算法\n\n    ✅ 15. 总结课程笔记\n\n    ✅ 16. 无心动挑战\n\n    ✅ 17. 写日记\n\n    ✅ 18. 十点上床睡觉\n\n\n    ✅: writed the content of plan template to the \u003chexo-new-post-000\u003e succesffully\n\n    ⚡: created a new hexo post successfully\n\n\n\n\n    (node:1456) ExperimentalWarning: The fs.promises API is experimental\n    INFO  Validating config\n    INFO  Deleted database.\n    INFO  Deleted public folder.\n    ✅: the command of \u003chexo clean\u003e be executed successfully\n\n    (node:8044) ExperimentalWarning: The fs.promises API is experimental\n    INFO  Validating config\n    INFO  Start processing\n    INFO  Files loaded in 280 ms\n    INFO  Generated: archives/2020/index.html\n    INFO  Generated: archives/2020/09/index.html\n    INFO  Generated: archives/index.html\n    INFO  Generated: about/index.html\n    INFO  Generated: tags/index.html\n    INFO  Generated: tags/Hexo-Blog-Testing/index.html\n    INFO  Generated: tags/Spe-2020/index.html\n    INFO  Generated: tags/Testing-Blog/index.html\n    INFO  Generated: archives/2020/page/2/index.html\n    INFO  Generated: archives/2020/09/page/2/index.html\n    INFO  Generated: CNAME\n    INFO  Generated: archives/page/2/index.html\n    INFO  Generated: images/icons/favicon-144x144.png\n    INFO  Generated: images/icons/favicon-32x32.png\n    INFO  Generated: images/icons/favicon-16x16.png\n    INFO  Generated: images/icons/apple-touch-icon.png\n    INFO  Generated: images/theme/loading.gif\n    INFO  Generated: js/modules.js\n    INFO  Generated: index.html\n    INFO  Generated: 2020/09/20/hexo-new-post-0016/index.html\n    INFO  Generated: 2020/09/21/hexo-new-post-1228/index.html\n    INFO  Generated: 2020/09/21/hexo-new-post-1015/index.html\n    INFO  Generated: 2020/09/21/hexo-new-post-000/index.html\n    INFO  Generated: js/utils.js\n    INFO  Generated: js/script.js\n    INFO  Generated: js/zui.js\n    INFO  Generated: images/icons/zhaoo-logo.png\n    INFO  Generated: 2020/09/20/hexo-new-post-0045/index.html\n    INFO  Generated: css/style.css\n    INFO  Generated: 2020/09/20/hexo-new-post-0023/index.html\n    INFO  Generated: 2020/09/20/hexo-new-post-0031/index.html\n    INFO  Generated: 2020/09/20/hexo-new-post-1909/index.html\n    INFO  Generated: 2020/09/18/hello-world/index.html\n    INFO  Generated: 2020/09/19/Travis-Testing/index.html\n    INFO  Generated: lib/fancybox/fancybox.css\n    INFO  Generated: lib/pjax/pjax.js\n    INFO  Generated: lib/lazyload/lazyload.js\n    INFO  Generated: lib/highlight/a11y-dark.css\n    INFO  Generated: lib/justifiedGallery/justifiedGallery.css\n    INFO  Generated: 2020/09/18/The-Template-Of-Daily-Plans-For-Spe-2020/index.html\n    INFO  Generated: images/theme/pexels-tirachard-kumtanom-544115.jpg\n    INFO  Generated: lib/justifiedGallery/justifiedGallery.js\n    INFO  Generated: images/theme/pexels-tirachard-kumtanom-574283.jpg\n    INFO  Generated: images/2020/Day002/carbon.png\n    INFO  Generated: images/2020/Day100/testing-pic.png\n    INFO  Generated: images/2020/Day1015/carbon.png\n    INFO  Generated: images/2020/Day000/carbon.png\n    INFO  Generated: images/2020/Day000/coverPic.png\n    INFO  Generated: images/2020/Day001/carbon.png\n    INFO  Generated: images/2020/Day003/carbon.png\n    INFO  Generated: images/2020/Day1228/Day1228.png\n    INFO  Generated: lib/highlight/highlight.js\n    INFO  Generated: images/testing.png\n    INFO  Generated: images/testing2.png\n    INFO  Generated: images/theme/pexels-stas-knop-3760323.jpg\n    INFO  Generated: images/theme/cloud.png\n    INFO  Generated: images/theme/Nicholas-Stevenson-Folio-animation-people-animals-Illustration-Personal-Friday-Animation-Loop.gif\n    INFO  Generated: images/theme/pexels-bich-tran-760710.jpg\n    INFO  Generated: images/theme/welcome-image.jpg\n    INFO  Generated: images/theme/post-image.jpg\n    INFO  Generated: lib/fancybox/fancybox.js\n    INFO  Generated: images/theme/Rebecca-Mock-Folio-illustration-animation-gifPop-Up-Magazine-death-book-01.gif\n    INFO  Generated: images/theme/Bodil-Jane-Folio-Art-Digital-Illustration-Animation-Reading_Girl.gif\n    INFO  Generated: images/template-spe-2020.png\n    INFO  Generated: images/theme/brishnas-story-2.gif\n    INFO  Generated: lib/jquery/jquery.js\n    INFO  Generated: lib/gitalk/gitalk.js\n    INFO  68 files generated in 877 ms\n    ✅: the command of \u003chexo generate\u003e be executed successfully\n\n    ⚡: hexo cleaned \u0026\u0026 generated and runed hexo server successfully\n\n\n\n\n    (node:6780) ExperimentalWarning: The fs.promises API is experimental\n    INFO  Validating config\n    INFO  Start processing\n    INFO  Hexo is running at http://localhost:4000 . Press Ctrl+C to stop.\n\n\n\n    ✅: the command of \u003cgit add -A\u003e be executed successfully\n\n    ✅: the command of \u003cgit commit - m \"commitMsg\"\u003e be executed successfully\n\n    ✅: the command of \u003cgit push origin Hexobackup\u003e be executed successfully\n\n    ⚡: push these new files to github successfully\n    ⚡: Nice ! Everything be done successfully, See you again bro.\n    ⚡ exited\n\n\n\n    commit e973ee18bc9dd4c3c5c25e7ab521a7f38411b9d0 (HEAD -\u003e Hexobackup)\n    Author: HuangYuhui \u003cGentleman_0109@outlook.com\u003e\n    Date:   Mon Sep 21 15:48:04 2020 +0800\n\n        testing : this is commit message\n\n    commit 45ac4a0b14077e6948b4ebbde8367465b42ae029 (origin/Hexobackup)\n    Author: HuangYuhui \u003cGentleman_0109@outlook.com\u003e\n    Date:   Mon Sep 21 15:24:15 2020 +0800\n\n        update plan.py\n\n    commit 2d9b43da390a7a5174f48109e238c9b256abfdf5\n    Author: HuangYuhui \u003cGentleman_0109@outlook.com\u003e\n    Date:   Mon Sep 21 13:00:42 2020 +0800\n\n        update toolPlus.py\n\n    Administrator@191114gm MINGW64 /f/Git/workbench/workbench-github-website/000days/py (Hexobackup)\n    $ Enumerating objects: 28, done.\n    Counting objects: 100% (28/28), done.\n    Delta compression using up to 8 threads\n    Compressing objects: 100% (15/15), done.\n    Writing objects: 100% (16/16), 121.17 KiB | 5.05 MiB/s, done.\n    Total 16 (delta 6), reused 0 (delta 0)\n    remote: Resolving deltas: 100% (6/6), completed with 6 local objects.\n    To https://github.com/YUbuntu0109/000days.git\n    45ac4a0..e973ee1  Hexobackup -\u003e Hexobackup\n    INFO  Bye!\n\n    终止批处理操作吗(Y/N)?\n    Administrator@191114gm MINGW64 /f/Git/workbench/workbench-github-website/000days/py (Hexobackup)\n    $\n    ```\n\u003c/details\u003e\n\n* [post info](https://000days.com/2020/09/21/hexo-new-post-000/)\n* [commit info](https://github.com/YUbuntu0109/000days/commit/e973ee18bc9dd4c3c5c25e7ab521a7f38411b9d0)\n* [travis-ci build info](https://travis-ci.com/github/YUbuntu0109/000days/builds/185559842)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogtech%2F000days","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogtech%2F000days","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogtech%2F000days/lists"}