/site exists and is not empty. #43

Closed
opened 2025-11-20 04:15:11 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @pazz on GitHub (Jun 27, 2025).

[~/tmp] docker run -v $(pwd):/site bretfisher/jekyll new .
Unable to find image 'bretfisher/jekyll:latest' locally
latest: Pulling from bretfisher/jekyll
55147cbf65d4: Pull complete 
02f751d21cda: Pull complete 
533aa84e5caa: Pull complete 
4f1c533b7c9b: Pull complete 
3a2544a94dc9: Pull complete 
d02999945ae9: Pull complete 
533f43c0174d: Pull complete 
446939d5b929: Pull complete 
4ebd015d13a7: Pull complete 
Digest: sha256:c43cd5aaf9013774179a833073c9b0c582f6cc1547f3a66cb24395519c39ada4
Status: Downloaded newer image for bretfisher/jekyll:latest
          Conflict: /site exists and is not empty.
                    Ensure /site is empty or else try again with `--force` to proceed and overwrite any files.
Originally created by @pazz on GitHub (Jun 27, 2025). ``` [~/tmp] docker run -v $(pwd):/site bretfisher/jekyll new . Unable to find image 'bretfisher/jekyll:latest' locally latest: Pulling from bretfisher/jekyll 55147cbf65d4: Pull complete 02f751d21cda: Pull complete 533aa84e5caa: Pull complete 4f1c533b7c9b: Pull complete 3a2544a94dc9: Pull complete d02999945ae9: Pull complete 533f43c0174d: Pull complete 446939d5b929: Pull complete 4ebd015d13a7: Pull complete Digest: sha256:c43cd5aaf9013774179a833073c9b0c582f6cc1547f3a66cb24395519c39ada4 Status: Downloaded newer image for bretfisher/jekyll:latest Conflict: /site exists and is not empty. Ensure /site is empty or else try again with `--force` to proceed and overwrite any files. ```
Author
Owner

@BretFisher commented on GitHub (Jun 28, 2025):

the new . command only works if there's no site in your current directory. It expects the directory to be empty.

@BretFisher commented on GitHub (Jun 28, 2025): the `new .` command only works if there's no site in your current directory. It expects the directory to be empty.
Author
Owner

@pazz commented on GitHub (Jun 29, 2025):

I'm pretty sure it was.
anyway, thanks.

@pazz commented on GitHub (Jun 29, 2025): I'm pretty sure it was. anyway, thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jekyll-serve#43