An open API service indexing awesome lists of open source software.

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

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