{"id":17345586,"url":"https://github.com/literat/literat","last_synced_at":"2025-07-30T18:10:48.033Z","repository":{"id":36982416,"uuid":"339969375","full_name":"literat/literat","owner":"literat","description":"literat dot dev - personal blog","archived":false,"fork":false,"pushed_at":"2025-07-29T12:13:32.000Z","size":75925,"stargazers_count":1,"open_issues_count":27,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-29T15:01:06.942Z","etag":null,"topics":["blog","literat","personal","website"],"latest_commit_sha":null,"homepage":"https://literat.dev/","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/literat.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-18T07:28:09.000Z","updated_at":"2025-07-22T09:04:26.000Z","dependencies_parsed_at":"2023-10-05T02:09:01.609Z","dependency_job_id":"f1bb00e3-09ee-4fdb-a88d-d24fad8cfa19","html_url":"https://github.com/literat/literat","commit_stats":{"total_commits":344,"total_committers":4,"mean_commits":86.0,"dds":0.4215116279069767,"last_synced_commit":"34046068aef323797a917b826f70d426c7c05e4c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/literat/literat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/literat%2Fliterat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/literat%2Fliterat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/literat%2Fliterat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/literat%2Fliterat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/literat","download_url":"https://codeload.github.com/literat/literat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/literat%2Fliterat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267914878,"owners_count":24164813,"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-07-30T02:00:09.044Z","response_time":70,"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":["blog","literat","personal","website"],"created_at":"2024-10-15T16:40:52.374Z","updated_at":"2025-07-30T18:10:48.002Z","avatar_url":"https://github.com/literat.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# literat dot dev\n\n[![Coverage Status](https://coveralls.io/repos/github/literat/literat/badge.svg)](https://coveralls.io/github/literat/literat)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/ceadb496-c024-48f6-97e6-88a2ecb65874/deploy-status)](https://app.netlify.com/sites/literat/deploys)\n\n1. Start developing.\n\n   Navigate into your new site’s directory and start it up.\n\n   ```shell\n   cd my-hello-world-starter/\n   gatsby develop\n   ```\n\n2. Open the source code and start editing!\n\n   Your site is now running at `http://localhost:8000`!\n\n   _Note: You’ll also see a second link:_`http://localhost:8000/___graphql`_.\n   This is a tool you can use to experiment with querying your data. Learn more\n   about using this tool in the\n   [Gatsby tutorial](https://www.gatsbyjs.com/tutorial/part-five/#introducing-graphiql)._\n\n   Open the `my-hello-world-starter` directory in your code editor of choice and\n   edit `src/pages/index.js`. Save your changes and the browser will update in\n   real time!\n\n## 🧐 What’s inside?\n\nA quick look at the top-level files and directories you’ll see in a Gatsby\nproject.\n\n```bash\n    .\n    ├── node_modules\n    ├── src\n    ├── .gitignore\n    ├── .prettierrc\n    ├── gatsby-browser.js\n    ├── gatsby-config.js\n    ├── gatsby-node.js\n    ├── gatsby-ssr.js\n    ├── LICENSE\n    ├── package-lock.json\n    ├── package.json\n    └── README.md\n```\n\n1. **`/node_modules`**: This directory contains all of the modules of code that\n   your project depends on (npm packages) are automatically installed.\n\n2. **`/src`**: This directory will contain all of the code related to what you\n   will see on the frontend of your site (what you see in the browser) such as\n   your site header or a page template. `src` is a convention for “source code”.\n\n3. **`.gitignore`**: This file tells git which files it should not track / not\n   maintain a version history for.\n\n4. **`.prettierrc`**: This is a configuration file for\n   [Prettier](https://prettier.io/). Prettier is a tool to help keep the\n   formatting of your code consistent.\n\n5. **`gatsby-browser.js`**: This file is where Gatsby expects to find any usage\n   of the [Gatsby browser APIs](https://www.gatsbyjs.com/docs/browser-apis/) (if\n   any). These allow customization/extension of default Gatsby settings\n   affecting the browser.\n\n6. **`gatsby-config.js`**: This is the main configuration file for a Gatsby\n   site. This is where you can specify information about your site (metadata)\n   like the site title and description, which Gatsby plugins you’d like to\n   include, etc. (Check out the\n   [config docs](https://www.gatsbyjs.com/docs/gatsby-config/) for more detail).\n\n7. **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of\n   the [Gatsby Node APIs](https://www.gatsbyjs.com/docs/node-apis/) (if any).\n   These allow customization/extension of default Gatsby settings affecting\n   pieces of the site build process.\n\n8. **`gatsby-ssr.js`**: This file is where Gatsby expects to find any usage of\n   the\n   [Gatsby server-side rendering APIs](https://www.gatsbyjs.com/docs/ssr-apis/)\n   (if any). These allow customization of default Gatsby settings affecting\n   server-side rendering.\n\n9. **`LICENSE`**: This Gatsby starter is licensed under the 0BSD license. This\n   means that you can see this file as a placeholder and replace it with your\n   own license.\n\n10. **`package-lock.json`** (See `package.json` below, first). This is an\n    automatically generated file based on the exact versions of your npm\n    dependencies that were installed for your project. **(You won’t change this\n    file directly).**\n\n11. **`package.json`**: A manifest file for Node.js projects, which includes\n    things like metadata (the project’s name, author, etc). This manifest is how\n    npm knows which packages to install for your project.\n\n12. **`README.md`**: A text file containing useful reference information about\n    your project.\n\n## 🎓 Learning Gatsby\n\nLooking for more guidance? Full documentation for Gatsby lives\n[on the website](https://www.gatsbyjs.com/). Here are some places to start:\n\n## 💫 Deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/literat/literat)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliterat%2Fliterat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliterat%2Fliterat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliterat%2Fliterat/lists"}