{"id":27817161,"url":"https://github.com/cephalization/gatsby-starter-wiki-theme","last_synced_at":"2025-08-12T02:41:07.099Z","repository":{"id":100381917,"uuid":"168796409","full_name":"cephalization/gatsby-starter-wiki-theme","owner":"cephalization","description":"A simple gatsby theme to get up and writing markdown documentation quickly, with GatsbyJS","archived":false,"fork":false,"pushed_at":"2019-02-02T05:16:37.000Z","size":337,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T13:44:24.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/cephalization.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,"zenodo":null}},"created_at":"2019-02-02T05:05:06.000Z","updated_at":"2022-09-30T20:26:11.000Z","dependencies_parsed_at":"2023-05-14T06:15:31.548Z","dependency_job_id":null,"html_url":"https://github.com/cephalization/gatsby-starter-wiki-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cephalization/gatsby-starter-wiki-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fgatsby-starter-wiki-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fgatsby-starter-wiki-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fgatsby-starter-wiki-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fgatsby-starter-wiki-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cephalization","download_url":"https://codeload.github.com/cephalization/gatsby-starter-wiki-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cephalization%2Fgatsby-starter-wiki-theme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269991265,"owners_count":24509004,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2025-05-01T14:39:30.901Z","updated_at":"2025-08-12T02:41:07.064Z","avatar_url":"https://github.com/cephalization.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- AUTO-GENERATED-CONTENT:START (STARTER) --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://blissful-euler-14b462.netlify.com/\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://www.gatsbyjs.org/monogram.svg\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Gatsby Starter Wiki Theme\n\u003c/h1\u003e\n\nA gatsby wiki starter / theme for markdown driven documentation sites using [Gatsby](https://github.com/gatsbyjs/gatsby/).\n\n## Motivation\n\nI wanted a gatsby driven documentation platform that is dead-simple to contribute to (provided that you know how to use git and markdown 😬).\n\nThis project is primarily developer focused but it is open to contributions and suggestions from anyone who wants to use a gatsby-powered documentation site!\n\n## How is this different from a normal gatsby starter?\n\nThis project is a [Gatsby Starter](https://www.gatsbyjs.org/starters/?v=2) that implements [gatsby theming](https://www.gatsbyjs.org/blog/2018-11-11-introducing-gatsby-themes/).\n\nThis means that all of the core functionality of this starter can be _updated_ via npm whenever it gains new features!\n\nGatsby starters typically hold all of the feature code, which means that when you create a Gatsby site from a starter you diverge from the master branch. This makes it really hard to get the new features of a starter when they are updated without doing complicated merges.\n\n## Demo\n\n[Netlify Hosted Demo](https://blissful-euler-14b462.netlify.com/)\n\n## Features\n\n- Gatsby V2 Support\n- Main features implemented via Gatsby Theming ([What does this mean?](https://www.gatsbyjs.org/blog/2018-11-11-introducing-gatsby-themes/))\n- Gatsby blog starter structure\n  - With modifications, detailed below\n- Markdown post support\n- Hierarchical post navigation\n  - Automatically generated from the filesystem (your posts!)\n  - Displayed via [Kendo UI TreeView](https://www.telerik.com/kendo-react-ui/components/treeview/)\n\n## Todo (in no particular order)\n\n[See sister theme repository (all of the Gatsby code lives here!)](https://github.com/cephalization/gatsby-wiki)\n\n## Getting Started\n\n```\n# Install gatsby-cli\nnpm install --global gatsby-cli\n\n# Create a new Gatsby site from this starter\n# (Change `my-new-wiki` to whatever you want your wiki to be called)\ngatsby new my-new-wiki https://github.com/cephalization/gatsby-starter-wiki-theme\n\n# Run the wiki locally\nnpm run start\n```\n\nYou can now host this template via your favorite hosting service (or yourself!), push to your own git\u003chub|lab|etc\u003e repo, and customize to your heart's content!\n\n## Adding new articles\n\n1. Create md file in `wiki/\u003ctopic\u003e/\u003cpost\u003e.md`\n\n   - Keep in mind, whatever directory structure you make here will be the link of the post!\n\n2. Setup frontmatter (special markdown header) at the top of the file like so:\n\n```\n---\ntitle: 'My First Post!'\npath: '/\u003ctopic\u003e/\u003cpost\u003e.md'\n---\n\n```\n\n3. Add post content 👌\n\n```\n---\ntitle: 'My First Post!'\npath: '/\u003ctopic\u003e/\u003cpost\u003e.md'\n---\n\n# How to add posts\nFirst you must read the README...\n```\n\n4. Restart your server\n\n## Customizing Gatsby Theme\n\nMore detailed instructions will come later, for now, refer to [this](https://github.com/ChristopherBiscardi/gatsby-theme-examples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcephalization%2Fgatsby-starter-wiki-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcephalization%2Fgatsby-starter-wiki-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcephalization%2Fgatsby-starter-wiki-theme/lists"}