https://github.com/saimirkapaj/gatsby-markdown-personal-website
Gatsby Personal/Resume Website
https://github.com/saimirkapaj/gatsby-markdown-personal-website
framer-motion gatsby gatsby-starter markdown styled-components tailwindcss
Last synced: 3 days ago
JSON representation
Gatsby Personal/Resume Website
- Host: GitHub
- URL: https://github.com/saimirkapaj/gatsby-markdown-personal-website
- Owner: SaimirKapaj
- License: mit
- Created: 2020-04-27T16:44:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:07:30.000Z (over 2 years ago)
- Last Synced: 2025-04-07T02:35:00.393Z (28 days ago)
- Topics: framer-motion, gatsby, gatsby-starter, markdown, styled-components, tailwindcss
- Language: JavaScript
- Homepage: https://gatsby-markdown-personal-website.netlify.app/
- Size: 1.11 MB
- Stars: 27
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Markdown Personal Website
This is a personal website / blog using [Gatsby](https://www.gatsbyjs.org/), [Markdown](https://www.markdownguide.org/), [Styled Components](https://styled-components.com/), [Talwind CSS](https://tailwindcss.com/), [Framer Motion](https://www.framer.com/motion/) & [React Font Awesome](https://github.com/FortAwesome/react-fontawesome).
## Demo
[Gatsby Markdown Personal Website](https://gatsby-markdown-personal-website.netlify.app/)
## Quick start
1. **Create a Gatsby site.**
Use the Gatsby CLI to create a new site, using the Gatsby Markdown Personal Website starter.
```shell
gatsby new my-site-name https://github.com/SaimirKapaj/gatsby-markdown-personal-website
```2. **Develop**
Navigate into your new site’s directory and start the development environment.
```shell
gatsby develop
```Your site is now running at `http://localhost:8000`
3. **Build**
Get an optimized production build for your site generating static HTML and JavaScript, CSS bundles.
```shell
gatsby build
```4. **Serve**
Starts a local server for testing your production site.
```shell
gatsby serve
```Your production site is now running at `http://localhost:9000`
## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/SaimirKapaj/gatsby-markdown-personal-website)
[](https://zeit.co/import/project?template=https://github.com/SaimirKapaj/gatsby-markdown-personal-website)