Skip to content

swkeever/skies.dev

Repository files navigation

Skies Blog

🔗 https://www.skies.dev

This project was forked from Gatsby's default starter.

Writing articles

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

Feedback

I appreciate any feedback in the form of issues.

Pull requests are also welcome.

Special Thanks

Inspiration, tips, and resources are taken from other awesome open-source projects.