Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:07:30.000Z (almost 2 years ago)
- Last Synced: 2024-02-09T09:50:00.788Z (11 months 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: 28
- 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
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/SaimirKapaj/gatsby-markdown-personal-website)
[![Deploy with ZEIT Now](https://zeit.co/button)](https://zeit.co/import/project?template=https://github.com/SaimirKapaj/gatsby-markdown-personal-website)