{"id":15544466,"url":"https://github.com/davbree/nervous-broccoli","last_synced_at":"2026-04-29T16:34:36.807Z","repository":{"id":140317610,"uuid":"319369968","full_name":"davbree/nervous-broccoli","owner":"davbree","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2020-12-07T15:57:21.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T08:49:55.986Z","etag":null,"topics":["git","headless","hugo","jamstack","ssg","stackbit","static"],"latest_commit_sha":null,"homepage":"https://jamstack.new","language":"HTML","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/davbree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["bep"]}},"created_at":"2020-12-07T15:57:14.000Z","updated_at":"2020-12-07T15:57:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"929c55cf-0b27-4fca-91cb-e1a525efb7fd","html_url":"https://github.com/davbree/nervous-broccoli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davbree/nervous-broccoli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fnervous-broccoli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fnervous-broccoli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fnervous-broccoli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fnervous-broccoli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davbree","download_url":"https://codeload.github.com/davbree/nervous-broccoli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fnervous-broccoli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274665388,"owners_count":25327188,"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-09-11T02:00:13.660Z","response_time":74,"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":["git","headless","hugo","jamstack","ssg","stackbit","static"],"created_at":"2024-10-02T12:34:17.676Z","updated_at":"2026-04-29T16:34:36.752Z","avatar_url":"https://github.com/davbree.png","language":"HTML","funding_links":["https://github.com/sponsors/bep"],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/49111249-0a1a-4b5a-a3ab-45d00732fdb3/deploy-status)](https://app.netlify.com/sites/docuapi/deploys)\n\n**DocuAPI** is a beautiful multilingual API documentation theme for [Hugo](http://gohugo.io/). This theme is built on top of the beautiful work of [Robert Lord](https://github.com/lord) and others on the [Slate](https://github.com/slatedocs/slate) project ([Apache 2 License](https://github.com/slatedocs/slate/blob/master/LICENSE)).\n\n\u003cbr/\u003e\n\n\u003e Visit the [demo site](https://docuapi.netlify.com/).\n\n\u003cbr/\u003e\n\n![Screenshot DocuAPI Example site](https://raw.githubusercontent.com/bep/docuapi/master/images/screenshot.png)\n\n## Use\n\nThe client library used to build the ToC does not handle Unicode very well. To get around this in Hugo \u003e= 0.62.2, put this in your site config:\n\n```toml\n[markup]\n  [markup.goldmark]\n    [markup.goldmark.parser]\n      autoHeadingIDType = \"github-ascii\"\n```\n\n**Note:** this theme requires Hugo \u003e= 0.56.0 to run. If you want to edit the SCSS styles, you need:\n\n* The extended Hugo version.\n* PostCSS CLI (run `npm install` to install requirements)\n\nSee the [exampleSite](https://github.com/bep/docuapi/tree/master/exampleSite) and more specific its site [configuration](https://github.com/bep/docuapi/blob/master/exampleSite/config.toml) for the available options.\n\n**Most notable:** This theme will use all the (non drafts) pages in the site and build a single-page API documentation. Using `weight` in the page front matter is the easiest way to control page order.\n\nIf you want a different page selection, please provide your own `layouts/index.html` template.\n\nYou can customize the look-and-feel by adding your own CSS variables in `assets/scss/docuapi_overrides.scss`. See the exampleSite folder for an example.\n\n## Hooks\n\nYou can override the layouts by providing some custom partials:\n\n* `partials/hook_head_end.html` is inserted right before the `head` end tag. Useful for additional styles etc.\n* `partials/hook_body_end.html` which should be clear by its name.\n* `partials/hook_left_sidebar_start.html` the start of the left sidebar\n* `partials/hook_left_sidebar_end.html` the end of the left sidebar\n* `partials/hook_left_sidebar_logo.html` the log `img` source\n\nThe styles and Javascript import are also put in each partial and as such can be overridden if really needed:\n\n* `partials/styles.html`\n* `partials/js.html`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fnervous-broccoli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavbree%2Fnervous-broccoli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fnervous-broccoli/lists"}