Feature rich Medium-like theme for Hugo.
- Mobile First
- Responsive
- Semantic
- SEO best practices
- Open Graph
- Schema.org (Microdata)
- Twitter Card
- Pagination
- Author Taxonomy
- Internationalization (i18n)
- TeX support
- Lazy load images
- Syntax highlighting
- Customizable
- AddThis
- Disqus
- Google Analytics
- Google AdSense
- Google Custom Search
- TeX (with KaTeX or MathJax)
- Hugo built-ins
- Contact Form (good for FormSpark)
- Alerts
- Buttons
Install Iara by cloning the repository into your Hugo project:
git clone https://github.com/alexandrevicenzi/iara.git themes/iara
or clone using submodules (recommended):
git submodule add https://github.com/alexandrevicenzi/iara.git themes/iara
After cloning, specify iara
as your default theme in config.toml
file by adding:
theme = "iara"
Apache License 2.0