{"id":15545092,"url":"https://github.com/davbree/robust-crane","last_synced_at":"2026-05-06T03:34:31.350Z","repository":{"id":140317852,"uuid":"321954288","full_name":"davbree/robust-crane","owner":"davbree","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2020-12-16T10:59:33.000Z","size":16041,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T08:16:14.660Z","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/davbree.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":"2020-12-16T10:59:14.000Z","updated_at":"2020-12-16T10:59:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"44b0b618-012f-46b7-90e9-862ff8f7ae0e","html_url":"https://github.com/davbree/robust-crane","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davbree/robust-crane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Frobust-crane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Frobust-crane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Frobust-crane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Frobust-crane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davbree","download_url":"https://codeload.github.com/davbree/robust-crane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Frobust-crane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005657,"owners_count":26083942,"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-10-10T02:00:06.843Z","response_time":62,"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":["gatsby","git","headless","jamstack","ssg","stackbit","static"],"created_at":"2024-10-02T12:41:55.953Z","updated_at":"2025-10-11T00:32:54.211Z","avatar_url":"https://github.com/davbree.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%2Fdavbree%2Frobust-crane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavbree%2Frobust-crane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Frobust-crane/lists"}