This project was forked from Gatsby's default starter.
To intialize a new blog, I recommend using the create-blog
CLI.
npm run create-blog
Important!
The create-blog
requires access to the Unsplash API. Create a .env
file in
the project root and set the following
UNSPLASH_ACCESS_KEY=<your-access-key>
UNSPLASH_SECRET_KEY=<your-secret-key>
UNSPLASH_API_URL=https://api.unsplash.com
I appreciate any feedback in the form of issues.
Pull requests are also welcome.
Inspiration, tips, and resources are taken from other awesome open-source projects.