Skip to content

appscode/hugo-product-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published