HUGO
News Docs Themes Community GitHub

Zahi

A fast, minimal, responsive Hugo arabic theme

License
MIT
GitHub Stars
22
Last Updated
2024-04-28

Zahi Hugo Theme

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:

  1. Start Hugo Server:
hugo server

Start Tailwind CSS Watcher:

npx tailwindcss -i ./static/css/style.css -o ./static/css/output.css --watch
Β