All Projects β†’ sungik-choi β†’ gatsby-starter-apple

sungik-choi / gatsby-starter-apple

Licence: MIT license
🍎 Gatsby blog starter kit with beautiful responsive design

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gatsby-starter-apple

gatsby-blog-template
✍️ A GatsbyJS Blog Template for blogging purposes.
Stars: ✭ 38 (-56.82%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter, gatsby-blog
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (-43.18%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter, gatsby-blog
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: ✭ 29 (-67.05%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-contentful-typescript-starter
Gatsby.js starter with TypeScript and Contentful
Stars: ✭ 15 (-82.95%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-ghost-novela-starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 31 (-64.77%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Gabriel Adorf Portfolio
Gabriel Adorf's personal website
Stars: ✭ 133 (+51.14%)
Mutual labels:  styled-components, gatsby, gatsbyjs
gatsby-starter-simple
A simple blogging Gatsby starter
Stars: ✭ 13 (-85.23%)
Mutual labels:  gatsby, gatsby-starter, gatsby-blog
gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
Stars: ✭ 22 (-75%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-fractal
Gatsby.js V2 starter template based on Fractal by HTML5 UP
Stars: ✭ 19 (-78.41%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-portfolio-bella
A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers.
Stars: ✭ 125 (+42.05%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-paradigmshift
Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP
Stars: ✭ 16 (-81.82%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-advanced-starter
gatsby-advanced-starter for creating blog
Stars: ✭ 15 (-82.95%)
Mutual labels:  gatsbyjs, gatsby-starter, gatsby-blog
gatsby-wiki
Creating a Knowledgbase using Gatsby.js and React.js (see final product ->
Stars: ✭ 32 (-63.64%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-breeze
A Gatsby starter for graceful blogging in Chinese.
Stars: ✭ 44 (-50%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (-82.95%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-docz
πŸ“ Gatsby starter with Docz and a blog for your documentation
Stars: ✭ 87 (-1.14%)
Mutual labels:  gatsby, gatsby-starter, gatsby-blog
gatsby-starter-shopifypwa
πŸ’šπŸ›’πŸ’š Bodega is a Shopify PWA using Gatsby JS + Netlify CMS
Stars: ✭ 100 (+13.64%)
Mutual labels:  styled-components, gatsbyjs, gatsby-starter
gatsby-starter-typescript
Typescript version of the default Gatsby starter. Uses Gatsby v1.x
Stars: ✭ 58 (-34.09%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (-13.64%)
Mutual labels:  gatsby, gatsby-starter, gatsby-blog
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-80.68%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter

Gatsby Starter Apple

License: MIT semantic-release: angular Hits

Gatsby blog starter kit with beautiful responsive design

Screenshot

🍎 Demo

πŸ‘‰ View Demo Page

✨ Features

  • Lighthouse 100 + PWA
  • styled-components
  • Apple style responsive design
  • Prefect dynamic theme (Comment + Code highlight)
  • Beautiful mobile menu animation
  • Code highlighting with gatsby-remark-vscode
  • Utterances Comment
  • Categories support
  • Infinite Scroll with Intersection Observer
  • RSS Feed
  • SEO
  • Offline support
  • Prettier & ESLint

πŸš€ Quick Start

1. Create a Gatsby site

Use the Gatsby CLI to create a new site, specifying the blog starter.

# create a new Gatsby site using the blog starter
gatsby new my-blog-starter https://github.com/sungik-choi/gatsby-starter-apple

2. Start developing

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

cd my-blog-starter/
gatsby develop

3. 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-blog-starter directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

4. Fix meta data

Open gatsby-meta-config.js and fix meta data of your blog.

module.exports = {
  title: "Dev Ed", // Your website title
  description: `Ed's Blog`, // Your website description
  author: "Ed", // Maybe your name
  siteUrl: "https://gatsby-starter-apple.netlify.app", // Your website URL
  lang: "en", // Language
  utterances: "sungik-choi/gatsby-starter-apple-comment", // Github repository to store comments
  links: {
    github: "https://github.com/sungik-choi/gatsby-starter-apple", // Your github repository
  },
  icon: "src/images/icon.png", //  Favicon Path
}
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].