Search
A great portfolio/blog template with page builder
Vonge is a Personal portfolio/blog site template for Jekyll. 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 Jekyll tutorials at CloudCannon Community.
Vonge was built with Jekyll version 4.2.0, but should support newer versions as well.
Install the dependencies for Bookshop:
$ npm install
Install the Jekyll dependencies with Bundler:
$ npm run install-jekyll
Run the website:
$ npm start
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.
To run locally:
cd site && hugo server -D
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
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.