Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR `/css/main.css' not found. #4

Closed
rchatham opened this issue Sep 13, 2019 · 1 comment
Closed

ERROR `/css/main.css' not found. #4

rchatham opened this issue Sep 13, 2019 · 1 comment

Comments

@rchatham
Copy link

Awesome tutorial! Definitely a huge help in building sites in jeykll.

I have been getting the following error running this with the latest version of jekyll:

ERROR `/css/main.css' not found.

Any help would be appreciated.

@jvkrakowski
Copy link

If this is where you're importing your sass, then you need to go to your _sass folder and make sure the names of your files have an underscore underneath. Also, make sure you're calling the main.css correctly:

<link rel="stylesheet" href={{ "/css/style.css" | prepend: site.url }}>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants