Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.19 KB

Install AppsCode Product Theme

Verify that you have installed Hugo v0.112.0 or later.

hugo version

Run 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-theme

Replace 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 assets

After successfully run this command, please install postcss-cli

npm install postcss-cli

Run hugo server,

hugo server

If 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.