[Bug]: home page blank
panda2tv opened this issue · 0 comments
panda2tv commented
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.