Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exploring Netlify + NetlifyCMS + Gatsby Solution #16

Open
jnoowin opened this issue Apr 21, 2021 · 1 comment
Open

Exploring Netlify + NetlifyCMS + Gatsby Solution #16

jnoowin opened this issue Apr 21, 2021 · 1 comment
Assignees
Labels

Comments

@jnoowin
Copy link
Collaborator

jnoowin commented Apr 21, 2021

Overview

Pros and cons of Netlify, NetlifyCMS, and Gatsby as a static website solution

Resources/Instructions

Gatsby - https://www.gatsbyjs.com/
Netlify - https://www.netlify.com/
NetlifyCMS - https://www.netlifycms.org/

@jnoowin
Copy link
Collaborator Author

jnoowin commented Apr 21, 2021

Overview

Gatsby - A React framework + static site generator. Pages are created during build time and are served to users. Good for performance and search engine optimization. The ecosystem has many plugins, widgets, and templates.

Pros:

  • Uses modern technology (React) and well-used/ clean documentation
  • Lots of community created plugins and support
  • Full flexibility compared to website builders. Data analytic integration would be free, flexible, and much more comprehensive.
    Cons:
  • Code-intensive, comes with the associated costs (development and maintenance?)

Netlify - Cloud-based website hosting service. Each change to the website is managed by Git (similar to github pages)

Pros:

NetlifyCMS - Free open source content management system. Made from the same company but separate from Netlify. Serves as an admin system for the site. Can create custom plugins and editors.

Pros:

  • Easy integration into any website. Uses simple configuration files.
  • Less bloat than a traditional web builder
    Cons:
  • Documentation is okay-ish
  • Not as well used as something as something like WordPress

Many of these services can be swapped for others (e.g hosting a WordPress site on Netlify)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants