{"id":24564074,"url":"https://github.com/taskbjorn/hexo-theme-clear","last_synced_at":"2026-04-16T05:01:40.253Z","repository":{"id":188889933,"uuid":"625042944","full_name":"taskbjorn/hexo-theme-clear","owner":"taskbjorn","description":"A fork of hexo-theme-pure with stripped down functionality.","archived":false,"fork":false,"pushed_at":"2025-03-06T21:59:58.000Z","size":4163,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T09:13:36.932Z","etag":null,"topics":["css","ejs","hexo","theme"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taskbjorn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-07T23:00:09.000Z","updated_at":"2025-03-06T22:00:04.000Z","dependencies_parsed_at":"2023-08-17T10:53:57.443Z","dependency_job_id":"cef47954-6a32-45f0-af63-72436330eb95","html_url":"https://github.com/taskbjorn/hexo-theme-clear","commit_stats":null,"previous_names":["taskbjorn/hexo-theme-clear"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taskbjorn/hexo-theme-clear","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskbjorn%2Fhexo-theme-clear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskbjorn%2Fhexo-theme-clear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskbjorn%2Fhexo-theme-clear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskbjorn%2Fhexo-theme-clear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taskbjorn","download_url":"https://codeload.github.com/taskbjorn/hexo-theme-clear/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskbjorn%2Fhexo-theme-clear/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["css","ejs","hexo","theme"],"created_at":"2025-01-23T10:16:58.262Z","updated_at":"2026-04-16T05:01:40.195Z","avatar_url":"https://github.com/taskbjorn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pure\n\nA brand new default theme for [[Hexo](https://hexo.io)].  [Preview](http://cofess.github.io/) | [中文说明文档](README.cn.md) | [iconfont](http://blog.cofess.com/hexo-theme-pure/iconfont/demo_fontclass.html)\n\n![](screenshot/pure.png)\n\n## Features\n\n- Multiple languages support\n- Comment support\n- Tags page\n- Categories page\n- Social Media\n\n## Skins\n\n![](screenshot/pure-theme-black.png)\n\n![](screenshot/pure-theme-blue.png)\n\n![](screenshot/pure-theme-green.png)\n\n![](screenshot/pure-theme-purple.png)\n\n## Appearance\n\n[Home](http://cofess.github.io/) | [Archives](http://cofess.github.io/archives/) | [Categories](http://cofess.github.io/categories/) | [Tags](http://cofess.github.io/tags/) | [Repository](http://cofess.github.io/repository/) | [Books](http://cofess.github.io/books/) | [Links](http://cofess.github.io/links/) | [About](http://cofess.github.io/about/)\n\n## Install theme\n\nExecute the following command under your `hexo` folder.\n\n```\ngit clone https://github.com/cofess/hexo-theme-pure.git themes/pure\n```\nThen modify the property `theme` of the file `hexo/_config.yml`  to `theme: pure`\n\n## Update theme\n\nExecute the following command to update theme.\n\n```\ncd themes/pure\ngit pull\n```\n## Install plugin\n\n### [hexo-wordcount](https://github.com/willin/hexo-wordcount)\n\n```\nnpm install hexo-wordcount --save\n```\n### [hexo-generator-json-content](https://github.com/alexbruno/hexo-generator-json-content)\n\n```\nnpm install hexo-generator-json-content --save\n```\n### [hexo-generator-feed](https://github.com/hexojs/hexo-generator-feed)\n\n```\nnpm install hexo-generator-feed --save\n```\n### [hexo-generator-sitemap](https://github.com/hexojs/hexo-generator-sitemap)\n\n```\nnpm install hexo-generator-sitemap --save\n```\n### [hexo-generator-baidu-sitemap](https://github.com/coneycode/hexo-generator-baidu-sitemap)\n\n```\nnpm install hexo-generator-baidu-sitemap --save\n```\n## Data files\nSometimes you may need to use some data in templates which is not directly available in your posts, or you want to reuse the data elsewhere. For such use cases, Hexo 3 introduced the new Data files. This feature loads YAML or JSON files in source/_data folder so you can use them in your site.\n\nFor example, add links.yml in source/_data folder.\n\n### links data\n\nadd links.yml in source/_data folder.\n\nThe format of the link :\n\n```\nName:\n    link: http://example.com\n    avatar: http://example.com/avatar.png\n    desc: description\n```\nAdd a number of links, we just need to repeat the format according to the above.\n\n## Blog optimization\n\n### [hexo-neat](https://github.com/rozbo/hexo-neat)\n\n\u003e auto Minify html、js、css and make it neat\n\n```\nnpm install hexo-neat --save\n```\n\nYou can configure this plugin in `_config.yml`.\n\n```\n# hexo-neat\nneat_enable: true\nneat_html:\n  enable: true\n  exclude:  \nneat_css:\n  enable: true\n  exclude:\n    - '*.min.css'\nneat_js:\n  enable: true\n  mangle: true\n  output:\n  compress:\n  exclude:\n    - '*.min.js' \n```\n\n### [hexo-baidu-url-submit](https://github.com/huiwang/hexo-baidu-url-submit)\n\n```\nnpm install hexo-baidu-url-submit --save\n```\n\n### [hexo-translate-title](https://github.com/cometlj/hexo-translate-title)\n\u003e translate the chinese title of Hexo blog to english words automatially\n\n```\nnpm install hexo-translate-title --save\n```\n\nYou can configure this plugin in `_config.yml`.\n\n```yml\ntranslate_title:\n  translate_way: google    #google | baidu | youdao\n  youdao_api_key: XXX\n  youdao_keyfrom: XXX\n  is_need_proxy: true     #true | false\n  proxy_url: http://localhost:8123\n```\n## Mathjax Support\n\n### [hexo-renderer-markdown-it-plus](https://github.com/CHENXCHEN/hexo-renderer-markdown-it-plus)\n\ninstall\n\n```\nnpm un hexo-renderer-marked --save\nnpm i hexo-renderer-markdown-it-plus --save\n```\n\nYou can configure this plugin in `_config.yml`.\n\n```\nmarkdown_it_plus:\n  highlight: true\n  html: true\n  xhtmlOut: true\n  breaks: true\n  langPrefix:\n  linkify: true\n  typographer:\n  quotes: “”‘’\n  plugins:\n    - plugin:\n        name: markdown-it-katex\n        enable: true\n    - plugin:\n        name: markdown-it-mark\n        enable: false  \n```\n\nArticle enable mathjax\n\n```\ntitle: Hello World\nmathjax: true\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskbjorn%2Fhexo-theme-clear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskbjorn%2Fhexo-theme-clear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskbjorn%2Fhexo-theme-clear/lists"}