bluszcz / jekyll-strapi-4

Jekyll plugin to retrieve content from any Strapi v4 API.
https://bluszcz.github.io/jekyll-strapi/
MIT License
6 stars 1 forks source link

Default.html _layout folder doesn't exist #15

Open oDinZu opened 2 years ago

oDinZu commented 2 years ago

there should be a _layouts folder and a default.html file.

jekyll-strapi-jekyll-serve-1  |   Rendering Layout: docs/dev.markdown
jekyll-strapi-jekyll-serve-1  |      Build Warning: Layout 'page' requested in docs/dev.markdown does not exist.
jekyll-strapi-jekyll-serve-1  |          Rendering: docs/docs.markdown
jekyll-strapi-jekyll-serve-1  |   Pre-Render Hooks: docs/docs.markdown
jekyll-strapi-jekyll-serve-1  |   Rendering Liquid: docs/docs.markdown
jekyll-strapi-jekyll-serve-1  |   Rendering Markup: docs/docs.markdown
jekyll-strapi-jekyll-serve-1  | Post-Convert Hooks: docs/docs.markdown
jekyll-strapi-jekyll-serve-1  |   Rendering Layout: docs/docs.markdown
jekyll-strapi-jekyll-serve-1  |      Build Warning: Layout 'page' requested in docs/docs.markdown does not exist.
jekyll-strapi-jekyll-serve-1  |          Rendering: docs/index.markdown
jekyll-strapi-jekyll-serve-1  |   Pre-Render Hooks: docs/index.markdown
jekyll-strapi-jekyll-serve-1  |   Rendering Markup: docs/index.markdown
jekyll-strapi-jekyll-serve-1  | Post-Convert Hooks: docs/index.markdown
jekyll-strapi-jekyll-serve-1  |      Build Warning: Layout 'home' requested in docs/index.markdown does not exist.
jekyll-strapi-jekyll-serve-1  |   Rendering Layout: docs/index.markdown
jekyll-strapi-jekyll-serve-1  |           Conflict: The following destination is shared by multiple files.
jekyll-strapi-jekyll-serve-1  |                     The written file may end up with unexpected contents.
jekyll-strapi-jekyll-serve-1  |                     /srv/jekyll/_site/docs/index.html
jekyll-strapi-jekyll-serve-1  |                      - docs/docs.markdown
jekyll-strapi-jekyll-serve-1  |                      - docs/index.markdown
jekyll-strapi-jekyll-serve-1  |                     
jekyll-strapi-jekyll-serve-1  |            Writing: /srv/jekyll/_site/404.html
jekyll-strapi-jekyll-serve-1  |            Writing: /srv/jekyll/_site/dev/index.html
jekyll-strapi-jekyll-serve-1  |            Writing: /srv/jekyll/_site/docs/index.html
jekyll-strapi-jekyll-serve-1  |            Writing: /srv/jekyll/_site/docs/index.html
jekyll-strapi-jekyll-serve-1  |                     ...done in 0.028014823 seconds.
jekyll-strapi-jekyll-serve-1  |
bluszcz commented 2 years ago

I didn't touch "serve" - just build. So can't verify what is happening here, yet.

bluszcz commented 2 years ago

I am not sure what really is this bug report - you don't write what command have been launched. Since docs are generated without issues by CI/CD in sandbox environment - https://bluszcz.github.io/jekyll-strapi/ - I close this one.