therkildsen-lab

Vonge

Vonge is a Personal portfolio/blog site template for Hugo. Browse through a live demo. Increase the web presence of your brand with this configurable theme.

Vonge was made by CloudCannon, the JAMStack Cloud CMS. The component library is built and maintained for use with Bookshop

Find more templates, themes and step-by-step Hugo tutorials at CloudCannon Tutorials.

Deploy to CloudCannon

Features

Develop

To run locally:

hugo serve

To generate the component browser:

npm run bookshop-browser

This will create browser files in the site’s static directory. Running a Hugo build after this will show a live component browser at /components

If there is a bookshop error when running locally, try updating bookshop:

npx @bookshop/up@latest

Structure

The bookshop components live in component-library, which is loaded as a Hugo module in site/config.toml.

The site also pulls in the main dependency of github.com/cloudcannon/bookshop/hugo/v3.

For further help with Bookshop, see the Bookshop Guides.