Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby starter for a personal/resume website with Markdown, Tailwind CSS, Styled Components, and Framer Motion.
Gatsby Markdown Personal Website is a Gatsby starter that scaffolds a personal website and blog where content is written in Markdown and styled with Tailwind CSS, Styled Components, Framer Motion, and React Font Awesome.
This starter creates a static personal website and blog using the Gatsby static site generator. It takes Markdown files as content input and produces a production-ready static site with gatsby build. The project is published under the GitHub account SaimirKapaj and runs on Gatsby's Node.js-based build system. It combines Styled Components and Tailwind CSS for styling, Framer Motion for animations, and React Font Awesome for icons.
The template follows Gatsby's standard workflow: create a site with the Gatsby CLI using the starter URL, run gatsby develop for a live development server at http://localhost:8000, run gatsby build to create an optimized production build with static HTML and asset bundles, and run gatsby serve to test the production output at http://localhost:9000.
The README's quick start lists four commands: gatsby new to create a site from the starter, gatsby develop to run a development server at localhost:8000, gatsby build to generate a production build, and gatsby serve to test that build at localhost:9000.
Yes. The README includes a "Deploy to Netlify" button and a "Deploy with ZEIT Now" button, both with one-click deployment links that use the repository URL as a template.
The template lists Styled Components and Tailwind CSS for styling, Framer Motion for animation, and React Font Awesome for icons. Both styling approaches are present, so you can use utility classes, component-scoped styles, or a combination.
