Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A feminine, SEO-optimized Gatsby starter for plug-and-play blogging with markdown support.

Minimal markdown-based blog theme for Astro with Tailwind CSS, dark mode, Netlify CMS, and search.

A minimal, responsive Jekyll blog theme with Disqus comments, Instagram feed, and clean design.

Gatsby starter for creating a basic blog with Hygraph, featuring gatsby-image, MDX, and Tailwind CSS.

A responsive Hugo blog theme emphasizing motion, depth, and material, with WebP images, LaTeX math, and high PageSpeed scores.

Jekyll theme for translated articles with Bulma CSS and an admin panel.

A GatsbyJS Blog Template for blogging purposes.
Tyra is a Gatsby starter that builds a feminine, legible blog with SEO, tooling, and integrations preconfigured. It is a static-site template for Gatsby, written with React, and can be deployed to Netlify with a single click through the repository's Deploy to Netlify button.
Tyra is a Gatsby starter designed for bloggers who want a clean, feminine aesthetic with 2010s-era influences. It takes your markdown files and metadata as input and produces a static blog site with optimized pages. The template is maintained by Madelyn Eriksen on GitHub and is licensed under the MIT License.
Start by cloning the repository or using gatsby new with the GitHub URL, then run yarn install. Edit the siteMetadata fields in gatsby-config.js to set your blog title, description, siteUrl, and social links. Add posts as markdown files in content/posts with the defined frontmatter fields, then commit and deploy to Netlify using the provided deploy button.
Yes, Tyra is open source under the MIT License, so you can use it for personal or commercial projects without paying a license fee.
Edit the siteMetadata object in gatsby-config.js. You'll find fields for the blog title, description, site URL, navbarLinks, and social profiles. Changes take effect when you rebuild the site.
Create a new markdown file in content/posts and include frontmatter with type, title, author, category, date, slug, postImage, and metaDescription. Write the body in markdown below the frontmatter.
You can deploy directly to Netlify by clicking the Deploy to Netlify button on the GitHub README, which connects the repository and builds the Gatsby site automatically. Alternatively, run yarn build and upload the public directory.
