All Projects โ†’ gillkyle โ†’ gatsby-starter-landing-page

gillkyle / gatsby-starter-landing-page

Licence: MIT License
๐Ÿ–ฑ A simple, minimal Gatsby starter for quick and easy landing pages

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to gatsby-starter-landing-page

Gatsby Starter Alchemy
A Gatsby starter with PostCSS powers โœจ๐Ÿ”ฎ
Stars: โœญ 23 (-82.58%)
Mutual labels:  landing-page, gatsby, static-site
Gatsby Theme Superstylin
๐Ÿ’… A Gatsby Theme with styled-components
Stars: โœญ 165 (+25%)
Mutual labels:  landing-page, gatsby, static-site
gatsby-starter-typescript
A Gatsby starter the way I like it.
Stars: โœญ 62 (-53.03%)
Mutual labels:  gatsby, static-site, gatsby-starter
gatsby-theme-amsterdam
A Gatsby theme for artists, photographers and other creative folks ๐Ÿ‘จโ€๐ŸŽจ
Stars: โœญ 133 (+0.76%)
Mutual labels:  gatsby, static-site
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: โœญ 15 (-88.64%)
Mutual labels:  gatsby, gatsby-starter
gatsby-london-after-midnight
A free, open source, image-concentric starter for GatsbyJS
Stars: โœญ 37 (-71.97%)
Mutual labels:  gatsby, 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 (-42.42%)
Mutual labels:  gatsby, gatsby-starter
gatsby-i18n
Gatsby plugin that provides i18n support
Stars: โœญ 25 (-81.06%)
Mutual labels:  gatsby, gatsby-starter
gatsby-portfolio
Portfolio / Personal Website - Built with Gatsby.js and Published at konstantin.digital
Stars: โœญ 23 (-82.58%)
Mutual labels:  minimal, gatsby
gatsby-contentful-typescript-starter
Gatsby.js starter with TypeScript and Contentful
Stars: โœญ 15 (-88.64%)
Mutual labels:  gatsby, gatsby-starter
subtle-ui
A collection of clever yet understated user interactions found on the web
Stars: โœญ 39 (-70.45%)
Mutual labels:  gatsby, static-site
static-web-apps-gallery-code-samples
A community showcase of projects built with Azure Static Web Apps ๐ŸŽ‰ Visit: https://microsoft.github.io/static-web-apps-gallery-code-samples/
Stars: โœญ 96 (-27.27%)
Mutual labels:  gatsby, static-site
gatsby-starter-fractal
Gatsby.js V2 starter template based on Fractal by HTML5 UP
Stars: โœญ 19 (-85.61%)
Mutual labels:  gatsby, gatsby-starter
gatsby-attila-theme-ghost
A Gatsby theme plugin for creating blogs from headless Ghost CMS.
Stars: โœญ 16 (-87.88%)
Mutual labels:  gatsby, static-site
site
๐Ÿ๐Ÿ“‘ Static site generator for landing pages, docs, and more
Stars: โœญ 31 (-76.52%)
Mutual labels:  landing-page, static-site
gatsby-starter-breeze
A Gatsby starter for graceful blogging in Chinese.
Stars: โœญ 44 (-66.67%)
Mutual labels:  gatsby, gatsby-starter
gatsby-wiki
Creating a Knowledgbase using Gatsby.js and React.js (see final product ->
Stars: โœญ 32 (-75.76%)
Mutual labels:  gatsby, gatsby-starter
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: โœญ 50 (-62.12%)
Mutual labels:  gatsby, gatsby-starter
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: โœญ 29 (-78.03%)
Mutual labels:  gatsby, gatsby-starter
gatsby-theme-portfolio-minimal
A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.
Stars: โœญ 51 (-61.36%)
Mutual labels:  gatsby, one-page

preview of page

Gatsby Landing Page Starter

A simple, minimal, easy-to-use landing page starter without all sorts of bells and whistles bolted on that you'll just have to strip out later. Create a super fast, beautiful landing page from a barebones template with a single page that already looks good.

Prerequisites

If you do not have the Gatsby CLI installed yet, do it first.

npm install --global gatsby-cli

The Gatsby CLI uses Node and npm which you will also need installed. More information can be found on GatsbyJS.org.

๐Ÿš€ Getting Started

Install the starter using the Gatsby new command.

gatsby new landing-page https://github.com/gillkyle/gatsby-starter-landing-page.git

Navigate into the project directory and launch the site.

cd landing-page && gatsby develop

The site will be opened up in your default browser on http://localhost:8000

Edit code in the /src, save your changes, and they'll reload instantly in the browser.

๐Ÿง What's inside?

The minimal landing page starter comes with a few plugins installed already, but it's main focus is on staying simple and looking clean. These things are included by default:

  • ๐Ÿ–ผ Gatsby Image: images added to the src/images folder are automatically optimized by the gatsby-image plugin and can be pulled into components with lazy loading and blur up effects
  • ๐Ÿ“Š Analytics: add your Google Analytics tracking id to gatsby-config.js to automatically begin tracking visitors to the site
  • ๐Ÿ—บ Sitemap: any new pages added to the site are automically assembled together into a sitemap through gatsby-plugin-sitemap
  • ๐ŸŽจ Color Theme: the src/styles/constants.js file contains a set of colors and default styles that are applied inline to components on the site that can be overriden with your own styles

๐Ÿงช Experiment

If you want to try playing with the source code in an online playground you can open the repo in Codesandox with this button.

Edit gatsby-starter-portfolio-cara

๐Ÿ’ซ Deploy

If you just want to see a site online real fast you can deploy a copy of the site to Netlify with this button.

Deploy to Netlify

To create an optimized build of the site run this command

gatsby build

A /public folder will be assembled that can be deployed to a service like Netlify, Surge, GitHub Pages, AWS S3, Firebase hosting, or your own file server.

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].