gatsby-markdown-personal-website
gatsby-markdown-personal-website copied to clipboard
Gatsby Personal/Resume Website
Gatsby Markdown Personal Website
This is a personal website / blog using Gatsby, Markdown, Styled Components, Talwind CSS, Framer Motion & React Font Awesome.
Demo
Gatsby Markdown Personal Website
Quick start
-
Create a Gatsby site.
Use the Gatsby CLI to create a new site, using the Gatsby Markdown Personal Website starter.
gatsby new my-site-name https://github.com/SaimirKapaj/gatsby-markdown-personal-website -
Develop
Navigate into your new site’s directory and start the development environment.
gatsby developYour site is now running at
http://localhost:8000 -
Build
Get an optimized production build for your site generating static HTML and JavaScript, CSS bundles.
gatsby build -
Serve
Starts a local server for testing your production site.
gatsby serveYour production site is now running at
http://localhost:9000