hugo-theme-demo-builder

A helper to build your hugo theme demo

Usage no npm install needed!

<script type="module">
  import hugoThemeDemoBuilder from 'https://cdn.skypack.dev/hugo-theme-demo-builder';
</script>

README

Hugo Theme Demo Builder

This is a small npm package to help build your exampleSite directory for a hugo theme demo. This package will clone your theme and run hugo for you, so that the exampleSite will automatically build with the latest commit from your theme.

Click here for a full guide on how to deploy your hugo theme to Netlify with this package.

Instructions

cd exampleSite
yarn add hugo-theme-demo-builder
npm set-script build hugo-theme-demo-builder