Git Product home page Git Product logo

gatsby-starter-nehalem's Introduction

Nehalem Gatsby starter

Check the Demo!

Starter for @nehalist/gatsby-theme-nehalem.

Features

Out-of-the-box:

  • Fully responsive
  • Highly optimized (Lighthouse score ~400)
  • SEO optimized (with open graph, Twitter Card, JSON-LD, RSS and sitemap)
  • Syntax highlighting
  • Search functionality
  • Multi navigations
  • Static pages
  • Fully typed with TypeScript
  • Tagging
  • Theming
  • Customizable

See here for details!

Getting Started

Install this starter by running

gatsby new your-site-name https://github.com/nehalist/gatsby-starter-nehalem

cd into the your-site-name directory and run gatsby develop to start your site on localhost:8000.

Documentation

The entire documentation can be found on the Demo. Alternatively check the GitHub repository.

Like the theme?

Happy to hear that! Feel free to star it on GitHub!

Author

Developed by nehalist.io.

Big thanks to my SO for the awesome logo!

gatsby-starter-nehalem's People

Contributors

nehalist avatar tomasbankauskas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gatsby-starter-nehalem's Issues

Theme MDX support?

Hello! Your starter and theme is great, I like it
But I think it needed a MDX support instead of usually only markdown support
Will you insert in your theme the MDX support in near future?
Thanks!

gyp ERR! not ok when deploying to netlify

Thank you for your theme.
I can run it in local, anything is ok.
But when i deploying to netlify and i met issue below:

4:44:46 PM: gyp ERR! build error
4:44:46 PM: gyp ERR! stack Error: make failed with exit code: 2
4:44:46 PM: gyp ERR! stack at ChildProcess.onExit (/opt/buildhome/.nvm/versions/node/v16.13.2/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
4:44:46 PM: gyp ERR! stack at ChildProcess.emit (node:events:390:28)
4:44:46 PM: gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
4:44:46 PM: gyp ERR! System Linux 5.4.129+
4:44:46 PM: gyp ERR! command "/opt/buildhome/.nvm/versions/node/v16.13.2/bin/node" "/opt/buildhome/.nvm/versions/node/v16.13.2/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
4:44:46 PM: gyp ERR! cwd /opt/build/repo/node_modules/sharp
4:44:46 PM: gyp ERR! node -v v16.13.2
4:44:46 PM: gyp ERR! node-gyp -v v8.3.0
4:44:46 PM: gyp ERR! not ok

Can you have me to resolve it ?

Failed to compile Multiple "root" queries found: "PrimaryTag" and "PrimaryTag".

Got this error when issuing gatsby build command on starter project

Failed to compile
Multiple "root" queries found: "PrimaryTag" and "PrimaryTag".
Only the first ("PrimaryTag") will be registered.

Instead of:

1 | query PrimaryTag {
2 |   markdownRemark {
3 |     #...
4 |   }
5 | }
6 | 
7 | query PrimaryTag {
8 |   markdownRemark {
9 |     #...
10 |   }
11 | }

Do:

1 | query primaryTagAndPrimaryTag {
2 |   markdownRemark {
3 |     #...
4 |   }
5 |   markdownRemark {
6 |     #...
7 |   }
8 | }

This can happen when you use two page/static queries in one file. Please combine those into one query.
If you're defining multiple components (each with a static query) in one file, you'll need to move each component to its own file.

File: D:/SOFTWARE_DEVELOPMENT/blog/node_modules/@nehalist/gatsby-theme-nehalem/src/templates/post.tsx
This error occurred during the build time and cannot be dismissed.

Dark Mode and CMS

Hi how are you?
This theme is awesome.
Could you kindly add Dark Mode and a Headless CMS like Forestry or Netlify CMS.
Thank you.
Have a good day.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.