{"id":14954915,"url":"https://github.com/loeify/diaspora","last_synced_at":"2025-04-09T06:08:23.608Z","repository":{"id":28813249,"uuid":"32336433","full_name":"LoeiFy/Diaspora","owner":"LoeiFy","description":"Diaspora - A WordPress theme","archived":false,"fork":false,"pushed_at":"2022-02-24T15:00:10.000Z","size":5198,"stargazers_count":1164,"open_issues_count":4,"forks_count":202,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-09T06:08:16.839Z","etag":null,"topics":["diaspora","php","wordpress","wordpress-theme"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/LoeiFy.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}},"created_at":"2015-03-16T15:59:50.000Z","updated_at":"2025-04-05T14:18:42.000Z","dependencies_parsed_at":"2022-08-09T06:00:05.099Z","dependency_job_id":null,"html_url":"https://github.com/LoeiFy/Diaspora","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/LoeiFy%2FDiaspora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoeiFy%2FDiaspora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoeiFy%2FDiaspora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoeiFy%2FDiaspora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LoeiFy","download_url":"https://codeload.github.com/LoeiFy/Diaspora/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987184,"owners_count":21028891,"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":["diaspora","php","wordpress","wordpress-theme"],"created_at":"2024-09-24T13:10:12.933Z","updated_at":"2025-04-09T06:08:23.587Z","avatar_url":"https://github.com/LoeiFy.png","language":"PHP","readme":"# Diaspora\nA WordPress theme\n\n[Preview](https://w.laborers.cn/?theme-switch=Diaspora)\n\n\u003e 截图\n\u003e\n\u003e https://github.com/LoeiFy/Diaspora/tree/master/shots\n\n\u003cbr /\u003e\n\n现在有移植版本\n\n- Ghost：https://github.com/PeterCxy/ghost-diaspora\n- Hexo：https://github.com/Fechin/hexo-theme-diaspora\n- 微信小程序: https://github.com/LoeiFy/Softtyms\n- Ghost: https://github.com/MoeLoli/Diaspora-Ghost\n- Typecho: https://github.com/MoeLoli/Diaspora-Typecho\n- hugo: https://github.com/honjun/hugo-theme-diaspora\n\n![px](https://user-images.githubusercontent.com/2193211/42122301-3b0b4ba4-7c72-11e8-80a0-f7b62ae03f9b.jpg)\n\n## 相关说明\n\n### 网站图标相关\n\n网站需要 3 个 logo 图片，分别是：\n\n- `images/logo.png` (124x52) 网站首页 logo\n- `images/logo_black.png` (124x52) 网站弹出菜单时候的深色 logo\n- `images/logo_min.png` (48x48) 网站文章详细页面的小 logo\n\n另外 32－144 名字的图片为网站 favicon 以及添加到手机屏幕所需要的小图片\n\n### 缩略图相关\n\n网站正常显示需要每篇文章都必须设置特色图片。\n\n- 显示壁纸 gallery 所需要的缩略图是 300x...，需要在 WordPress 后台 媒体选项 将 缩略图大小 设置为 宽度 300 高度 0。（推荐：其他都设置为 0）\n- 首页显示文章缩略图大小是 680x440，有两种模式产生缩略图，一种是用原生 WordPress 提供的裁切图片功能，一种是使用 timthumb.php。\n\n\u003e 自动引用图片作为特色图片\n\nissue：https://github.com/LoeiFy/Diaspora/issues/10\n\n说明：需要在 `images` 目录添加一张默认图片 `default.jpg`\n\n相关设置：\n\n`config.php`\n\n```php\n/*\n当 USE_TIMTHUMB 为 FALSE 时表示不使用 timthumb，当为 TRUE 是表示使用\n默认为 FALSE 不使用\n*/\n\ndefine ('USE_TIMTHUMB', FALSE);\n```\n\n\u003e 如果 timthumb 出错，可以尝试在 timthumb 目录添加 `what` 目录，并 `chmod o+w -R timthumb` 目录\n\n### 文章音乐\n\n主题支持音乐播放，两种方式添加：\n\n- 只需要在 WordPress 后台文章编辑页面插入音乐即可，主题会调用音乐播放\n- 使用短代码，在文章编辑源代码使用 `[audio loop=\"ture\" src=\"http://m1.music.126.net/Q2wx7EaeuS_bnqlEJ85u0Q==/2881819977150355.mp3\"]` 即可\n\n***注意要去除 `autoplay` 属性，不然会引起多次播放 bug***\n\n### 文章壁纸 Gallery\n\n只需要在文章编辑后台添加图片即可，***注意不需要插入文章内容页面***，主题会调用壁纸显示\n\n### 菜单设置\n\n菜单连接支持不跳转预览，只需要在对应菜单加上一个 class `pview`，然后这个链接支持快速预览。注意这个只能是本地页面或者文章才可以，外链会跳转过去\n\n## 其他说明\n\n主题有 4 个页面模板：\n\n- `about` 关于模版，不可评论\n- `Archive` 文章归档模版，不可评论\n- `feedback` 评论模版，可以评论\n- `links` 友情链接模版，可以评论\n\n## 开发说明\n\n主题使用了 5 个 js 插件：\n\n- jquery.justifiedGallery.js\n- Chocolate.js\n- jquery.qrcode.js\n- jquery.parallax.js\n- Vibrant.js\n\n这些插件都合并在一个文件上：`static/plugin.js`\n\n修改 css 只需要修改 `assets/Diaspora.css`\n\n修改 js 只需要修改 `assets/Diaspora.js`\n\n## 捐赠\n\n如果你觉得这个主题不错，欢迎微信捐赠作者\n\n![qr](https://cloud.githubusercontent.com/assets/2193211/15043958/e18cd400-1303-11e6-826f-e4495e210d11.jpg)\n\n## License\nMIT\n\n## Related\n\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/2193211/15043747/08902c0c-1302-11e6-9a38-dcfa9daeec02.jpg\" width=\"200\" height=\"200\" /\u003e\n\n`Diaspora` by Robert de Boron\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floeify%2Fdiaspora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floeify%2Fdiaspora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floeify%2Fdiaspora/lists"}