{"id":17182254,"url":"https://github.com/geektutu/blog","last_synced_at":"2025-08-21T07:33:13.048Z","repository":{"id":38303880,"uuid":"192056080","full_name":"geektutu/blog","owner":"geektutu","description":"极客兔兔的博客，Coding Coding 创建有趣的开源项目。","archived":false,"fork":false,"pushed_at":"2023-05-20T03:21:13.000Z","size":8764,"stargazers_count":167,"open_issues_count":117,"forks_count":21,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-12-09T02:51:51.034Z","etag":null,"topics":["blog","golang","python"],"latest_commit_sha":null,"homepage":"https://geektutu.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geektutu.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":"2019-06-15T08:38:19.000Z","updated_at":"2024-09-24T09:04:30.000Z","dependencies_parsed_at":"2024-10-31T07:03:00.559Z","dependency_job_id":"750c58d9-082a-4a8c-bdd4-a4e3087c470b","html_url":"https://github.com/geektutu/blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geektutu%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geektutu%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geektutu%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geektutu%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geektutu","download_url":"https://codeload.github.com/geektutu/blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230501172,"owners_count":18236061,"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":["blog","golang","python"],"created_at":"2024-10-15T00:36:28.178Z","updated_at":"2024-12-19T21:09:30.190Z","avatar_url":"https://github.com/geektutu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 极客兔兔的博客\n\n[![github actions](https://github.com/geektutu/geektutu-blog/workflows/public%20blog/badge.svg)](https://github.com/geektutu/geektutu-blog/actions)\n  \n## 在线阅读\n\nCoding 创建有趣的开源项目，戳：[https://geektutu.com/](https://geektutu.com/)\n\n## 订阅我的博客\n\n最新动态可以关注：知乎 [Go语言](https://www.zhihu.com/people/gzdaijie) 或微博 [极客兔兔](https://weibo.com/geektutu)\n\n订阅方式：右上角 **watch** [geektutu/blog](https://github.com/geektutu/blog) ，每篇文章都能收到邮件通知，或通过 [RSS](https://geektutu.com/feed.xml) 订阅。\n\n**较为完整的系列有：**\n\n- 一篇文章入门系列\n  - [一篇文章入门 Python](https://geektutu.com/post/quick-python.html)\n  - [一篇文章入门 Go](https://geektutu.com/post/quick-golang.html)\n  - [一篇文章入门 Rust](https://geektutu.com/post/quick-rust.html)\n\n- Go 语言\n  - [七天用Go从零实现系列](https://geektutu.com/post/gee.html)\n  - [Go 语言高性能编程](https://geektutu.com/post/high-performance-go.html)\n  - [Go 语言笔试面试题](https://geektutu.com/post/qa-golang.html)\n\n- 机器学习\n  - [tensorflow mnist 入门系列](https://geektutu.com/post/tensorflow-mnist-simplest.html)\n  - [tensorflow openai 强化学习系列](https://geektutu.com/post/tensorflow2-gym-nn.html)\n  - [tensorflow 2.0 文档](https://geektutu.com/post/tf2doc.html)\n  \n- 经历与感悟\n  - [建站经历](https://geektutu.com/post/blog-experience-1.html)\n  - [年终总结](https://geektutu.com/post/2020.html)\n\n## 关于 hexo 主题\n\n使用主题 [hexo-theme-geektutu](https://github.com/geektutu/hexo-theme-geektutu)\n\n```bash\nyarn install      # 安装依赖模块\nyarn update # 下载主题到 themes/geektutu\nyarn build  # 将posts的文章拷贝到source目录下的_posts，并执行hexo clean, hexo generate\nyarn deploy # 部署到_config.xml中配置的仓库地址\n```\n\n如果你使用的是 yarn，将下面的 npm 换成 yarn 即可。\n\n`posts` 目录的存在仅仅是为了博主做博客分类使用， `yarn build` 时会拷贝到 `source/_posts`。\n因此， 直接新建 `source/_posts` 目录，并直接在该文件夹下写文章是没有问题的。\n\n可以在 package.json 里的 scripts 部分，定制你自己的 npm/yarn 命令。\n\n本站使用对象存储 + CDN 方式托管在[七牛云](https://marketing.qiniu.com/cps/redirect?redirect_id=4\u0026cps_key=1hetil5x65e8i)\n\n- [账号配置](https://github.com/qiniu/qshell)\n- [上传配置](https://github.com/qiniu/qshell/blob/master/docs/qupload.md)\n\n```\nqshell user ls\nqshell account -- \u003cYour AccessKey\u003e \u003cYour SecretKey\u003e \u003cYour Name\u003e\nqshell qupload xxx.conf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeektutu%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeektutu%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeektutu%2Fblog/lists"}