scozv / scozv.github.com

[obsoleted] the blog repo has been moved to new repo site https://scozv.github.io/blog/
GNU General Public License v3.0
0 stars 2 forks source link

Does not load correctly as project page #17

Open Premachu opened 8 years ago

Premachu commented 8 years ago

Hi Scott.

I've tried using your theme as a project page but it doesn't seem to load properly. Any advice? I think it must be a novice mistake as I am new to site-building

scozv commented 8 years ago

click the developer console, F12 in Chrome, you will find you have missed many files:

https://premachu.github.io/assets/themes/hyde/css/poole.css Failed to load resource: the server responded with a status of 404 (Not Found)
https://premachu.github.io/assets/themes/hyde/css/syntax.css Failed to load resource: the server responded with a status of 404 (Not Found)
https://premachu.github.io/assets/themes/hyde/css/hyde.css Failed to load resource: the server responded with a status of 404 (Not Found)
https://premachu.github.io/assets/themes/hyde/css/poole.css Failed to load resource: the server responded with a status of 404 (Not Found)
https://premachu.github.io/assets/themes/hyde/css/syntax.css Failed to load resource: the server responded with a status of 404 (Not Found)
https://premachu.github.io/assets/themes/hyde/css/hyde.css Failed to load resource: the server responded with a status of 404 (Not Found)
Premachu commented 8 years ago

Thanks for the response.

After forking the theme the only thing I have changed is config file, changing the BASE PATH and PRODUCTION URL to my page url (http://premachu.github.io/cheese/.)

Any idea what I might be doing wrong?

scozv commented 8 years ago

changing the config file is not enough, cause I put many file paths in _layout, include folder, you can ref to my latest post to know the basic of structure of Jekyll.

It will take you some time to handle the render workflow of Jekyll, but it is a have-to step, because you will use these ideas in the future when you apply other theme or do other customization.

In my opinion, my site has been fully customized, It will take more time to migrate my site to your requirement, you can try to use Hyde project directly. But you still know the structure of Jekyll.

Good luck!

scozv commented 8 years ago

hi @Premachu

http://jekyllbootstrap.com/lessons/jekyll-introduction.html

This post is helpful for you to understand the Jekyll structure.