{"id":28502356,"url":"https://github.com/hexojs/hexo-generator-sitemap","last_synced_at":"2025-07-05T11:31:55.803Z","repository":{"id":13140749,"uuid":"15823067","full_name":"hexojs/hexo-generator-sitemap","owner":"hexojs","description":"Sitemap generator for Hexo.","archived":false,"fork":false,"pushed_at":"2024-07-15T04:50:05.000Z","size":209,"stargazers_count":322,"open_issues_count":8,"forks_count":52,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-05T07:11:39.405Z","etag":null,"topics":["hexo","hexo-plugin"],"latest_commit_sha":null,"homepage":"https://hexo.io","language":"JavaScript","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/hexojs.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":"2014-01-11T13:38:28.000Z","updated_at":"2025-06-28T20:00:20.000Z","dependencies_parsed_at":"2022-08-01T00:38:14.881Z","dependency_job_id":"a97a83b2-f79c-4940-a003-8be707c66dd8","html_url":"https://github.com/hexojs/hexo-generator-sitemap","commit_stats":{"total_commits":177,"total_committers":30,"mean_commits":5.9,"dds":0.5932203389830508,"last_synced_commit":"3ac80ce7a3c2506e99b7bf69010ac00b363e6222"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/hexojs/hexo-generator-sitemap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-generator-sitemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-generator-sitemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-generator-sitemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-generator-sitemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexojs","download_url":"https://codeload.github.com/hexojs/hexo-generator-sitemap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-generator-sitemap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263733423,"owners_count":23503155,"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":["hexo","hexo-plugin"],"created_at":"2025-06-08T16:09:51.526Z","updated_at":"2025-07-05T11:31:55.797Z","avatar_url":"https://github.com/hexojs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexo-generator-sitemap\n\n[![Build Status](https://github.com/hexojs/hexo-generator-sitemap/workflows/Tester/badge.svg)](https://github.com/hexojs/hexo-generator-sitemap/actions?query=workflow%3ATester)\n[![NPM version](https://badge.fury.io/js/hexo-generator-sitemap.svg)](https://www.npmjs.com/package/hexo-generator-sitemap)\n[![Coverage Status](https://img.shields.io/coveralls/hexojs/hexo-generator-sitemap.svg)](https://coveralls.io/r/hexojs/hexo-generator-sitemap?branch=master)\n\nGenerate sitemap.\n\n## Install\n\n``` bash\n$ npm install hexo-generator-sitemap --save\n```\n\n- Hexo 4: 2.x\n- Hexo 3: 1.x\n- Hexo 2: 0.x\n\n## Options\n\nYou can configure this plugin in `_config.yml`.\n\n``` yaml\nsitemap:\n  path: \n    - sitemap.xml\n    - sitemap.txt\n  template: ./sitemap_template.xml\n  template_txt: ./sitemap_template.txt\n  rel: false\n  tags: true\n  categories: true\n```\n\n- **path** - Sitemap path. (Default: sitemap.xml)\n- **template** - Custom template path. This file will be used to generate sitemap.xml (See [default xml template](/sitemap.xml))\n- **template_txt** - Custom template path. This file will be used to generate sitemap.txt (See [default txt template](/sitemap.txt))\n- **rel** - Add [`rel-sitemap`](http://microformats.org/wiki/rel-sitemap) to the site's header. (Default: `false`)\n- **tags** - Add site's tags\n- **categories** - Add site's categories\n\n## Exclude Posts/Pages\n\nAdd `sitemap: false` to the post/page's front matter.\n\n``` yml\n---\ntitle: lorem ipsum\ndate: 2020-01-02\nsitemap: false\n---\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexojs%2Fhexo-generator-sitemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexojs%2Fhexo-generator-sitemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexojs%2Fhexo-generator-sitemap/lists"}