docs/content/themes/zluinav/index.md
+++ title = "UI Navigation" description = "A multilingual theme designed for accessibility rather than visual." template = "theme.html" date = 2025-09-10T09:22:29+06:30
[taxonomies] theme-tags = ['blind', 'multilingual', 'accessible', 'responsive', 'search', 'documentation', 'blog', 'SEO']
[extra] created = 2025-09-10T09:22:29+06:30 updated = 2025-09-10T09:22:29+06:30 repository = "https://github.com/harrymkt/zluinav" homepage = "https://github.com/harrymkt/zluinav" minimum_version = "0.19.2" license = "MIT" demo = "https://harrymkt.github.io/zluinav"
[extra.author] name = "Harry Min Khant" homepage = "https://harrymkt.github.io" +++
UI Navigation, or known as zluinav, is a Zola theme designed for accessibility rather than visual and made as easy as possible using templates and macros. Since I am a blind developer, I would like to develop with accessibility as possible so visually impaired users can use them.
This theme is also available for Hugo at Hguinav.
Zola is a fast site generator written in Rust powered by tera as its templating engine and has a powerful theme creation feature.
This theme is distributed under the terms of the MIT License.
template to blogpage.html and page_template to section_paginated.html in its _index.md file.Using git clone:
cd themes
git clone https://github.com/harrymkt/zluinav.git
Or download manually and paste in the themes directory.
Or, add to the Git submodule (recommended):
git submodule add --name zluinav https://github.com/harrymkt/zluinav.git themes/zluinav
git submodule update --remote
In your config.toml file, add the following
theme = "zluinav"
For more customizable options and configurations, please see documentation
Contributions to this theme are welcome, provided that the following requirements are met:
Thank you!