{"id":16582195,"url":"https://github.com/deining/hugo_theme_as_module","last_synced_at":"2026-05-29T08:32:28.357Z","repository":{"id":103262195,"uuid":"435579709","full_name":"deining/hugo_theme_as_module","owner":"deining","description":"Test for hugo theme as module","archived":false,"fork":false,"pushed_at":"2021-12-07T08:45:31.000Z","size":8148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T02:24:51.786Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deining.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-12-06T17:05:16.000Z","updated_at":"2021-12-07T08:45:34.000Z","dependencies_parsed_at":"2023-06-28T17:45:40.066Z","dependency_job_id":null,"html_url":"https://github.com/deining/hugo_theme_as_module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deining/hugo_theme_as_module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deining%2Fhugo_theme_as_module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deining%2Fhugo_theme_as_module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deining%2Fhugo_theme_as_module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deining%2Fhugo_theme_as_module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deining","download_url":"https://codeload.github.com/deining/hugo_theme_as_module/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deining%2Fhugo_theme_as_module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33644305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":"2024-10-11T22:31:54.646Z","updated_at":"2026-05-29T08:32:28.339Z","avatar_url":"https://github.com/deining.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docsy \n\nDocsy is a [Hugo](https://gohugo.io/) theme for technical documentation sets, providing simple navigation, site structure, and more.\n\nThis is not an officially supported Google product. This project is actively being maintained.\n\n## Prerequisites\n\nThe following are basic prerequisites for using Docsy in your site:\n\n- Install a recent release of the Hugo \"extended\" version (we recommend version 0.53 or later). If you install from the \n  [release page](https://github.com/gohugoio/hugo/releases), make sure you download the `_extended` version \n  which supports SCSS.\n\n- Install `PostCSS` so that the site build can create the final CSS assets. You can install it locally by running \n  the following commands from the root directory of your project:\n\n  ```\n  sudo npm install -D --save autoprefixer\n  sudo npm install -D --save postcss-cli\n  ```\n\n## Example and usage\n\nYou can find an example project that uses Docsy in the [Docsy Example Project repo](https://github.com/google/docsy-example).The Docsy Example Project is hosted at [https://example.docsy.dev/](https://example.docsy.dev/). For real-life examples of sites that use Docsy (and their source repos), see our [Examples](https://www.docsy.dev/docs/examples/) page.\n\nTo use the Docsy theme for your own site:\n\n  - (Recommended) Use the [example project](https://github.com/google/docsy-example),\n     which includes the Docsy theme as a submodule, as a template to create your project.\n    You can customize this pre-configured basic site into your own Docsy themed site. \n    [Learn more...](https://github.com/google/docsy-example)\n  \n  - Add Docsy to your existing Hugo site repo's `themes` directory. You can either add Docsy as a Git submodule, or \n    clone the Docsy theme into your project.\n\nSee the [Docsy Getting Started Guide](https://docsy.dev/docs/getting-started/) for \ndetails about the various usage options.\n\n## Documentation\n\nDocsy has its own user guide (using Docsy, of course!) with lots more information about using the theme, which you can find at [https://docsy.dev/](https://docsy.dev/). Alternatively you can use Hugo to generate and serve a local copy of the guide (also useful for testing local theme changes), making sure you have installed all the prerequisites listed above:\n\n```\ngit clone --recurse-submodules --depth 1 https://github.com/google/docsy.git\ncd docsy/userguide/\nhugo server --themesDir ../..\n```\n\nNote: you need the `themesDir` flag when running Hugo because the site files are inside the theme repo.\n\n## Contributing ![GitHub](https://img.shields.io/github/contributors/google/docsy)\n\nPlease read [CONTRIBUTING.md](https://github.com/google/docsy/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\nSee also the list of [contributors](https://github.com/google/docsy/graphs/contributors) who participated in this project.\n\n## License ![GitHub](https://img.shields.io/github/license/google/docsy)\n\nThis project is licensed under the Apache License 2.0 - see the [LICENSE.md](https://github.com/google/docsy/blob/master/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeining%2Fhugo_theme_as_module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeining%2Fhugo_theme_as_module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeining%2Fhugo_theme_as_module/lists"}