Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby starter for a personal website/resume blog using Markdown, TypeScript, styled-components, Tailwind CSS, and Framer Motion.
Gatsby Markdown Typescript Personal Website is an open-source Gatsby starter that builds a personal blog and resume site from Markdown content, styled with Tailwind CSS and styled-components, with Framer Motion animations.
Gatsby Markdown Typescript Personal Website is a starter template for a personal website or blog, built on the Gatsby static site generator. It takes Markdown files as its content source and outputs a production-ready static site with generated HTML, JavaScript, and CSS bundles. The template was created by SaimirKapaj and is available on GitHub, with a live demo hosted on Netlify.
gatsby new my-site-name and the starter's GitHub URL, then develop with gatsby develop.After cloning the starter, run gatsby develop to start a local dev server at http://localhost:8000, and run gatsby build to generate optimized static files. You can test the production build locally with gatsby serve, which hosts it at http://localhost:9000. For deployment, use the provided Netlify or ZEIT Now buttons pointed at the GitHub repository.
Run gatsby new my-site-name with the starter's GitHub URL. This clones the template and installs dependencies, then you can run gatsby develop to start a dev server.
Execute gatsby build to create an optimized static bundle, then gatsby serve to preview it locally at http://localhost:9000. The deploy buttons push the same build to Netlify or ZEIT Now.
Yes, the starter is open source under the Gatsby starter model. You can use, modify, and deploy it without payment, provided you follow the license terms in the repository.
