I’m getting these messages when running the server
> ~/myblog$ jekyll serve --livereload
Configuration file: /home/********/myblog/_config.yml
Source: /home/********/myblog
Destination: /home/********/myblog/_site
Incremental build: disabled. Enable with --incremental
Generating...
Jekyll Feed: Generating feed for posts
Conflict: The following destination is shared by multiple files.
The written file may end up with unexpected contents.
/home/********/myblog/_site/index.html
- index.html
- index.markdown
done in 0.903 seconds.
Auto-regeneration: enabled for '/home/********/myblog'
LiveReload address: http://127.0.0.1:35729
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
LiveReload: Browser connected
[2021-06-06 08:50:44] ERROR `/favicon.ico' not found.
Found this closed issue at Getting Error: "Conflict: The following destination is shared by multiple files." · Issue #8522 · jekyll/jekyll · GitHub , yet I’m not running a plugin. There is an index.html and an index.markdown file in ~/myblog, ;the index.html file was created as per Setup | Jekyll • Simple, blog-aware, static sites
Yet I don’t see the modified index.html file. Was the index.html file meant to reside in ~/myblog/_site ??