/ezium

Blog theme for Hugo

Primary LanguageCSSMIT LicenseMIT

Ezium

A simple blog theme that merges the style of Ezhil and Lithium

Demo

View demo

Screenshot Screenshot

Features

  • Clean and minimal
  • Dark mode - respects user preference and toggleable
  • Responsive
  • Supports tags
  • Syntax highlighting
  • Hugo RSS feeds

Installation

From your Hugo site run the following.

cd themes
git clone https://github.com/carlinmack/ezium.git

For more information read the official setup guide of Hugo.

Configuration

Many configuration features of Ezhil will work but be prepared to dig into the code if they don't. I'm not planning to support features like social media links etc.

baseURL = "https://example.com/"
languageCode = "en-us"
title = "My personal blog"
theme = "ezium"

Credits