okkur / syna

Highly customizable open source theme for Hugo based static websites
https://syna.okkur.org/demo/
Apache License 2.0
251 stars 133 forks source link

[Bug]: home page blank #881

Open panda2tv opened 1 year ago

panda2tv commented 1 year ago

What happened?

install syna themes and start server, I got blank home page.

What did you expect to happen?

home page of syna example site suppos to display.

How can we reproduce this issue?

hugo new site mysite cd mysite

git submodule init # If you haven't initialized before git submodule add https://git.okkur.org/syna themes/syna cd themes/syna git checkout v0.17 # Latest release as of now is v0.17.4

cd ../.. copy config.toml from examplesite and update below 2 line

themeDir

theme=Syna

hugo server

Is there anything else we need to know about?

system: Windos7

Syna theme version

v0.17.4

Hugo version

v0.102.3-b76146b129d7caa52417f8e914fc5b9271bf56fc+extended windows/amd64

Versions of other dependencies

NA.