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.
- Component library for website building
- Fully configurable Website
- Pre-built pages
- Pre-styled components
- Blog
- Category pages
- Testimonials
- Portfolio
- Portfolio tags
- Live editing with CloudCannon
- Optimised for editing in CloudCannon
- Search engine optimisation
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
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.