Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Hugo Arogya Theme is a blogging site theme for Hugo with multilingual support, contact form, Google Analytics, and Bootstrap 3 responsive design.
Hugo Arogya Theme is a free Hugo blog theme for building multilingual static blogs, with a Bootstrap 3 responsive layout and built-in support for Google Analytics and a contact form with email delivery via SMTPJS.
Hugo Arogya Theme is a blogging site theme built for the Hugo static site generator. It takes Hugo content files and configuration and produces a responsive static website with blog layouts, a working contact form, and Google Analytics integration. The theme is authored by ameio (Twitter: meet2ameio) and is tested with Hugo version 0.83.0, as shown in the repository badge.
hugo server -D --themesDir "../.." from the examplesite folder to preview the theme locally.hugo server -D --themesDir "../.." to see the theme running locally on your machine.hugo server -D.The theme runs on Hugo's static site engine. You provide Markdown content and a config.toml file; Hugo builds the site, and the theme renders the HTML. For the contact form, the theme uses SMTPJS: you generate a token on smtpjs.com, paste it into config.toml along with the fromMail and bccMail email addresses, and the form sends messages through the SMTPJS service. For local development, the README documents two setup methods: running the included examplesite directly, or copying the example content into your own Hugo project and setting the theme name in config.toml.
Yes. The README states "You are free to modify, save, share, use or do whatever you want with it," meaning you can use the theme in personal or commercial projects without payment.
The badge in the README indicates the current Hugo version is 0.83.0, and the theme is tested against that release. You should use a modern Hugo version to ensure the theme's features, including image processing, work correctly.
Create SMTP details at smtpjs.com, generate a secure token on that site, then set the token, fromMail, and bccMail values in your config.toml file. The theme's contact form will then send messages to the email address you configure.
Yes. Multilanguage support is listed as a built-in feature, so you can create content in multiple languages without additional language-specific configuration.
Yes, Google Analytics support is included. You configure your Analytics tracking ID in the site's config.toml, and the theme will add the tracking snippet to your generated pages.