750,000+ sites built; no-code website builder with custom HTML support and multilingual capabilities.
Wowchemy is an open-source website builder tailored for creators, enabling users to design and personalize websites without any coding skills required.
Unique Features:
Use Hugo Hooks: Create custom HTML by utilizing the Hugo hooks system. This allows you to inject code without modifying the theme files directly.
layouts/partials/hooks/body-end/custom.html
and paste your <script>...</script>
code inside.<head>
, create layouts/partials/hooks/head-end/custom.html
and include your HTML tags there.Customize CSS: If you need to change styles, create a custom.scss
file in the assets/scss/
directory and add your CSS rules.
Override HTML Partials: To change existing HTML structures:
.html
file in the theme's layouts/partials
directory.layouts/partials
directory. For example, if you want to modify the navigation bar, copy navbar.html
and make your changes.Adding Alt Text for Images: For featured images or portfolio widgets, copy the relevant partials and add alt text functionality to improve accessibility.
Test Your Changes: After making modifications, re-run Hugo to see the changes reflected on your site.
Create your OpenAssistantGPT chatbot
Sign in to your OpenAssistantGPT dashboard and create a new chatbot or select an existing one.
Configure your chatbot settings
Customize your chatbot's appearance, behavior, and knowledge base to match your website's needs.
Get your embed code
In your OpenAssistantGPT dashboard, go to the "Deployment" section and copy your unique embed code.
Add the embed code to your Wowchemy website
Log in to your Wowchemy account, open your website editor, and add an HTML or Custom Code element to your site. Paste the OpenAssistantGPT embed code into this element.
Publish your website
Save your changes and publish your website to make the chatbot live.
For more advanced integrations with Wowchemy, you can customize the following: