Skip to content

alexandrevicenzi/iara

Repository files navigation

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

Installation

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"

License

Apache License 2.0