Verify that you have installed Hugo v0.112.0 or later.
hugo versionRun these commands to create a Hugo site with the hugo-product-theme theme.
hugo new site hugo-product-demo
cd hugo-product-demo
git init
git submodule add [email protected]:appscode/hugo-product-theme.git themes/hugo-product-themeReplace hugo.toml file to config.yaml and update necessary data
Then, Add Makefile, data/config.json in root directory
In static directory add assets folder
Then, Run this command
make assetsAfter successfully run this command, please install postcss-cli
npm install postcss-cliRun hugo server,
hugo serverIf you want demo content, please download those content also content
View your site at the URL displayed in your terminal. Press Ctrl + C to stop Hugo’s development server.