{"id":14989335,"url":"https://github.com/jingyuhhh/blog","last_synced_at":"2025-04-12T01:15:09.021Z","repository":{"id":163970361,"uuid":"637851341","full_name":"jingyuhhh/Blog","owner":"jingyuhhh","description":"我的博客","archived":false,"fork":false,"pushed_at":"2023-11-14T01:32:44.000Z","size":20155,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T01:15:02.364Z","etag":null,"topics":["koa","mysql","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jingyuhhh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-05-08T14:42:52.000Z","updated_at":"2023-12-15T10:59:16.000Z","dependencies_parsed_at":"2023-05-25T05:45:35.996Z","dependency_job_id":"30d986d7-4279-49e8-8f79-b10914858286","html_url":"https://github.com/jingyuhhh/Blog","commit_stats":null,"previous_names":["jingyuhhh/blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingyuhhh%2FBlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingyuhhh%2FBlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingyuhhh%2FBlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingyuhhh%2FBlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jingyuhhh","download_url":"https://codeload.github.com/jingyuhhh/Blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501861,"owners_count":21114684,"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":["koa","mysql","react"],"created_at":"2024-09-24T14:18:09.062Z","updated_at":"2025-04-12T01:15:08.999Z","avatar_url":"https://github.com/jingyuhhh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center id=\"top\"\u003e\n  \u003ch1\u003e个人博客\u003c/h1\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#dart-about\"\u003eAbout\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#sparkles-features\"\u003eFeatures\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#rocket-technologies\"\u003eTechnologies\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#white_check_mark-requirements\"\u003eRequirements\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#checkered_flag-starting\"\u003eStarting\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#memo-license\"\u003eLicense\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"https://github.com/volcano621\" target=\"_blank\"\u003eAuthor\u003c/a\u003e\n\u003c/p\u003e\n\n\n## :dart: About\n\n此仓库只包含博客页面的前端和后端，后台管理系统的前端在\u003ca href=\"https://github.com/volcano621/blog-cms\"\u003eblog_cms\u003c/a\u003e\n\n\n刚学完React写的，有些代码可能会有些丑陋\n\n## :sparkles: Features\n:sparkles: 文章排序\n\n:sparkles: 按标签筛选文章\n\n:sparkles: 搜索文章\n\n:sparkles: markdown渲染文章内容\n\n:sparkles: 打字机特效\n\n:sparkles: 时间轴动画（d3.js）\n\n:sparkles: 回到顶部的按钮\n\n:sparkles: 滚动淡入淡出\n\n**Todo**:\n\n:bulb: 阅读器\n\n:bulb: 分实时和推荐板块，推荐板块每次刷新内容都可以不一样\n\n:bulb: 展示github contribution的图\n\n:bulb: **...**\n\n\n## :rocket: Technologies\n\nThe following tools were used in this project:\n\n+ fe\n  + React\n  + Sass\n+ be\n  + Koa\n  + Mysql\n\n## :white_check_mark: Requirements\n\nBefore starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.\n\n## :checkered_flag: Starting\n\n```bash\n# Clone this project\n$ git clone https://github.com/volcano621/blog\n\n#Install dependencies\n$ npm install\n\n# Run the project\n$ npm start\n\n```\n\n\n## :memo: License\n\nThis project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.\n\nMade with :heart: by [火山](https://github.com/volcano621)\n\n\n\u0026#xa0;\n\n\u003ca href=\"#top\"\u003eBack to top\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingyuhhh%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjingyuhhh%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingyuhhh%2Fblog/lists"}