Arabic-primary bilingual website for bioinformatics education and research documentation, built with MkDocs Material.
- Arabic (Primary): Root level (
/) - English (Secondary):
/en/subdirectory
- 📝 Bilingual blog system
- 🎓 Educational courses
- 📊 Interactive charts and diagrams
- 🖼️ Image galleries with lightbox
- 🔍 Full-text search (Arabic & English)
- 📱 Responsive RTL/LTR layout
- Python 3.x
- pip
# Install dependencies
pip install -r requirements.txt
# Serve locally
mkdocs serve
# Build site
mkdocs build.
├── docs/ # Site content
│ ├── blog/ # Arabic blog (root)
│ ├── courses/ # Arabic courses
│ ├── en/ # English content
│ ├── assets/ # Images, icons
│ ├── javascripts/ # Custom JavaScript
│ └── stylesheets/ # Custom CSS
├── mkdocs.yml # MkDocs configuration
├── requirements.txt # Python dependencies
└── .github/workflows/ # GitHub Actions for deployment
The site is automatically deployed to GitHub Pages on every push to the main branch via GitHub Actions.
Content: CC BY 4.0