{"id":21915607,"url":"https://github.com/clustercockpit/cc-doc","last_synced_at":"2025-10-15T17:12:47.073Z","repository":{"id":217876106,"uuid":"744183182","full_name":"ClusterCockpit/cc-doc","owner":"ClusterCockpit","description":"ClusterCockpit documentation website","archived":false,"fork":false,"pushed_at":"2025-09-09T20:09:38.000Z","size":7963,"stargazers_count":0,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T04:21:28.948Z","etag":null,"topics":["docsy","hugo","website"],"latest_commit_sha":null,"homepage":"https://clustercockpit.org","language":"HTML","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/ClusterCockpit.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-16T19:32:31.000Z","updated_at":"2025-06-26T11:06:18.000Z","dependencies_parsed_at":"2024-01-22T11:10:31.492Z","dependency_job_id":"673b49c6-3126-4cc2-8556-fe008f421ba1","html_url":"https://github.com/ClusterCockpit/cc-doc","commit_stats":null,"previous_names":["moebiusband73/cc-doc"],"tags_count":2,"template":false,"template_full_name":"google/docsy-example","purl":"pkg:github/ClusterCockpit/cc-doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterCockpit%2Fcc-doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterCockpit%2Fcc-doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterCockpit%2Fcc-doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterCockpit%2Fcc-doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ClusterCockpit","download_url":"https://codeload.github.com/ClusterCockpit/cc-doc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterCockpit%2Fcc-doc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279094871,"owners_count":26102177,"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-10-15T02:00:07.814Z","response_time":56,"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":["docsy","hugo","website"],"created_at":"2024-11-28T19:13:05.246Z","updated_at":"2025-10-15T17:12:47.024Z","avatar_url":"https://github.com/ClusterCockpit.png","language":"HTML","readme":"# Overview\n\nThis is the source code for ClusterCockpit documentation website.\nIt is based  on [Docsy][], which is a [Hugo theme module][] for technical documentation sites, providing easy\nsite navigation, structure, and more.\n\nFor Docsy documentation, see [Docsy user guide][].\n\n## How to contribute\n\nA simple way to get started is to clone the repository:\n\n```bash\ngit clone https://github.com/ClusterCockpit/cc-doc.git\n```\n\nIf you want to do SCSS edits and want to publish these, you need to install `PostCSS`\n\n```bash\nnpm install\n```\n\n## Running the website locally\n\nBuilding and running the site locally requires a recent `extended` version of [Hugo](https://gohugo.io).\nYou can find out more about how to install Hugo for your environment in our\n[Getting started](https://www.docsy.dev/docs/getting-started/#prerequisites-and-installation) guide.\n\nOnce you've made your working copy of the site repo, from the repo root folder, run:\n\n```bash\nhugo server\n```\n\n## Troubleshooting\n\nAs you run the website locally, you may run into the following error:\n\n```console\n$ hugo server\nWARN 2023/06/27 16:59:06 Module \"project\" is not compatible with this Hugo version; run \"hugo mod graph\" for more information.\nStart building sites …\nhugo v0.101.0-466fa43c16709b4483689930a4f9ac8add5c9f66+extended windows/amd64 BuildDate=2022-06-16T07:09:16Z VendorInfo=gohugoio\nError: Error building site: \"C:\\Users\\foo\\path\\to\\docsy-example\\content\\en\\_index.md:5:1\": failed to extract shortcode: template for shortcode \"blocks/cover\" not found\nBuilt in 27 ms\n```\n\nThis error occurs if you are running an outdated version of Hugo. As of docsy theme version `v0.7.0`, hugo version `0.110.0` or higher is required.\nSee this [section](https://www.docsy.dev/docs/get-started/docsy-as-module/installation-prerequisites/#install-hugo) of the user guide for instructions on how to install Hugo.\n\nOr you may be confronted with the following error:\n\n```console\n$ hugo server\n\nINFO 2021/01/21 21:07:55 Using config file:\nBuilding sites … INFO 2021/01/21 21:07:55 syncing static files to /\nBuilt in 288 ms\nError: Error building site: TOCSS: failed to transform \"scss/main.scss\" (text/x-scss): resource \"scss/scss/main.scss_9fadf33d895a46083cdd64396b57ef68\" not found in file cache\n```\n\nThis error occurs if you have not installed the extended version of Hugo.\nSee this [section](https://www.docsy.dev/docs/get-started/docsy-as-module/installation-prerequisites/#install-hugo) of the user guide for instructions on how to install Hugo.\n\nOr you may encounter the following error:\n\n```console\n$ hugo server\n\nError: failed to download modules: binary with name \"go\" not found\n```\n\nThis error occurs if you have not installed the `go` programming language on your system.\nSee this [section](https://www.docsy.dev/docs/get-started/docsy-as-module/installation-prerequisites/#install-go-language) of the user guide for instructions on how to install `go`.\n\n[deploys]: https://app.netlify.com/sites/docsy-example/deploys\n[Docsy user guide]: https://docsy.dev/docs\n[Docsy]: https://github.com/google/docsy\n[Hugo theme module]: https://gohugo.io/hugo-modules/use-modules/#use-a-module-for-a-theme\n[Docker Compose documentation]: https://docs.docker.com/compose/gettingstarted/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclustercockpit%2Fcc-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclustercockpit%2Fcc-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclustercockpit%2Fcc-doc/lists"}