{"id":20811894,"url":"https://github.com/syukrie77/clever-cabbage","last_synced_at":"2026-04-14T04:31:34.256Z","repository":{"id":119659284,"uuid":"419663198","full_name":"syukrie77/clever-cabbage","owner":"syukrie77","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2021-10-21T09:38:11.000Z","size":16041,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T17:35:39.042Z","etag":null,"topics":["gatsby","git","headless","jamstack","ssg","stackbit","static"],"latest_commit_sha":null,"homepage":"https://jamstack.new","language":"JavaScript","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/syukrie77.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}},"created_at":"2021-10-21T09:38:06.000Z","updated_at":"2021-10-21T09:38:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"70ea5288-f650-4584-b83c-e6b84e353a6c","html_url":"https://github.com/syukrie77/clever-cabbage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/syukrie77/clever-cabbage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syukrie77%2Fclever-cabbage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syukrie77%2Fclever-cabbage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syukrie77%2Fclever-cabbage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syukrie77%2Fclever-cabbage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syukrie77","download_url":"https://codeload.github.com/syukrie77/clever-cabbage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syukrie77%2Fclever-cabbage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["gatsby","git","headless","jamstack","ssg","stackbit","static"],"created_at":"2024-11-17T20:49:01.049Z","updated_at":"2026-04-14T04:31:34.225Z","avatar_url":"https://github.com/syukrie77.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tyra - Feminine Blog Powered by Gatsby\n=====\n[![Contributions Welcome](https://img.shields.io/badge/Contributions-Welcome-green.svg)](https://shields.io/) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://shields.io/)\n\nTyra is a Gatsby starter that focuses on legibility and a clean, feminine design with 2010 influences. Technically, the goals for Tyra are having a \"plug and play\" blog, with great SEO, tooling, and integrations all included.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/madelyneriksen/gatsby-starter-tyra)\n\n## Getting Started\n\nThe first step with using Tyra is customizing your metadata in `gatsby-config.js`.\n\n```javascript\nsiteMetadata: {\n  navbarLinks: [\n    {to: \"/makeup\", name: \"Makeup\"},\n    {to: \"/lifestyle\", name: \"Lifestyle\"},\n    {to: \"/blog\", name: \"blog\"},\n  ],\n  title: \"\", // The name of your blog\n  description: \"\", // SEO Description\n  siteUrl: \"\", // Base URL of your blog (https://example.com)\n  homepageHeader: \"\", // Header text for the homepage\n  homepageAbout: \"\", // Banner body for the homepage\n  mailChimpUrl: \"\", // Link you your mailchimp campaign (From the embedded form maker)\n  mailChimpToken: \"\", // The hidden field on mailchimp forms\n  pinterest: \"\", // Your pinterest profile\n  facebook: \"\", // Your facebook profile\n  twitter: \"\", // Your twitter profile\n}\n```\n\nThis is used for configuring data across the site, improving SEO, and increasing engagement on social media.\n\nNext up, you can begin customizing the images and copy in `content/`. Finally, you can add your own blog posts! Posts are written in Markup, an easy way to create webpages.\n\n## Installation with `gatsby-cli`\n`gatsby new my-site https://github.com/madelyneriksen/gatsby-starter-tyra`\n\n## Installation with `git clone`\n`git clone git@github.com:madelyneriksen/gatsby-starter-tyra.git my-site`\n`cd my-site`\n`yarn install`\n\n## To develop\n`yarn develop`\n\n## To build\n`yarn build`\n\n\n## Screenshot\n\n![Screenshot of Tyra Homepage](./screenshot.jpg)\n\n## Adding your Content\n\nTyra uses markdown for writing blog posts, and follows a simple template for adding new posts. To add a new blog post, create a file in `content/posts/` with the following:\n\n```markdown\n---\n\ntype: \"post\"\ntitle: \"My Awesome Post Title\"\nauthor: \"My Name\"\ncategory: \"My Category\"\ndate: \"2019-01-05\"\nslug: \"/my-awesome-post\"\npostImage: \"./img/myimage.jpg\"\nmetaDescription: \"This is my first awesome and cool post!!!\"\n\n---\n\nYou can write your post here using markdown! Link to images in the `img` folder using this syntax:\n\n![Alt Text](./img/my-image.jpeg)\n```\n\nImages for posts are stored in `content/posts/img/`. Images in the frontmatter will be used as thumbnails for the articles, as well as in search results.\n\n## License\n\nTyra is licensed under the terms of the MIT License.\n\n## Thanks and Mentions\n\n* The [GatsbyJS](https://www.gatsbyjs.org/) Team for creating an amazing platform.\n* [Netlify](https://www.netlify.com/) for making static site hosting even easier.\n* [Unsplash](https://unsplash.com/) and the Free Photography Community.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyukrie77%2Fclever-cabbage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyukrie77%2Fclever-cabbage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyukrie77%2Fclever-cabbage/lists"}