Hi,
I moved by mistake the assets folder from _site to root and then I coppied the main.css, main.css.map and minima-social-icon.svg back to its place, but it gives me this errors and I can not see my images in the posts:
D:\Jekyll\testsimple1>bundle exec jekyll serve
Configuration file: D:/Jekyll/testsimple1/_config.yml
Source: D:/Jekyll/testsimple1
Destination: D:/Jekyll/testsimple1/_site
Incremental build: disabled. Enable with --incremental
Generating...
Jekyll Feed: Generating feed for posts
done in 0.544 seconds.
Auto-regeneration: enabled for 'D:/Jekyll/testsimple1'
Server address: http://127.0.0.1:4000testsimple1/
Server running... press ctrl-c to stop.
[2019-12-06 00:43:51] ERROR `/' not found.
[2019-12-06 00:43:51] ERROR `/testsimple1/assets/main.css' not found.
[2019-12-06 00:43:51] ERROR `/testsimple1/assets/minima-social-icons.svg' not found.
[2019-12-06 00:43:52] ERROR `/favicon.ico' not found.
The three files are back on its place.
Thanks for your help