{"id":13431382,"url":"https://github.com/miiiku/hexo-theme-flexblock","last_synced_at":"2025-03-16T11:31:34.155Z","repository":{"id":40959037,"uuid":"173717491","full_name":"miiiku/hexo-theme-flexblock","owner":"miiiku","description":"一个卡片类拟态风格的Hexo主题","archived":false,"fork":false,"pushed_at":"2024-04-07T01:28:44.000Z","size":24672,"stargazers_count":545,"open_issues_count":17,"forks_count":80,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-20T09:19:34.992Z","etag":null,"topics":["block","hexo","hexo-theme","image","neumorphism","responsive","simple","soft-ui"],"latest_commit_sha":null,"homepage":"https://kyori.xyz","language":"EJS","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/miiiku.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-03-04T09:47:53.000Z","updated_at":"2024-06-12T07:14:42.626Z","dependencies_parsed_at":"2024-01-18T14:41:26.462Z","dependency_job_id":"ab44a4e2-7a86-48ba-a781-7e0777b9ff23","html_url":"https://github.com/miiiku/hexo-theme-flexblock","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miiiku%2Fhexo-theme-flexblock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miiiku%2Fhexo-theme-flexblock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miiiku%2Fhexo-theme-flexblock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miiiku%2Fhexo-theme-flexblock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miiiku","download_url":"https://codeload.github.com/miiiku/hexo-theme-flexblock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243862970,"owners_count":20360242,"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":["block","hexo","hexo-theme","image","neumorphism","responsive","simple","soft-ui"],"created_at":"2024-07-31T02:01:02.676Z","updated_at":"2025-03-16T11:31:34.138Z","avatar_url":"https://github.com/miiiku.png","language":"EJS","funding_links":[],"categories":["Content","Hexo themes"],"sub_categories":[],"readme":"# hexo-theme-flexblock\n\n![master version](https://img.shields.io/github/package-json/v/miiiku/hexo-theme-flexblock/master?label=master\u0026color=bf00ff)\n![npm version](https://img.shields.io/npm/v/hexo-theme-flexblock?color=bc3433)\n![hexo version](https://img.shields.io/badge/hexo-5.0.0+-0e83cd)\n![license](https://img.shields.io/github/license/miiiku/hexo-theme-flexblock?color=1ab1ad)\n\n一个卡片类拟态风格的Hexo主题\n\n![flex-block--home](./screenshots/flex-block--home.jpeg)\n\n![flex-block--post](./screenshots/flex-block--post.jpeg)\n\n### v2.0已发布，重构部分代码。如需要查看v1.0的代码请访问:[v1.0](https://github.com/miiiku/hexo-theme-flexblock/tree/v1.0)\n\n## Example Site\n\n**[DEMO](https://kyori.xyz)**\n\n## Document\n\nChange description: [flex-block改动说明](https://kyori.xyz/2021/07/080920.html)\n\ndoc list: [docs](https://kyori.xyz/categories/doc/)\n\n- [_config.yml配置](https://kyori.xyz/2021/07/081144.html)\n\n- [front-matter配置](https://kyori.xyz/2021/07/081100.html)\n\n- [插入图片，音频和视频](https://kyori.xyz/2021/07/081010.html)\n\n### 安装主题\n\n#### 通过 GIT 安装\n\n从 GitHub 下载主题并将其添加到你的 Hexo 项目目录的 `themes` 目录下\n\n```shell\n# 通过 git clone 命令将主题下载到 theme 目录\ngit clone https://github.com/miiiku/hexo-theme-flexblock.git ./themes/flexblock\n```\n\n\u003e 如果你不是 `git` 用户，也可以从[https://github.com/miiiku/hexo-theme-flexblock/archive/refs/heads/master.zip](https://github.com/miiiku/hexo-theme-flexblock/archive/refs/heads/master.zip)下载主题的压缩包，然后解压到你的 Hexo 项目目录的 `theme` 目录下，并重命名 `hexo-theme-flexblock-master` 为 `flexblock` 。\n\n进入 `./themes/flexblock` 编辑 `_config.yml` 以配置你的站点信息\n\n#### 通过 NPM 安装\n\n\u003e 此方法只支持 Hexo 5.0.0 以上版本\n\n```shell\n# 通过 npm 将主题的 package 安装到你的 Hexo 项目中\nnpm install hexo-theme-flexblock\n# # 如果使用 yarn，则执行以下命令\n# yarn add hexo-theme-flexblock\n```\n\n在你的 Hexo 项目目录下新建 `_config.flexblock.yml`，然后把 [主题配置文件的内容](https://github.com/miiiku/hexo-theme-flexblock/blob/master/_config.yml) 粘贴到文件里面，再配置你的站点信息\n\n### 应用主题\n\n编辑你的 Hexo 项目目录下的 `_config.yml` 文件，找到**theme**并设置值为 `flexblock`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiiiku%2Fhexo-theme-flexblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiiiku%2Fhexo-theme-flexblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiiiku%2Fhexo-theme-flexblock/lists"}