{"id":30015012,"url":"https://github.com/mintimate/memos-bb-time","last_synced_at":"2025-08-05T18:43:13.553Z","repository":{"id":301669942,"uuid":"1009968460","full_name":"Mintimate/memos-bb-time","owner":"Mintimate","description":"A Hexo plugin that integrates Memos' API to add a Twitter-like 'moments' (shuoshuo) feature to your Hexo blog","archived":false,"fork":false,"pushed_at":"2025-07-05T05:14:19.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-05T06:25:42.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mintimate.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,"zenodo":null}},"created_at":"2025-06-28T04:22:20.000Z","updated_at":"2025-07-05T05:14:23.000Z","dependencies_parsed_at":"2025-07-05T06:21:38.814Z","dependency_job_id":null,"html_url":"https://github.com/Mintimate/memos-bb-time","commit_stats":null,"previous_names":["mintimate/memos-bb-time"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mintimate/memos-bb-time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mintimate%2Fmemos-bb-time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mintimate%2Fmemos-bb-time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mintimate%2Fmemos-bb-time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mintimate%2Fmemos-bb-time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mintimate","download_url":"https://codeload.github.com/Mintimate/memos-bb-time/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mintimate%2Fmemos-bb-time/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268953631,"owners_count":24335168,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-05T18:43:12.606Z","updated_at":"2025-08-05T18:43:13.520Z","avatar_url":"https://github.com/Mintimate.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hexo Memos 说说页面\n\n在Hexo博客中创建一个独立页面，通过Memos API展示说说内容。\n\n## 功能说明\n\n- 创建独立说说页面，不依赖插件\n- 通过Memos API获取最新内容\n- 响应式设计，适配各种设备\n\n## Demo\n\n你可以访问我的博客查看效果：[https://www.mintimate.cn/Memos/](https://www.mintimate.cn/Memos/)\n\n## 创建步骤\n\n1. 创建新页面：\n\n下载 `source` 目录，将内部的文件全部复制到Hexo博客的 `source` 目录下。\n\n2. 编辑生成的 `source/Memos/index.md` 文件：\n\n```js\nvar bbMemos = {\n    memos : '',//修改为自己部署 Memos 的网址，末尾有 / 斜杠\n    limit : '10',//默认每次显示 10 条\n    creatorId:'1' ,//早期默认为 101 用户，新安装是 1； https://demo.usememos.com/u/101\n    domId: '#bber',//默认为 bber\n}\n---\n```\n\n3. 编辑主题配置文件：\n\n编辑主题配置文件，添加导航内容。以 fluid 主题为例，编辑`_config.fluid.yml`内`menu`部分：\n\n```yaml\n  menu:\n    - { key: \"home\", link: \"/\", icon: \"iconfont icon-home-fill\" }\n    - { key: \"archive\", link: \"/archives/\", icon: \"iconfont icon-archive-fill\" }\n    - { key: \"category\", link: \"/categories/\", icon: \"iconfont icon-category-fill\" }\n    - { key: \"tag\", link: \"/tags/\", icon: \"iconfont icon-tags-fill\" }\n    - { key: \"links\", link: \"/links/\", icon: \"iconfont icon-link-fill\" }\n    - { key: \"about\", link: \"/about/\", icon: \"iconfont icon-user-fill\" }\n    - { key: \"意马\", link: \"/Memos/\", icon: \"iconfont iconbg-chat\" } # 添加说说页面\n    - {\n      key: '发现',\n      icon: 'iconfont iconnaicha',\n      submenu: [\n        { key: '哔哩哔哩', link: 'https://space.bilibili.com/355567627',icon: \"iconfont iconbilibili\"},\n        { key: 'Youtube', link: 'https://www.youtube.com/@mintimate',icon: \"iconfont iconyoutube\"},\n        { key: 'Github', link: 'https://github.com/Mintimate',icon: \"iconfont icongit\"},\n      ]\n    }\n```\n\n重启Hexo服务，访问 `http://localhost:4000/Memos/` 即可查看效果。\n\n## 鸣谢\n\n代码基于 木木木木木\u003chttps://immmmm.com\u003e 修改，感谢原作者。\n\n## 许可证\n\nGPL-3.0 License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmintimate%2Fmemos-bb-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmintimate%2Fmemos-bb-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmintimate%2Fmemos-bb-time/lists"}