{"id":28152641,"url":"https://github.com/lando/blog","last_synced_at":"2026-03-17T20:35:21.614Z","repository":{"id":40467069,"uuid":"423533272","full_name":"lando/blog","owner":"lando","description":"Lando's Blog Subsite","archived":false,"fork":false,"pushed_at":"2026-02-19T22:18:38.000Z","size":3304,"stargazers_count":2,"open_issues_count":10,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-20T02:16:08.979Z","etag":null,"topics":["lando","website"],"latest_commit_sha":null,"homepage":"https://lando.dev/blog","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lando.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["lando","pirog"],"patreon":"devwithlando","open_collective":"devwithlando","custom":"https://lando.dev/join"}},"created_at":"2021-11-01T16:17:10.000Z","updated_at":"2026-02-19T22:18:42.000Z","dependencies_parsed_at":"2023-09-28T22:11:27.129Z","dependency_job_id":"5821f8fb-bcb9-4c89-9d1f-8c25be31022a","html_url":"https://github.com/lando/blog","commit_stats":{"total_commits":94,"total_committers":7,"mean_commits":"13.428571428571429","dds":0.5638297872340425,"last_synced_commit":"781442c8468735a1525a1877796cc47c22faa959"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/lando/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lando","download_url":"https://codeload.github.com/lando/blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30631328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lando","website"],"created_at":"2025-05-15T05:11:51.845Z","updated_at":"2026-03-17T20:35:21.608Z","avatar_url":"https://github.com/lando.png","language":"Vue","funding_links":["https://github.com/sponsors/lando","https://github.com/sponsors/pirog","https://patreon.com/devwithlando","https://opencollective.com/devwithlando","https://lando.dev/join"],"categories":[],"sub_categories":[],"readme":"# Lando Blog\n\nThis repo contains the [blog subsite](https://lando.dev/blog) for [Lando](https://lando.dev).\n\n## Issues, Questions and Support\n\nIf you have a question or would like some community support we recommend you [join us on Slack](https://launchpass.com/devwithlando). Note that this is the Slack community for [Lando](https://lando.dev) but we are more than happy to help with this module as well!\n\nIf you'd like to report a bug or submit a feature request then please [use the issue queue](https://github.com/lando/blog/issues/new/choose) in this repo.\n\n## Changelog\n\nWe try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/blog/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/blog/releases).\n\n## Creating Content\n\nTo post content create a markdown file in the `content` directory. Ideally, you should name the file using the format `YYYY-MM-DD-slug-about-content.md` where `YYYY-MM-DD` corresponds to the publish date of the content.\n\nIn order to be treated like a `blog post` your markdown file _must_ contain the following frontmatter:\n\n```md\n---\ntitle: \"Making A Blog Post: It's sort of like a guide but it's sort of not like a guide\"\nbyline: Blog posts are free form articles that may or may not be techincal in nature. They differ slightly from guides primarily in their presentation and authorship.\nblog: true\n---\n```\n\nAlso note that you can use all of the markdown containers available [over here](https://vuepress-theme-default-plus.lando.dev/containers.html).\n\n## Development\n\n* Requires [Node 14+](https://nodejs.org/dist/latest-v14.x/)\n* Prefers [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)\n* Prefers a [GitHub Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token), needed if you are hitting the GitHub API rate limit while developing locally\n* Alternatively you can also use Lando\n\n```bash\ngit clone https://github.com/lando/blog.git \u0026\u0026 cd blog\n```\n\n### Using Node/Yarn\n\n```bash\n# Install deps\nyarn | npm install\n\n# Launch dev site\nDEBUG=\"@lando/*\" yarn dev\n\n# Set a GitHub personal access token to avoid rate limiting\nGITHUB_TOKEN=MY_TOKEN DEBUG=\"@lando/*\" yarn dev\n\n# Lint\nyarn lint\n\n# Build site\nDEBUG=\"@lando/*\" yarn build\n```\n\n### Using Lando\n\n```bash\n# Install deps\nlando start\n\n# Launch dev site\nlando dev\n\n# Lint\nlando yarn lint\n\n# Build site\nlando yarn build\n```\n\n## Releasing\n\n```bash\nyarn release\n```\n\n## Contributors\n\n\u003ca href=\"https://github.com/lando/blog/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=lando/blog\" /\u003e\n\u003c/a\u003e\n\nMade with [contributors-img](https://contrib.rocks).\n\n## Other Resources\n\n* [LICENSE](/LICENSE)\n* [TERMS OF USE](https://docs.lando.dev/terms)\n* [PRIVACY POLICY](https://docs.lando.dev/privacy)\n* [CODE OF CONDUCT](https://docs.lando.dev/coc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flando%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flando%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flando%2Fblog/lists"}