{"id":14987606,"url":"https://github.com/gin-gonic/website","last_synced_at":"2025-05-15T20:05:33.943Z","repository":{"id":34160073,"uuid":"153035862","full_name":"gin-gonic/website","owner":"gin-gonic","description":"Official website and document for Gin","archived":false,"fork":false,"pushed_at":"2025-04-06T11:28:36.000Z","size":76859,"stargazers_count":130,"open_issues_count":41,"forks_count":240,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-19T02:16:07.871Z","etag":null,"topics":["document","gin","gin-gonic","website"],"latest_commit_sha":null,"homepage":"https://gin-gonic.com/","language":"MDX","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/gin-gonic.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}},"created_at":"2018-10-15T01:24:23.000Z","updated_at":"2025-04-06T11:27:56.000Z","dependencies_parsed_at":"2024-12-07T16:02:22.249Z","dependency_job_id":"9260e4c2-583a-4537-ac9e-eb022ba1b83e","html_url":"https://github.com/gin-gonic/website","commit_stats":{"total_commits":450,"total_committers":171,"mean_commits":"2.6315789473684212","dds":0.7444444444444445,"last_synced_commit":"437102130e9320f0184a956a9e58f805e17dbdfa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gin-gonic%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gin-gonic%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gin-gonic%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gin-gonic%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gin-gonic","download_url":"https://codeload.github.com/gin-gonic/website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414499,"owners_count":22067272,"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","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":["document","gin","gin-gonic","website"],"created_at":"2024-09-24T14:15:00.245Z","updated_at":"2025-05-15T20:05:28.838Z","avatar_url":"https://github.com/gin-gonic.png","language":"MDX","funding_links":[],"categories":["MDX"],"sub_categories":[],"readme":"# Gin website\n\n[![Run Deploy](https://github.com/gin-gonic/website/actions/workflows/node.yml/badge.svg)](https://github.com/gin-gonic/website/actions/workflows/node.yml)\n\nWelcome! This repository houses all the assets required to build the Gin website and documentation. We're pleased that you want to contribute! The website is hosted at https://gin-gonic.com.\n\nWe use [Astro](https://astro.build) to format and generate our website, the [Starlight](https://starlight.astro.build) template for styling and site structure. Thanks!.\n\n## Contribution\n\n- Fork the repository\n\nYou can click the Fork button in the upper-right area of the screen to create a copy of this repository in your GitHub account. This copy is called as fork.\n\n- Create one pull request\n\nMake any changes you want in your fork, and when you are ready to send those changes to us, go to your fork and create a new pull request to let us know about it.\n\n- Merge the pull request\n\nOnce your pull request is created, a Gin reviewer will take responsibility for providing clear, actionable feedback, re-improve and merge.\n\n## Running\n\nSee the [official Astro documentation](https://docs.astro.build/en/getting-started) for Astro installation instructions. and [Starlight documentation](https://starlight.astro.build/getting-started) for Starlight installation instructions.\n\nTo run the site locally when you have Hugo installed:\n\n```sh\nnpm install\nnpm run dev\n```\n\nThis will start the local Astro server on port 4321. Open up your browser to http://localhost:4321 to view the site. As you make changes to the source files, Astro updates the site and forces a browser refresh.\n\n## 🚀 Project Structure\n\nInside of your Astro + Starlight project, you'll see the following folders and files:\n\n```\n.\n├── public/\n├── src/\n│   ├── assets/\n│   ├── content/\n│   │   ├── docs/\n│   └── content.config.ts\n├── astro.config.mjs\n├── package.json\n└── tsconfig.json\n```\n\nStarlight looks for `.md` or `.mdx` files in the `src/content/docs/` directory. Each file is exposed as a route based on its file name.\n\nImages can be added to `src/assets/` and embedded in Markdown with a relative link.\n\nStatic assets, like favicons, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:4321`      |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\n\n## Thanks\n\nGin thrives on community participation, and we really appreciate your contributions to our site and our documentation!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgin-gonic%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgin-gonic%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgin-gonic%2Fwebsite/lists"}