All Projects → bagseye → Bonneville

bagseye / Bonneville

Licence: mit
A simple, clean GatsbyJS starter for those looking to get up and running with Gatsby

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bonneville

V4
Fourth iteration of my personal website built with Gatsby
Stars: ✭ 4,114 (+17786.96%)
Mutual labels:  gatsby, styled-components, gatsbyjs
Gabriel Adorf Portfolio
Gabriel Adorf's personal website
Stars: ✭ 133 (+478.26%)
Mutual labels:  gatsby, gatsbyjs, styled-components
gatsby-starter-apple
🍎 Gatsby blog starter kit with beautiful responsive design
Stars: ✭ 88 (+282.61%)
Mutual labels:  styled-components, gatsby, gatsbyjs
Gatsby Starter Ghost
A starter template to build lightning fast websites with Ghost & Gatsby
Stars: ✭ 752 (+3169.57%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Ghost Balsa Starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 17 (-26.09%)
Mutual labels:  gatsby, gatsbyjs
Course Starter R
👩‍🏫🇷 Starter repo for building interactive R courses
Stars: ✭ 281 (+1121.74%)
Mutual labels:  gatsby, gatsbyjs
website
My website built with GatsbyJS.
Stars: ✭ 53 (+130.43%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Minimal Blog
Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
Stars: ✭ 752 (+3169.57%)
Mutual labels:  gatsby, gatsbyjs
Devblog
A lightweight, customizable personal blog template built with GatsbyJS and React
Stars: ✭ 312 (+1256.52%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Prismic
A typography-heavy & light-themed Gatsby Starter which uses the Headless CMS Prismic.
Stars: ✭ 381 (+1556.52%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Material Starter
A high performance blog starter with Material design in mind for GatsbyJS.
Stars: ✭ 456 (+1882.61%)
Mutual labels:  gatsby, gatsbyjs
Course Starter Python
👩‍🏫🐍 Starter repo for building interactive Python courses
Stars: ✭ 440 (+1813.04%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Simplefolio
⚡️ A minimal Gatsby portfolio template for Developers
Stars: ✭ 895 (+3791.3%)
Mutual labels:  gatsby, gatsbyjs
personal-website-react
A personal website built using Gatsby 🚀⚛️
Stars: ✭ 43 (+86.96%)
Mutual labels:  styled-components, gatsby
Gatsby Starter Portfolio Emilia
Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.
Stars: ✭ 300 (+1204.35%)
Mutual labels:  gatsby, gatsbyjs
v2
Hack Club’s (old) website ✨
Stars: ✭ 101 (+339.13%)
Mutual labels:  styled-components, gatsby
React Gatsby Firebase Authentication
🐣🔥Starter Project / Boilerplate for Authentication with Firebase and plain React in Gatsby.js
Stars: ✭ 356 (+1447.83%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Deck
🗣 Create presentations using Gatsby, React & Markdown.
Stars: ✭ 522 (+2169.57%)
Mutual labels:  gatsby, gatsbyjs
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 (+443.48%)
Mutual labels:  gatsby, gatsbyjs
gatsby-starter-multiverse
Gatsby.js V2 starter template based on multiverse by HTML5 UP
Stars: ✭ 14 (-39.13%)
Mutual labels:  gatsby, gatsbyjs

Bonneville Logo

Bonneville - A Gatsby Starter Blog

Please Note

This repo is a WIP. Updates will happen throughout the life of this project as I understand working with Gatsby and React. If issues are raised, I will answer and resolve them when time allows.

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the hello-world starter.

    # create a new Gatsby site using Bonneville
    gatsby new your-new-site-name https://github.com/bagseye/bonneville
    
  2. Start developing.

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

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

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.

Contact Page

This uses Netlify forms. For more information on these please visit:

Netlify Forms Documentaion

Footer.js

Footer.js takes menu imports from constants/menu-items.js where you can declare the title and path. Depending on if these imports are present/true, the component will render the associated <div>.

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