hugo --minify
[3](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:3) shell: /usr/bin/bash -e {0}
[4](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:4) env:
[5](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:5) TARGET_BRANCH: gh-pages
[7](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:7)Start building sites …
[8](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:8)hugo v0.90.1+extended linux/amd64 BuildDate=2021-12-10T15:22:29Z
[9](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:9)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[10](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:10)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for layout "archives" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[11](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:11)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for layout "navo" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[12](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:12)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for layout "projects" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[13](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:13)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[14](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:14)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[15](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:15)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[16](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:16)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[17](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:17)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[18](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:18)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
[19](https://github.com/joesan/bigElectrons/runs/4498309832?check_suite_focus=true#step:4:19)WARN 2021/12/12 14:38:51 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
joesan@joesan-InfinityBook-S-14-v5:~/Projects/Private/github-docs/bigElectrons$ hugo version
Hugo Static Site Generator v0.68.3/extended linux/amd64 BuildDate: 2020-03-25T06:15:45Z
GitHub build:
Run hugo version
[30](https://github.com/joesan/bigElectrons/runs/4498357591?check_suite_focus=true#step:5:30)hugo v0.90.1+extended linux/amd64 BuildDate=2021-12-10T15:22:29Z
joesan@joesan-InfinityBook-S-14-v5:~$ sudo apt install hugo
Reading package lists... Done
Building dependency tree
Reading state information... Done
hugo is already the newest version (0.68.3-1)
I do not want to use the GitHub actions and I do not understand how adding the GitHub actions would make my issue vanish? Is there any relation to this?
Had a look at the developer tools. Seems CORS issue is blocking CSS from being rendered.
Access to CSS stylesheet at 'https://www.bigelectrons.com/css/styles.01869c76e4757810d94ecbdccadba853d9d01d9416dfeb113df02e1479ff8b36e284e8bfeb3e8f353f2fdcdcbbdfcf27e558dbda96eb6341bfc304d55cd9e986.css' from origin 'https://bigelectrons.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Yes, figured that out. Seems everything is fine now. Thanks for the help. I however do not understand why the custom script that I wrote would not work.