11ty / eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator.
https://demo-base-blog.11ty.dev/
MIT License
1.24k stars 616 forks source link

can't find css? #49

Closed adnjoo closed 4 years ago

adnjoo commented 5 years ago

I typed npx eleventy into my terminal and checked the _site folder and opened index.html.

Unfortunately I get the following error: index.css err_file_not_found

Not sure if I'm doing something wrong?

zachleat commented 4 years ago

Got some code? The css folder should be copied with pass-through file copy

The CSS file should also be /css/index.css not index.css?

zachleat commented 4 years ago

This is an automated message to let you know that this issue requires additional input from the original poster and for the health of the repository issue tracker the issue will be closed. This is to help alleviate issues hanging open waiting for a response from the original poster.

Do not let the issue’s closing deter you. After you’ve supplied the required information, the issue will be reopened. Thanks!

darby3 commented 11 months ago

FWIW, here in 2023 😅, I had to update my addPassthroughCopy from "./public/css": "/" to "./public/css": "/css"to get the index.css file to appear in the right spot.