You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: