Zahi Hugo Theme
•
1 minute read
Overview
Zahi is a Hugo theme designed to primarily support Arabic content with a simple and clean user interface.

Features
- Outstanding Performance: High loading speed
- Table of Contents: Organized content index
- Pinned Posts: Pin important articles
- Tags: Easy content categorization
- Disqus Support: Comments section
- Pagination: Divide content into pages
- Code Highlighting: Display code clearly
- Responsive Design: Works on all screens
- Dark/Light Mode: Based on user preferences
Digital Garden Features
- Wiki Links: Support for Wiki Style
- Knowledge Graph: Interactive visualization
- Backlinks: Display linked pages
- Educational Series: Organize articles
Development
# Run server
hugo server
# Watch Tailwind
npx tailwindcss -i ./static/css/style.css -o ./static/css/output.css --watch