Skip to content

waqtsalat/blog

Repository files navigation

WaqtSalat Blog

A multilingual Hugo blog for the WaqtSalat prayer times project.

Features

  • Trilingual: English, French, Arabic (RTL support)
  • SEO optimized: JSON-LD structured data
  • Fast: Static site generated by Hugo
  • Clean: Minimal, accessible design

Quick Start

# Clone and run locally
git clone https://github.com/waqtsalat/blog.git
cd blog
hugo server -D

Create a Post

# English post
hugo new content en/posts/my-post.md

# French post
hugo new content fr/posts/mon-post.md

# Arabic post
hugo new content ar/posts/منشور.md

Structure

blog/
├── content/
│   ├── en/         # English content
│   ├── fr/         # French content
│   └── ar/         # Arabic content
├── i18n/           # Translations
├── layouts/        # HTML templates
├── static/         # CSS, JS, images
└── hugo.toml       # Configuration

Deployment

Automatically deployed to GitHub Pages via .github/workflows/hugo.yml.

License

GPL-3.0

About

Waqt Salat Blog

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors