Hi! I have seen many other posts with the same issue: my site looks good when rendering locally, but the theme doesn’t work when I host it on Github.
- I followed Hugo’s " Host on GitHub" deploying instructions.
- I also carefully read the theme’s instructions.
- I have made sure I have a trailing “/” in
config.toml
'sbaseURL
- I made sure the
baseURL
starts with `https://. - I also made sure I cloned the theme as a submodule.
my source can be found here: https://github.com/alopezespino/mysite/
and my hosting repository is the following: https://github.com/alopezespino/alopezespino.github.io
Any help is greatly appreciated!