Tyra - Feminine Blog Powered by Gatsby
Tyra is a Gatsby starter focusing on legibility and a clean, feminine design with 2010 influences. It aims to be a plug-and-play blog with great SEO, tooling, and integrations.
Key features:
- Feminine Design: A clean, visually appealing design.
- SEO Optimized: Built with SEO in mind to improve search engine rankings.
- GatsbyJS: Utilizes the performance and flexibility of Gatsby.
- Markdown Support: Easily create blog posts using markdown.
Getting Started:
- Customize metadata in
gatsby-config.js
for SEO and social media. - Customize images and content in the
content/
directory. - Add blog posts in markdown format to the
content/posts/
directory.
Installation:
Using gatsby-cli:
gatsby new my-site https://github.com/madelyneriksen/gatsby-starter-tyra
Using git clone:
git clone [email protected]:madelyneriksen/gatsby-starter-tyra.git my-site
cd my-site
yarn install
To develop:
yarn develop
To build:
yarn build