All Projects β†’ yezz123 β†’ yezz.me

yezz123 / yezz.me

Licence: MIT License
My personal website πŸš€

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to yezz.me

Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (+173.91%)
Mutual labels:  website, gatsby
Ru.reactjs.org
React documentation website in Russian / ΠžΡ„ΠΈΡ†ΠΈΠ°Π»ΡŒΠ½Π°Ρ русская вСрсия сайта React
Stars: ✭ 444 (+1830.43%)
Mutual labels:  website, gatsby
Dantecalderon.dev
πŸ’» ❀️ My personal website
Stars: ✭ 51 (+121.74%)
Mutual labels:  website, gatsby
Blog
Source for my blazing fast blog
Stars: ✭ 83 (+260.87%)
Mutual labels:  website, gatsby
Gatsby Starter Saas Marketing
☁️ A simple one page marketing site starter for SaaS companies and indie hackers
Stars: ✭ 103 (+347.83%)
Mutual labels:  website, gatsby
Narative.co
Narative builds brands, websites and products for growth-minded companies.
Stars: ✭ 226 (+882.61%)
Mutual labels:  website, gatsby
Felipefialho.com
😺 My personal website
Stars: ✭ 177 (+669.57%)
Mutual labels:  website, gatsby
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+1008.7%)
Mutual labels:  gatsby, vercel
roombelt-activity-map
πŸ—Ί Show a map of your active customers to build trust
Stars: ✭ 62 (+169.57%)
Mutual labels:  vercel
gatsby-theme-amsterdam
A Gatsby theme for artists, photographers and other creative folks πŸ‘¨β€πŸŽ¨
Stars: ✭ 133 (+478.26%)
Mutual labels:  gatsby
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (+108.7%)
Mutual labels:  gatsby
gatsby-theme-gallery
🏞 A Gatsby Theme for adding a gallery to your site.
Stars: ✭ 40 (+73.91%)
Mutual labels:  gatsby
dev-cover
🌐 Get and publish your developer portfolio with just your username
Stars: ✭ 155 (+573.91%)
Mutual labels:  vercel
apps
daily.dev application suite
Stars: ✭ 253 (+1000%)
Mutual labels:  vercel
yearn-comms
Collection of communication, announcements, tweets, newsletters, and other articles about Yearn and a hosted blog for all translation contributors.
Stars: ✭ 16 (-30.43%)
Mutual labels:  vercel
arepa.dev
Recursos en espaΓ±ol para aprender y dominar JavaScript.
Stars: ✭ 29 (+26.09%)
Mutual labels:  gatsby
examples
Enjoy our curated collection of examples and solutions. Use these patterns to build your own robust and scalable applications.
Stars: ✭ 960 (+4073.91%)
Mutual labels:  vercel
prettier-markdown
Parse code blocks in markdown files and run prettier on them
Stars: ✭ 37 (+60.87%)
Mutual labels:  gatsby
gatsby-starter-sass
πŸ‘“ A Gatsby starter with Sass and no assumptions!
Stars: ✭ 26 (+13.04%)
Mutual labels:  gatsby
snipcart-gatsby-demo
Simple e-commerce for socks made with Gatsby, Snipcart and DatoCMS
Stars: ✭ 15 (-34.78%)
Mutual labels:  gatsby

πŸš€ Quick start

  1. Get a copy on your machine
  • Getting Started with Gatsby

To use Gatsby.js, make sure you have Node.js and npm installed on your machine. Gatsby starters can be installed via the Gatsby CLI tool or by cloning a GitHub repository. Let's explore the CLI tool by first installing it.

# Install the Gatsby CLI tool globally on your machine
$ npm install --global gatsby-cli
# create a new Gatsby Website
gatsby new website https://github.com/yezz123/yezz.me/
  1. Start developing.

Navigate into your new site’s directory and start it up.

cd website
gatsby develop
  1. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link:http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the my-site directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Gatsby project.

$ tree
    .
    β”œβ”€β”€ node_modules
    β”œβ”€β”€ src
    β”œβ”€β”€ .gitignore
    β”œβ”€β”€ .eslintrc.js
    β”œβ”€β”€ .prettierignore
    β”œβ”€β”€ .prettierrc
    β”œβ”€β”€ gatsby-browser.js
    β”œβ”€β”€ gatsby-config.js
    β”œβ”€β”€ package-lock.json
    └── package.json

✏️ Modifying the site

To make it easier for you, this starter is sliced into multiple components or sections for effortless management. Let's discuss them one by one.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].