LoveIt icon indicating copy to clipboard operation
LoveIt copied to clipboard

[BUG] Liquid syntax error in GitHub Action

Open isjwdu opened this issue 1 year ago • 3 comments

Do you have any ideas to fix the GitHub Action bug? It seems like LoveIt theme caused an error in building with Jekyll.

Error

... Layout source: theme Rendering: themes/LoveIt/exampleSite/content/about/index.en.md Pre-Render Hooks: themes/LoveIt/exampleSite/content/about/index.en.md Rendering Liquid: themes/LoveIt/exampleSite/content/about/index.en.md github-pages 228 | Error: Liquid syntax error (line 1): Variable '{{< style "img { height: 1.25rem; }' was not properly terminated with regexp: /}}/

isjwdu avatar Mar 26 '23 02:03 isjwdu

This is not a bug. LoveIt is a Hugo theme, it isn't supposed to work with Jekyll.

nekr0z avatar Mar 26 '23 04:03 nekr0z

This is not a bug. LoveIt is a Hugo theme, it isn't supposed to work with Jekyll.

Thank you for your reply, I am a beginner in using Hugo and LoveIt theme, and I am not familiar with related knowledge . Is there any way to fix or prevent this Github Action from reporting an error? Although it still works and syncs with updates from the website.

isjwdu avatar Mar 26 '23 04:03 isjwdu

.nojekyllthis work for me.

darcyjoven avatar Jun 29 '23 00:06 darcyjoven