{"id":19235546,"url":"https://github.com/wirehead/gatsby-theme-wirehead-tree","last_synced_at":"2026-05-16T15:34:38.570Z","repository":{"id":38434355,"uuid":"245750245","full_name":"wirehead/gatsby-theme-wirehead-tree","owner":"wirehead","description":"A more freeform tree-ish structure for GatsbyJS","archived":false,"fork":false,"pushed_at":"2026-03-18T01:35:34.000Z","size":2041,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-18T17:21:28.835Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wirehead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-08T04:14:54.000Z","updated_at":"2026-03-18T01:35:37.000Z","dependencies_parsed_at":"2023-02-06T12:31:14.498Z","dependency_job_id":null,"html_url":"https://github.com/wirehead/gatsby-theme-wirehead-tree","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/wirehead/gatsby-theme-wirehead-tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirehead%2Fgatsby-theme-wirehead-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirehead%2Fgatsby-theme-wirehead-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirehead%2Fgatsby-theme-wirehead-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirehead%2Fgatsby-theme-wirehead-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wirehead","download_url":"https://codeload.github.com/wirehead/gatsby-theme-wirehead-tree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirehead%2Fgatsby-theme-wirehead-tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33108191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-09T16:17:17.520Z","updated_at":"2026-05-16T15:34:38.565Z","avatar_url":"https://github.com/wirehead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-theme-wirehead-tree\r\n\r\n[![CircleCI](https://circleci.com/gh/wirehead/gatsby-theme-wirehead-tree.svg?style=shield)](https://circleci.com/gh/wirehead/gatsby-theme-wirehead-tree)[![npm version](https://badge.fury.io/js/gatsby-theme-wirehead-tree.svg)](https://www.npmjs.com/package/gatsby-theme-wirehead-tree)[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](code_of_conduct.md)[![Hippocratic License](https://img.shields.io/badge/license-Hippocratic%20OSL%202.1-4baaaa)](https://firstdonoharm.dev/)\r\n\r\nI wanted to make Gatsby work the way I wanted it to work, which turns out to be a little non-trivial.\r\n\r\nSpecifically:\r\n\r\n* I don't want to be too wedded to a \"blog\" idea where it's just an about section and a single blog.  Hierarchial trees are great.\r\n* I want a `content` folder that contains a bunch of markdown or MDX files with frontmater\r\n* I don't want to have to put slugs in the file names, I just want the file name to determine the path.\r\n* I want to be able to generate queries for the structure of the site easily, including breadcrumbs.\r\n* I want to have titles for each of the pages (specified as the `title` key in the frontmatter) and I want them to be respected in the navigational elements and breadcrumbs with.\r\n* I want to be able to add dates with a `date` key in the frontmatter and be able to search on them.\r\n* I want to be able to use a `type` key in the frontmatter to select the template because MDX has some weird stuff with it's native idea of templating and it doesn't really work the way I wanted it to.\r\n* I also want to be able to make JSX pages that have front matter in them.  And I don't want to have a bunch of special-case code generating the navigational bits of the site that check if it's using JSX or MDX.\r\n* I wanted to mark something as a draft and have it not be published.\r\n* I wanted to mark something as hidden and have it excluded from the page queries\r\n\r\n**WORK IN PROGRESS WARNING**: I'm totally not finished messing with this.\r\n\r\n## Release status\r\n\r\nI'm using it, but it's still getting moved around in places.\r\n\r\n## Installation\r\n\r\nUse the package manager [npm](https://https://www.npmjs.com/) to install.\r\n\r\n```bash\r\nnpm i gatsby-theme-wirehead-tree\r\n```\r\n\r\n## Usage\r\n\r\n**WORK IN PROGRESS WARNING**: I'm not ready with much docs yet.\r\n\r\nSee [gatsby-starter-wirehead-tree](https://github.com/wirehead/gatsby-starter-wirehead-tree) for an example.\r\n\r\n## Contributing\r\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\r\n\r\nPlease make sure to update tests as appropriate.\r\n\r\n## Code of conduct\r\n\r\nPlease note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.\r\n\r\n## License\r\n\r\n[Hippocratic Open Source License 2.1](https://firstdonoharm.dev/) see LICENSE.md","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwirehead%2Fgatsby-theme-wirehead-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwirehead%2Fgatsby-theme-wirehead-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwirehead%2Fgatsby-theme-wirehead-tree/lists"}