{"id":16495977,"url":"https://github.com/jmau111/gatsby-nes","last_synced_at":"2025-08-23T14:37:44.159Z","repository":{"id":37962625,"uuid":"481258331","full_name":"jmau111/gatsby-nes","owner":"jmau111","description":"A theme built with Typescript, Gatsby, and NES.css","archived":false,"fork":false,"pushed_at":"2023-05-24T01:25:27.000Z","size":2674,"stargazers_count":21,"open_issues_count":9,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T03:50:24.829Z","etag":null,"topics":["8-bits","css","gatsby","nostalgic","react","typescript"],"latest_commit_sha":null,"homepage":"https://jmau111.github.io/gatsby-nes","language":"TypeScript","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/jmau111.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":"SECURITY.md","support":null}},"created_at":"2022-04-13T14:50:57.000Z","updated_at":"2024-12-03T09:35:52.000Z","dependencies_parsed_at":"2023-02-16T12:00:45.297Z","dependency_job_id":null,"html_url":"https://github.com/jmau111/gatsby-nes","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/jmau111/gatsby-nes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmau111%2Fgatsby-nes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmau111%2Fgatsby-nes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmau111%2Fgatsby-nes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmau111%2Fgatsby-nes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmau111","download_url":"https://codeload.github.com/jmau111/gatsby-nes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmau111%2Fgatsby-nes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271752129,"owners_count":24814750,"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-08-23T02:00:09.327Z","response_time":69,"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":["8-bits","css","gatsby","nostalgic","react","typescript"],"created_at":"2024-10-11T14:33:33.060Z","updated_at":"2025-08-23T14:37:43.967Z","avatar_url":"https://github.com/jmau111.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatsby NES\n\nA theme built with Typescript, Gatsby, and [NES.css](https://nostalgic-css.github.io/NES.css/) for a One-page layout.\n\n[See live demo](https://jmau111.github.io/gatsby-nes)\n\nNo option, but it's easy to start.\n\n## Features\n\nPretty limited for now (on purpose):\n\n* One-page layout\n* very basic SEO\n* styled 404\n\nFor more customizations with the NES.css framework, check their nice documentation.\n\n## Warning\n\nThis theme is only a nostalgic tribute to Nintendo. It's easy to customize it but it's pretty light in terms of features.\n\n## 🌪 Starting NES\n\n```\ngit clone https://github.com/jmau111/gatsby-nes.git and cd gatsby-nes \u0026\u0026 yarn \u0026\u0026 yarn dev\n```\n\nThen customize the favicon in `./images/`.\n\n## Check types\n\nAs the idea with TypeScript is to type, there's a command for that:\n\n```\nyarn type-check\n```\n\n## 🎃 Change styles\n\nIf you know what you're doing, you can tweak stylews in `./src/styles`. The theme does not use styled components but basic SASS.\n\nDon't remove `import \"nes.css/css/nes.min.css\";` I add in the main Layout  `./src/components/Layout/index.tsx`. Otherwise, you would lose the import of NES.css.\n\n## Change siteURL\n\nOpen `./gatsby-config.ts` and modify:\n\n```js\nsiteMetadata: {\n  title: `Gatsby nes`,\n  author: `Julien Maury`,\n  about: `A Gatsby Theme using typescript and Nostalgic NES css`,\n  description: `A nostalgic Gatsby theme`,\n  siteUrl: ``,\n},\n```\n\n## Google Analytics\n\nIf you need google, add the plugin:\n\n```\nyarn add gatsby-plugin-google-analytics\n```\n\nThen, add the entry in `./gatsby-config.js`:\n\n```js\n{\n  resolve: `gatsby-plugin-google-analytics`,\n  options: {\n    trackingId: `XXXX`,// replace with yours\n  },\n},\n```\n\nAlso consider alternatives such as [Gatsby Matomo](https://www.gatsbyjs.com/plugins/gatsby-plugin-matomo/) instead.\n\n## humans.txt\n\nWe are humans, not machines. The humans.txt file is a tribute to the people who have contributed to the building of a website.\nGo modify `./static/humans.txt` with your team info.\n\n## Weird issues\n\nIf you have some issues with static images and queries, you might save a lot of time by using the custom yarn command:\n\n```\nyarn cleandev\n``` \n\nIt will execute `gatsby clean` before `gatsby develop`, which deletes the cache folder and ensures there's no outdated stuff that can jam your app.\n\n## Todo\n\nThis theme is barebone (on purpose). It's meant for One-page Layouts, not blogs or complex hierarchies.\n\n## 🚀 Quick start\n\n1.  **Create a Gatsby site.**\n\n    Use the Gatsby CLI to create a new site, specifying this theme starter.\n\n    ```shell\n    # create a new Gatsby site using this theme starter\n    gatsby new my-themed-site https://github.com/jmau111/gatsby-nes\n    ```\n\n2.  **Start developing.**\n\n    Navigate into your new site’s directory and start it up.\n\n    ```shell\n    cd my-themed-site/\n    yarn dev\n    ```\n\n3.  **Open the code and start customizing!**\n\n    Your site is now running at `http://localhost:8000`!\n\n    To get started, check out the guide to [getting started with using multiple themes](https://github.com/jmau111/gatsby-nes), or the [general themes docs](https://gatsbyjs.com/docs/themes).\n\n## About Preact\n\nThe theme uses [Preact](https://preactjs.com/), a much lighter alternative of React. Most gatsby websites and plugins will work fine, but some of them might be incompatible with it.\n\nBe careful.\n\n## 🎓 Learning Gatsby\n\nLooking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.com/).\n\nHere are some places to start:\n\n### Themes\n\n- To learn more about Gatsby themes specifically, we recommend checking out the [theme docs](https://www.gatsbyjs.com/docs/themes/).\n\n### General\n\n- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.com/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.\n\n- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.com/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmau111%2Fgatsby-nes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmau111%2Fgatsby-nes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmau111%2Fgatsby-nes/lists"}