https://github.com/alexandrevicenzi/iara
Feature rich Medium-like theme for Hugo
https://github.com/alexandrevicenzi/iara
blog-theme hugo medium mobile-first seo-friendly theme
Last synced: 18 days ago
JSON representation
Feature rich Medium-like theme for Hugo
- Host: GitHub
- URL: https://github.com/alexandrevicenzi/iara
- Owner: alexandrevicenzi
- License: apache-2.0
- Created: 2020-08-14T15:06:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T22:08:18.000Z (5 months ago)
- Last Synced: 2025-06-03T11:48:42.087Z (5 months ago)
- Topics: blog-theme, hugo, medium, mobile-first, seo-friendly, theme
- Language: SCSS
- Homepage: https://iara.alxd.me/
- Size: 4.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Iara
Feature rich Medium-like theme for Hugo.
## Features
- 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
## Integrations
- AddThis
- Disqus
- Google Analytics
- Google AdSense
- Google Custom Search
- TeX (with KaTeX or MathJax)
## Shortcodes
- [Hugo built-ins](https://gohugo.io/content-management/shortcodes/)
- Contact Form (good for [FormSpark](https://formspark.io/))
- Alerts
- Buttons
## Installation
Install Iara by cloning the repository into your Hugo project:
```sh
git clone https://github.com/alexandrevicenzi/iara.git themes/iara
```
or clone using submodules (recommended):
```sh
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:
```toml
theme = "iara"
```
## License
Apache License 2.0