Hugo new Site
Commands:
hugo new site .
git init
git submodule add https://github.com/Vimux/Mainroad.git themes/mainroad
echo theme = "mainroad" » config.toml
hugo new posts/hugo-new-site.md
hugo server –bind=0.0.0.0
build static pages
hugo -D
Commands:
hugo new site .
git init
git submodule add https://github.com/Vimux/Mainroad.git themes/mainroad
echo theme = "mainroad" » config.toml
hugo new posts/hugo-new-site.md
hugo server –bind=0.0.0.0
build static pages
hugo -D