-
Notifications
You must be signed in to change notification settings - Fork 54
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
I only see listing of my deployed folder, not the website. #70
Comments
What does the log say when you run the docker-compose up command? |
thx for your quick reply
|
I'm getting the same error, |
@kyeotic - do you only have this error or is your website also locally not rendered correctly? |
@joergi It renders the same as yours, with a list page and no styling. |
Any idea @Starefossen ? |
The plugins I use :
|
Unfortunately I have not been able to figure out why this is happening @joergi.... 😕 |
okay :-( |
when I remove the theme completely, I don't have any error anymore $ docker compose up
Starting blog_jekyll_1 ... done
Attaching to blog_jekyll_1
jekyll_1 | Configuration file: /usr/src/app/_config.yml
jekyll_1 | Source: /usr/src/app
jekyll_1 | Destination: /_site
jekyll_1 | Incremental build: disabled. Enable with --incremental
jekyll_1 | Generating...
jekyll_1 | Jekyll Feed: Generating feed for posts
jekyll_1 | done in 0.285 seconds.
jekyll_1 | Auto-regeneration: enabled for '/usr/src/app'
jekyll_1 | Server address: http://0.0.0.0:4000
jekyll_1 | Server running... press ctrl-c to stop.
but there is still not file to click at. |
do you have a "real" simple project where it works @Starefossen ? |
Any update on this @Starefossen ? |
Probably a problem with Jekyll version, see here |
Hey @warden I made a fork from @Starefossen project and use the newest versions..... but I still have the same error somehow. |
I have the same problem. |
Is this resolved? I have the same problem |
If i deploy my jeykll gh-page blog with github, it works fine.
the code is here, the blog is here
I also added the docker-compose.yml file to my project.
the server get's deployed, but I only see this:
This is the structure of the deployed server with all tags and topics...
but I can't see the website itself.
in the online version the default.html takes care of the deployment.
I have no idea, what I need to change, that it works locally too (because at the moment I'm always doing try'n'error on the live version
Thanks for your help @Starefossen !
The text was updated successfully, but these errors were encountered: