avatar-kaleb / kalebmckelvey-site

MIT License
1 stars 1 forks source link

The website project looks so cool, may I fork and build a new personal blog based on it? #18

Closed FeynmanZhou closed 4 years ago

FeynmanZhou commented 5 years ago

Hey, I found your blog website from gatsbyjs website, it's beautiful, and looks so cool. May I fork it and build a new personal blog based on it?

Thanks.

FeynmanZhou commented 5 years ago

@avatar-kaleb One more question, I have cloned this repo but I can't build successfully in my MacOS, also build failed in Netlify, could you tell us how to build and preview locally?

avatar-kaleb commented 5 years ago

Thank you so much Feynman! You are absolutely welcome to fork it and change the text / colors / data etc to your liking.

Could you post the error you are getting on your MacOS?

I will note one thing: This is using material design from the React-MD library, but in the future I will be updating to Material UI as its better supported.

FeynmanZhou commented 5 years ago

@avatar-kaleb I forked this repo and deploy it in Netlify, it returns error like following.

image

This is the general settings in Netlify, how to deploy it successfully?

image

avatar-kaleb commented 5 years ago

The exact repo or did you make changes before doing so?

Two possibilities:

  1. New version of a gatsby plugin so the query changed
  2. You deleted all of the blog posts so the query is failing? Maybe create a test one and see if that helps?
FeynmanZhou commented 5 years ago

@avatar-kaleb Nothing changed. Now I can compile successfully in my local, but it requires Netlify login, how can I remove the Netlify authentication when preview it locally? image

image

avatar-kaleb commented 5 years ago

try localhost:8000 for your home page, not the /admin :)

The netlify CMS is how you create new blog posts / add images - it a CMS GUI, not the actual site. I just noticed I am getting the same error as you on my builds, so I'll take a look this weekend.

FeynmanZhou commented 4 years ago

@avatar-kaleb Using http://localhost:8000 only returned blank page, hope for your solution for the same error, thank you.

avatar-kaleb commented 4 years ago

I pushed my changes for the error above, not sure why you're getting a blank page. Could you give me anymore info?