{"id":21344588,"url":"https://github.com/krustlet/krustlet.dev","last_synced_at":"2025-10-11T20:17:30.336Z","repository":{"id":38834392,"uuid":"280049944","full_name":"krustlet/krustlet.dev","owner":"krustlet","description":"a site for krustlet","archived":false,"fork":false,"pushed_at":"2021-11-24T03:43:35.000Z","size":6042,"stargazers_count":7,"open_issues_count":3,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-19T01:53:22.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://krustlet.dev","language":"Sass","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/krustlet.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}},"created_at":"2020-07-16T04:09:00.000Z","updated_at":"2023-02-23T05:01:35.000Z","dependencies_parsed_at":"2022-09-11T18:14:27.111Z","dependency_job_id":null,"html_url":"https://github.com/krustlet/krustlet.dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krustlet/krustlet.dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krustlet%2Fkrustlet.dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krustlet%2Fkrustlet.dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krustlet%2Fkrustlet.dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krustlet%2Fkrustlet.dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krustlet","download_url":"https://codeload.github.com/krustlet/krustlet.dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krustlet%2Fkrustlet.dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008584,"owners_count":26084480,"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-11T02:00:06.511Z","response_time":55,"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-11-22T01:20:18.525Z","updated_at":"2025-10-11T20:17:30.293Z","avatar_url":"https://github.com/krustlet.png","language":"Sass","funding_links":[],"categories":[],"sub_categories":[],"readme":"# krustlet.dev\n\n![krustlet-website](https://github.com/krustlet/krustlet.dev/blob/main/art/styleguide/website.jpg?raw=true)\n\nWelcome to the source file repository for the [krustlet.dev](https://krustlet.dev). The website is a simple static site, built with [Hugo](https://gohugo.io/) and hosted on [Netlify](https://app.netlify.com/sites/krustlet-dev/).\n\n## Structure\n\nThere are various parts to a hugo site, these are the key bits:\n\n```text\n/public        // 'dist' generated website - do not edit\n/resources     // compiled css assets - do not edit\n/themes        // source files for the website - edits go here\nconfig.yaml\n```\n\nLooking for logos? Latest brand assets for Krustlet can be found in the [/art](https://github.com/krustlet/krustlet.dev/tree/main/art) directory.\n\n## Development\n\n```text\n// run hugo to have the pipes rebuild and recompile\n$ hugo\n\n// make sure to commit the generated results to git\n$ git add resources/*\n```\n\n### Editing the Content\n\nThe website is broken up into html partials per section (e.g. navbar, footer, about, community). To edit the content, you need to modify [these source html files](https://github.com/krustlet/krustlet.dev/tree/main/themes/clean-landing/layouts/partials) in the site theme.\n\nIn addition, certain pieces of content are set globally via the [config.yaml](https://github.com/krustlet/krustlet.dev/blob/main/config.yaml#L10) file:\n\n* site descrition\n* site webfonts\n* navbar: links\n* about section: feature points\n* _etc_\n\n### Editing the Theme\n\nThe site uses a custom Hugo theme called [clean-landing], which is a boilerplate based off of the [hugo-fresh](https://themes.gohugo.io/hugo-fresh/) theme by Luc Perkins. The theme uses the Bulma css framework, which provides a mobile-friendly reponsive grid (using flexbox), icon sets and easily configurable site parameters.\n\n* [Theme parameters](https://github.com/krustlet/krustlet.dev/blob/main/config.yaml#L10)\n* [Bulma CSS docs](https://bulma.io/)\n\nAny design changes should be to the source SASS files here, which are will generate new CSS files each time Hugo recompiles, via [hugo pipes](https://gohugo.io/hugo-pipes/). Remember to commit any changes to the generated css/js files afterwards (the `/resources` folder)!\n\n## Deployment\n\nThe site is automatically rebuilt on Netlify when changes are merged into the `main` branch. You view build logs by clicking on the badge below:\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/71268e4a-3898-4b72-b2b4-de95aa38b2ec/deploy-status)](https://app.netlify.com/sites/krustlet-dev/deploys)\n\n## Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrustlet%2Fkrustlet.dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrustlet%2Fkrustlet.dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrustlet%2Fkrustlet.dev/lists"}