Hugo Themes
Zahi
A fast, minimal, responsive Hugo arabic theme
- Author: Mohamed Elhefni
- GitHub Stars: 17
- Updated: 2024-04-28
- License: MIT
- Tags: Blog Dark Light Responsive
Zahi Hugo Theme
Zahi is a Hugo theme designed to primarily support Arabic content with a simple and clean user interface.
Features
- π Outstanding Performance: Zahi excels in high performance and fast loading speed.
- π‘ Table of Contents: Provides an organized table of contents for easy content navigation.
- π Featured Articles: Allows pinning important articles for prominent visibility.
- π Tags: Enables easy content categorization using tags.
- π¬ Disqus Support: Facilitates interaction with readers through Disqus comments section.
- π Pagination Feature: Allows dividing content into separate pages for smoother navigation.
- π¨ Syntax Highlighting: Highlights and makes code more readable and clear.
- π± Responsive Design: Displays well on all screen sizes for a consistent user experience.
- π Dark and Light Modes: Offers users the choice between dark and light mode for a comfortable reading experience.
Demo
You can view a live demo of the Zahi Hugo Theme here.
Development
To start the development environment:
- Start Hugo Server:
hugo server
Start Tailwind CSS Watcher:
npx tailwindcss -i ./static/css/style.css -o ./static/css/output.css --watch