{"id":22758795,"url":"https://github.com/clusterlabs/clusterlabs-www","last_synced_at":"2025-09-23T20:21:00.433Z","repository":{"id":14774639,"uuid":"17496284","full_name":"ClusterLabs/clusterlabs-www","owner":"ClusterLabs","description":"Content for clusterlabs.org","archived":false,"fork":false,"pushed_at":"2025-01-09T16:00:01.000Z","size":26503,"stargazers_count":4,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-11T00:16:42.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://clusterlabs.org","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ClusterLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2014-03-06T23:22:23.000Z","updated_at":"2025-04-24T16:02:22.000Z","dependencies_parsed_at":"2025-04-14T18:32:31.628Z","dependency_job_id":null,"html_url":"https://github.com/ClusterLabs/clusterlabs-www","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ClusterLabs/clusterlabs-www","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterLabs%2Fclusterlabs-www","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterLabs%2Fclusterlabs-www/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterLabs%2Fclusterlabs-www/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterLabs%2Fclusterlabs-www/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ClusterLabs","download_url":"https://codeload.github.com/ClusterLabs/clusterlabs-www/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClusterLabs%2Fclusterlabs-www/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276641480,"owners_count":25678559,"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-23T02:00:09.130Z","response_time":73,"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-12-11T08:15:56.163Z","updated_at":"2025-09-23T20:21:00.415Z","avatar_url":"https://github.com/ClusterLabs.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClusterLabs.org website\n\n## Dependencies\n\nClusterLabs.org is primarily generated by Hugo, a static website generator.\nThe site's only dependencies are Go \u003e= 1.18.0 and Hugo \u003e= 0.128.0. (Hugo\n0.136.0 and 0.136.5 are specifically known to work.)\n\nIf your OS does not provide Hugo, you can download an architecture-specific\ntarball from https://github.com/gohugoio/hugo/releases/latest, extract it,\nand move the binary to somewhere on your $PATH.\n\n## Building the site\n\nThe hugo command must be run from the `src` directory.\n\nTo generate a live preview in a checkout, run `hugo server`. To generate final\ncontent on disk (whether in a checkout or on the production site), run `hugo`.\n\nHugo will put the generated files in the `html` directory (which is excluded\nfrom version control). Existing files there will be overwritten but not\ndeleted, so anything removed from the source has to be removed from a\npreviously generated `html` directory manually. For testing a checkout, it's\nfine to simply erase `html` entirely before regenerating, but on the live\nserver, there are non-version-controlled files that must be kept (including\n`html/images` and much of `html/projects/pacemaker`).\n\nIf you want to test the PHP pages in the site, `hugo server` will not be\nsufficient. You'll have to install a PHP-enabled local webserver (such as\nApache or Nginx) and use your checkout's `html` directory as the document root.\n\n## Using Hugo\n\nClusterLabs uses Hugo's Congo theme, as a Go module. When you create a\ncheckout, run `hugo mod get` once. To update the site to the latest version of\nthe theme, run `hugo mod get -u`.\n\nHugo does not follow symbolic links.\n\nConfiguration files and front matter are in TOML format.\n\nThe source is in Goldmark (CommonMark and GitHub Flavored Markdown with\nextensions).\n\n## Source directory layout\n\n* `archetypes/default.md`: This initializes the front matter of pages created\n  with the `hugo new content` command.\n\n* `config/_default/`: Configuration for Hugo and Congo.\n\n* `content/`: Page source lives beneath here (as `.md` files). URL paths will\n  mirror this directory hierarchy. The home page is `content/_index.md`; each\n  other page should have its own subdirectory.\n\n  If a page directory has subdirectories, the page source should be `_index.md`\n  and will get an automatic listing of all subpages unless `layout = \"single\"`\n  is added to its front matter. With no subdirectories, the name should be\n  `index.md`.\n\n  If a page directory contains an image whose name starts with `cover`, it will\n  be used as a splash image and should be 1320 pixels wide. You can also\n  provide a 160-pixel-wide by 120-pixel-high thumbnail named starting with\n  `thumb` which will be used in automatically generated page listings.\n\n* `layouts/`: Page templates. `layouts/_defaults/` contains layouts for PHP\n  pages (copied from the theme's layouts for HTML pages). `layouts/partials/`\n  contains snippets that can be included by pages or other layouts (these also\n  were copied from the theme, then customized).\n\n* `resources/`: Automatically maintained cache\n\n* `static/`: Files that will be copied as-is rather than generated (images,\n  CSS, etc.) and can be used on any page. Like `content/`, the URL paths will\n  mirror the directory hierarchy.\n\n## Web server configuration\n\nThe clusterlabs.org web server is configured to redirect certain old URLs to\ntheir new locations, so be careful about renaming files. A helpful feature is\nthe ability to put `aliases = [\"/some/url/path\", ...]` in a page's front matter\nwith URL paths that will be redirected to the page's main URL.\n\n## For more information\n\n* Hugo:        https://gohugo.io/documentation/\n* Goldmark:    https://gohugo.io/content-management/formats/#markdown\n* Congo theme: https://jpanther.github.io/congo/docs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclusterlabs%2Fclusterlabs-www","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclusterlabs%2Fclusterlabs-www","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclusterlabs%2Fclusterlabs-www/lists"}